mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2026-02-04 05:14:51 +01:00
8 lines
121 B
ObjectPascal
8 lines
121 B
ObjectPascal
{ %version=1.1 }
|
|
const
|
|
CUnicodeNormal1 : WideChar = WideChar($FEFF);
|
|
CUnicodeNormal2 : WideChar = #12;
|
|
|
|
begin
|
|
end.
|