Am 26.12.2013 11:25 schrieb "Mark Morgan Lloyd" < markmll.laza...@telemetry.co.uk>: > Now obviously this is extremely remote, but at some point the compiler might have an interest in parsing non-ASCII text. Rather more pressing is making sure that highlighters etc. don't throw a fit as soon as they encounter something unexpected.
The compiler can already parse UTF-8 files with strings and comments being real UTF-8 texts which can be seen as such inside an editor. AFAIK it can even handle UTF-16 files (though I'm not entirely sure about this). What it however does definitely not allow (and none of the current devs wants to work on this) is support for non-Unicode identifiers as newer Delphi versions support. Regards, Sven
-- _______________________________________________ Lazarus mailing list Lazarus@lists.lazarus.freepascal.org http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus