Quote Originally Posted by pstudio
Not that it really matters, but will D09 allow you to use letters like '?Ü', '?ò' and '?Ö' in your class, methods and vars names then? Or is it only string and character data that are unicode?
The following compiles and works:
[pascal]
procedure ?¶•?§?™;
begin
writeln('wat');
end;

begin
•?§?™;
end.
[/pascal]