Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minus sign should not be treated as invalid char #245

Open
march1993 opened this issue Jan 9, 2024 · 0 comments
Open

Minus sign should not be treated as invalid char #245

march1993 opened this issue Jan 9, 2024 · 0 comments

Comments

@march1993
Copy link

} else if i > 0 && r != '_' && !identifiers.IsAlphaChar(r) && !identifiers.IsNumChar(r) {

I was trying to parse a dbc file for a vehicle mmw radar from Continental. It has a lot of identifiers containing minus sign, e.g. NWM-Basisadresse. These identifiers are legal as far as I know.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant