Accented characters

Issue #54 closed
RAFAEL KACIANO WOLF created an issue

When my paths or strings have accented characters, code appears like this:

objPascal.png

It is configurable ?

Thanks!

Comments (2)

  1. Christopher Wosinski repo owner
    • changed status to open

    Yes, go to File -> Preferences -> Settings -> User Settings and define the default file encoding by adding this line:

    files.encoding": "windows1252" // or whatever your default encoding is like
    

    In case OmniPascal reports parsing errors then save the file as UTF-8 file with BOM header. To do so

    • click in the encoding in the status bar
    • select "Save with Encoding"
    • select "UTF-8 with BOM"

    Does it solve your problem?

  2. Log in to comment