Hello,
I have a Label that spawns a TextEditor when clicked. The input is used to rename a project i.e. a bunch of files and directories. However the filenames are incorrect or corrupt if i input non ASCII i.e. scandinavian characters, such as åäö. This works fine on MacOS, but on Windows i believe there’s a text encoding problem somewhere on the pipeline.
I believe my Windows uses non UTF8 character set natively, CP-something.
Which encoding does the TextEditor input? Is the text from TextEditor in the OS native encoding?
Which encoding should the File methods have? Should this be in the OS native encoding?
Any ideas for a simple solution? Simple conversion at the right place perhaps?
I’m on JUCE 7.0.7
