This may be relevant:
http://www.freepascal.org/bugs/showrec.php3?ID=3434
___
fpc-devel maillist - fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel
On 4/23/06, Bogusław Brandys <[EMAIL PROTECTED]> wrote:
> Result printed on console are not sufficient.Compare binary chunks,
C:\>fc -B save.txt.windows save.txt.linux
Comparing files save.txt.windows and save.txt.linux
0005: 3F D0
0006: 3F A2
0007: 3F D0
0008: 3F B8
0009: 4E D1
Alexander Todorov wrote:
Hello,
I am developing an application in Lazarus that is multi platform. It
has very strong usage of xml that contains contains cyrillic text
(Bulgarian language). All xml feeds are UTF-8 encoding and is
converted internaly using iconv (UTF-8 -> CP1251 and vice versa) whe
Hello,
I am developing an application in Lazarus that is multi platform. It
has very strong usage of xml that contains contains cyrillic text
(Bulgarian language). All xml feeds are UTF-8 encoding and is
converted internaly using iconv (UTF-8 -> CP1251 and vice versa) when
needed. On Linux this is