index
:
fpc
master
pristine-tar
upstream
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fpcsrc
/
tests
/
test
/
tutf81.pp
blob: 08ed278968044bb1bab7dd00b5ea47379b1d3ddf (
plain
)
1
2
3
4
5
6
7
var w
:
widestring
;
begin
w
:=
'äüö'
;
writeln
(
w
);
writeln
(
'äa'
);
end
.