No change.
On 16.09.2021 13:28, Tomas Hajny via fpc-pascal wrote:
On 2021-09-15 16:09, Abuy via fpc-pascal wrote:
UnicodeString change only look of symbols (instead of quastion marks
this — Іівівйц ГђВ№
вфівфъ2цву
йцуцйівіГ
On 2021-09-15 16:09, Abuy via fpc-pascal wrote:
UnicodeString change only look of symbols (instead of quastion marks
this — Іівівйц ГђВ№
вфівфъ2цву
йцуцйівів). No BOM. File is UTF-8. No
command line parameters.
If your s
UnicodeString change only look of symbols (instead of quastion marks
this — Іівівйц ГђВ№
вфівфъ2цву
йцуцйівів). No BOM. File is UTF-8. No command
line parameters.
On 15.09.2021 16:53, Tomas Hajny via fpc-pascal wrote:
On 2021-09-15 15:08, Abuy via fpc-pascal wrote:
Instead of cyrillic characters there some garbage in Windows event
viewer. Have tried AnsiString with Windows-1251 code page (type
StringCP1251 = type AnsiString(1251)) but this does not work. What
works is RawByteString variable with the following
Instead of cyrillic characters there some garbage in Windows event
viewer. Have tried AnsiString with Windows-1251 code page (type
StringCP1251 = type AnsiString(1251)) but this does not work. What works
is RawByteString variable with the following conversion to Windows-1251.
Here is code:
{$