zsolt Messages: 702 Registered: December 2005 Location: Budapest, Hungary
Contributor
Basically I use UTF-8 everywhere in my sources, and convert, if needed. This is the most convenient way, as it is the most portable encoding between platforms and libraries I use. In EditFields I use only SetData()/GetData() interface, as it stores Value and convert when needed.
This is quite useful, I think.