mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-29 01:32:00 +02:00
7 lines
104 B
ObjectPascal
7 lines
104 B
ObjectPascal
const
|
|
CUnicodeNormal1 : WideChar = WideChar($FEFF);
|
|
CUnicodeNormal2 : WideChar = #12;
|
|
|
|
begin
|
|
end.
|