On 5/28/2013 14:07, Dariusz Mazur wrote:
Hi
I have problem with editor under Win8

If I try edit attached file, IDE remove some of chars from source.
There are some of diacritic chars from different code page, but I think, editor
mustn't it changed.
Is this know behavior? Is this bug?

I use Lazarus x64 ver 1.08 (under Linux was everything ok)

what codepage are you using? what codepage(s) are the missing characters in? perhaps a different codepage is needed to be able to represent both?

i ran into something similar in other products where a text file was being seen as UTF-8 because it contained double byte characters... the solution was to tell that editor to "convert" (not really) to ANSI (yes, wrong nomenclature) and then the display the file using WIN-1252... the characters in question were Cyrillic...

--
NOTE: No off-list assistance is given without prior approval.
      Please keep mailing list traffic on the list unless
      private contact is specifically requested and granted.

--
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to