[fpc-devel] What to expect if FPC fully supports unicode?
Graeme Geldenhuys
graemeg.lists at gmail.com
Thu Sep 18 16:45:31 CEST 2008
Hi,
How far will Unicode support go in FPC when it is one day implemented?
Anybody know if the following is allowed in D2009?
Please add to the list... :-)
eg:
1..) My I have the following class names?
type
TMyåClaß = class(TObject)
end;
2..) What about function and parameter names?
type
TMyåClaß = class(TObject)
public
property Nãàm: unicodestring read ....;
end;
Regards,
- Graeme -
_______________________________________________
fpGUI - a cross-platform Free Pascal GUI toolkit
http://opensoft.homeip.net/fpgui/
More information about the fpc-devel
mailing list