-
Notifications
You must be signed in to change notification settings - Fork 2
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
🐛 Characters with accented names not detected as the character token #28
Comments
Hi! This should be because of the regex selector only simply selecting regular alphabetical characters, not accounting for accented letters — just like you diagnosed in your discord message to me. Yeah yeah, I'll work on this soon! Thanks for opening the bug ticket! |
…apital" letters in Latin-1 supplement (#28)
Extended the regex for Fountain's "character" token to the "capital" letters in the Latin-1 Supplement Unicode block. This should be enough. Take note that the If we need to extend to the capital letters of the Latin-extended blocks (A, B, whatever), those are much more complicated, please comment below on your requirements. If not, please mark this ticket as closed (I'm not sure if you can? or just comment that it works, then I'll close it myself) |
Oh! Great, thanks so much, it works perfectly for all my use casses! |
Describe the bug
If a characher has an accent in their name, it is not detected as a character.
What's the expected result?
If a character's name is written in cap locks, but contains an accent (ex: ÉTIENNE), it will not be centered as well as the subsequent dialogue.
Steps to reproduce the behavior
write :
ÉTIENNE
Hello, my name is Étienne.
and you will see the problem.
Fountain Editor - Plugin Version
v1.1.1
Obsidian Version
v1.5.3
What environment are you seeing the problem on?
Participation
The text was updated successfully, but these errors were encountered: