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