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

Character names don't like international letters #11

Open
forthrin opened this issue Dec 22, 2015 · 4 comments
Open

Character names don't like international letters #11

forthrin opened this issue Dec 22, 2015 · 4 comments

Comments

@forthrin
Copy link

If I write a character name:

KARE

... it gets a light grey colour (compared to dialogue text). If I change the name to use a non-ASCII alphabetic letter ("Å"):

KÅRE

... the colour darkens to become identical to dialogue text. I assume this means the regular expressions for character names do not support non-ASCII letters.

Can this be fixed?

@forthrin forthrin changed the title Character names don't like international characters Character names don't like international letters Dec 22, 2015
@derickc
Copy link

derickc commented Dec 24, 2015

I added some of the Non-ASCII characters and thought I added Å as well. I will look into it.

@forthrin
Copy link
Author

There should be a regular expression pattern that covers all letters, regardless of which alphabet they belong to. Unless this conflicts with other rules (which I doubt), I suggest switching to that.

@derickc
Copy link

derickc commented Dec 27, 2015

I created a ST package that supports non-ASCII character names. You can find it here: https://github.com/derickc/Fountainhead

@forthrin
Copy link
Author

forthrin commented Jan 7, 2016

Seems to work! Good job! Should the standard be updated accordingly too?

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