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

Non-ascii characters in names are marked as error in Crystal and Ruby #1893

Closed
kolesar-andras opened this issue Nov 28, 2022 · 0 comments · Fixed by #1894
Closed

Non-ascii characters in names are marked as error in Crystal and Ruby #1893

kolesar-andras opened this issue Nov 28, 2022 · 0 comments · Fixed by #1894
Labels
bugfix-request A request for a bugfix to be developed.

Comments

@kolesar-andras
Copy link
Contributor

Any non-ascii characters appear as error with red background. Crystal and Ruby handle unicode names fine. Code below compiles and runs fine in both languages.

Name of the lexer

  • Crystal
  • Ruby

Code sample

class SzélütöttŰrújságírónő
  def self.szélütött_űrújságírónő
    "szélütött űrújságírónő"
  end
end

puts SzélütöttŰrújságírónő.szélütött_űrújságírónő

See on rouge.jneen.net

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugfix-request A request for a bugfix to be developed.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant