
A minor issue, but it would be great if that could be fixed some time in the future
There is still a trouble ticket open (38419) for your problem. We will inform you as soon as we have more information.kgha wrote: ↑Mon Jun 25, 2018 12:54 pm I'm sorry having to report that after upgrading to latest buld 933, the problem still persist.
As mentioned here:
viewtopic.php?f=305&t=17751
I can't get accents to work properly without adding the line
export LANG=sv_SE.utf8
to the start script, and with that addition it is not possible to save files where the filename contains the letters å, ä, ö ("Invaldid filename"). Other special characters work, though.
Code: Select all
$ locale -a
C
en_US.utf8
fi_FI.utf8
POSIX
Code: Select all
$ echo $LANG
en_US.UTF-8
which solves the accents issue but prevents me from saving a file with å,ä,ö in the filename.export LANG=sv_SE.utf8
textmaker18
Code: Select all
export LANG=sv_SE.UTF-8
textmaker18