Hello, I have own proprietary database engine inside which is designed for ISO-8859-1 charset and to keep platform independence I would like to keep it in ISO-8859-1. Because of default charset in Lazarus is UTF-8 I need to convert from/to ISO-8859-1 before I write/read from/to database.
Where can I find function which converts ISO-8859-1 to default charset and back? I want to use function which will be dynamic for the future, when default charset changes to different one and it will change to ISO-8859-1 automatically without any interaction into the code. Thanks. -- Best regards, TRoland http://www.rotursoft.sk http://exekutor.rotursoft.sk _______________________________________________ Lazarus mailing list [email protected] http://www.lazarus.freepascal.org/mailman/listinfo/lazarus
