axtens / PelotonIDE

0 stars 0 forks source link

Include codepage in LanguageConfiguration.json for each language #34

Open axtens opened 9 months ago

axtens commented 9 months ago

E.g. Hangul's is https://en.wikipedia.org/wiki/Code_page_949_(IBM)

axtens commented 9 months ago

The include it in RTF header

axtens commented 9 months ago

Maybe store everything in either \userprops or \info. Userprops works as below

{\info}
{\*\userprops
    {
        {\propname HTML}
        \proptype11
        {\staticval 1}
    }
    {
        {\propname DocumentEncoding}
        \proptype30
        {\staticval utf-8}
    }
}