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)


--
  Darek



unit testchar;

interface


const
  setLiter1    = 
['0'..'9','A'..'Z','a'..'z','†','«','�','ľ','˘','ä','©','�','Ą','Ź','Ť','—','˝','ŕ','ă','¨','ť','¤'];
  setLiter2    = 
['0'..'9','A'..'Z','a'..'z','†','«','=','ľ','˘','ä','©','�','Ą','Ź','Ť','—','˝','ŕ','ă','¨','ť','¤'];

 

implementation

end.

--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to