![]() |
Attention | Topic was automatically imported from the old Question2Answer platform. |
![]() |
Asked By | PEIGNAULT Laurent |
Hello everybody,
I have a story made with other software (test with excel, textedit, twine…), I’m on Mac.
I copy/paste my story in a array into Godot.
Problems are accents !
When I correct in editor something strange happened :
I don’t know what to do.
I tried to format the story in plein text and past it but doesn’t work either !
I have to manually correct all accents…
If someone have a better solution
Thanks in advance.
Can you show some code what the paste looks like?
wyattb | 2021-06-21 01:49
Sur,
Initial text formatted in excel :
[“D’ailleurs où êtes vous ?”,6,“La porte au fond du couloir”,7,“La porte en bois clair”,4,“La porte sombre”,3,],
[and so on…]
Pasted in Godot:
var story = [“D’ailleurs où êtes vous ?”,6,“La porte au fond du couloir”,7,“La porte en bois clair”,4,“La porte sombre”,3,],
Output in game :
D’ailleurs ou’ e ^tes vous ?
Thanks.
PEIGNAULT Laurent | 2021-06-21 05:22
Does the font used in the project (not the editor) have the required characters? The default project font doesn’t support much outside the plain ASCII range.
Calinou | 2021-06-21 13:03