On Mon, Sep 6, 2010 at 1:28 AM, Zaher Dirkey <[email protected]> wrote: > I have unit with Ansi strings but i want to compile it as UTF-8 how to ask > the compiler to convert it to utf8 before compile it?
By saying that the unit has ansi strings do you mean that is has some types like: X: ansistring; Or that the text of the unit itself is in an iso encoding? For the second case probably using a editor which can convert between encodings like Notepad++ would solve the issue. You can use it to convert your unit to UTF-8. -- Felipe Monteiro de Carvalho _______________________________________________ fpc-pascal maillist - [email protected] http://lists.freepascal.org/mailman/listinfo/fpc-pascal
