Page 1 of 1

Preference - text encoding

Posted: Mon Jun 06, 2022 3:38 pm
by User_Russian
From help
The file format is in unicode UTF-8
What if the ini file was created by another program (not PB) and has ascii encoding (national alphabet characters are used) or Unicode?
Preference library cannot load data correctly. It is necessary to add to the OpenPreferences and CreatePreferences functions, the encoding argument (he can be #PB_Ascii, #PB_UTF8 or #PB_Unicode).

Re: Preference - text encoding

Posted: Mon Jun 06, 2022 4:54 pm
by AZJIO
Here is a related thread