I'm playing around with Unicode support for my applications. Found these functions to convert between string formats:

http://www.swissdelphicenter.ch/torr...de.php?id=1692

It uses WideCharToMultiByte(). My first doubt is what Code Page should I use that gives the most compatibility? And also, how does FPC manages WideStrings? Does it make automatic conversion? :?

Thanks!
-Marco