You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
... 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?
The text was updated successfully, but these errors were encountered:
forthrin
changed the title
Character names don't like international characters
Character names don't like international letters
Dec 22, 2015
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.
If I write a character name:
... it gets a light grey colour (compared to dialogue text). If I change the name to use a non-ASCII alphabetic letter ("Å"):
... 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?
The text was updated successfully, but these errors were encountered: