Hi, Since IUP strings are always char* you can use the system encoding if codes are < 256, or use UTF-8 strings by setting the "UTF8MODE" global attribute to Yes.
Best, Scuri On Sat, Aug 15, 2015 at 4:39 PM, Mihail Ivanchev <[email protected]> wrote: > Hi IUP, > > browsing the source of the Windows driver I found out that the strings > are always converted to strings of wide chars before being passed to the > kernel. This is a nice idea, but how is it enabled from a user program? > Judging by the code it's disabled by default. > > Regards > > > ------------------------------------------------------------------------------ > _______________________________________________ > Iup-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/iup-users > >
------------------------------------------------------------------------------
_______________________________________________ Iup-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/iup-users
