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

Duplicate case label issue #8

Closed
joongtang opened this issue May 19, 2014 · 4 comments
Closed

Duplicate case label issue #8

joongtang opened this issue May 19, 2014 · 4 comments

Comments

@joongtang
Copy link

Duplicate case label compile error occured in XE5 IDE
case label must be UNICODE since Delphi 2009.
but, #161 is ASCII label ^^
pls change to #$161

@bjmillerpa
Copy link
Collaborator

The default behavior for the DKLang language controller is to ignore non-alpha properties. Try unsetting the default option dklcoIgnoreNonAlphaProps in your language controller.

@joongtang
Copy link
Author

I do not compile dklang.dproj because of Duplicate case label compile error
but change #161 to #$161, compile well.

duplicatelabelissue

@bjmillerpa
Copy link
Collaborator

OK. I think I understand now what you are saying and what the problem is. I've pushed an update that changes the old test for alphabetic characters at line 1604 to now use System.Character.TCharHelper.IsLetter. Please update your source to the latest from the repository and let us know how it worked for you.

@joongtang
Copy link
Author

Thanks!! ^__^

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

2 participants