Hi Antonio,

The following code:


 config = IupConfig();
 IupSetAttribute(config, "APP_NAME", "xyz");
 IupConfigLoad(config);


only seems to work if the current directory has no atypical (non-English)
characters in it, e.g. -- "E:\My\Files" vs "E:\My…\Files". I am using the
English version of Windows with code page 1252. Iup crashes at IupConfigLoad
within the function IupLineFileClose. The character "…" is Unicode codepoint
2026 (which translates to UTF-8 as 0xE2 0x80 0xA6).


Regards,
Andrew
_______________________________________________
Iup-users mailing list
Iup-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/iup-users

Reply via email to