Re: [Iup-users] Request

2019-11-30 Thread Pete Lomax via Iup-users
Might be worth checking out https://bitbucket.org/knight666/utf8rewind/src/default/ as well... On Sunday, 1 December 2019, 06:41:57 GMT, Pete Lomax via Iup-users wrote: On Saturday, 30 November 2019, 18:49:55 GMT, Antonio Scuri wrote: ... need conversion functions to/from UTF-8

Re: [Iup-users] Request

2019-11-30 Thread Pete Lomax via Iup-users
On Saturday, 30 November 2019, 18:49:55 GMT, Antonio Scuri wrote: ... need conversion functions to/from UTF-8 and the filesystem encoding. Would be nice to have a solution for that inside IUP, but for now we still don't have one. My own routines in Phix are 360 lines, a quick search yielded

Re: [Iup-users] Request

2019-11-30 Thread Andrew Robinson
Hi Antonio, Thanks for the professional reply. "The problem, for now, resumes to convert the string returned by IupFileDlg to a format that fopen can successfully use" The problem there is using fopen instead of _wfopen. Those are the only two basic C-STD choices. "When ... you need to convert

Re: [Iup-users] Make Tool: Premake

2019-11-30 Thread Antonio Scuri
Hi, We used Premake a few years ago. It is a very nice tool. Thanks for sharing anyway. The only drawback is that everytime you need build with a given compiler you have to generate build files for that compiler. So either you need Premake installed on the user, or you have lots of files

Re: [Iup-users] Request

2019-11-30 Thread Antonio Scuri
Hi Andrew, I still think that we are in the right path. So, the most promising situation is: > Action: So then I set UTF8MODE=Yes and UTF8MODE_FILE=Yes and I get the following: > Result: All Unicode characters displays properly but I still cannot open the file with fopen() using the filename