takashi
Member
|
Data.txt on Mac doesn't work
Hi,
Data.txt doesn't work on Mac if it contains Japanese characters. It works on Windows. Could you confirm it does works on Mac?
regards,
Takashi
|
|
07-15-2016 08:55 AM |
|
Esenthel
Administrator
|
RE: Data.txt on Mac doesn't work
Hi, I'm investigating right now.
|
|
07-16-2016 04:07 AM |
|
Esenthel
Administrator
|
RE: Data.txt on Mac doesn't work
I think the problem is that 'iswalpha' C++ function does not work correctly on Mac.
http://www.cplusplus.com/reference/cwctype/iswalpha/
On Windows I had to use: setlocale(LC_ALL, ""); to make it work always the same
But on Mac it seems to have no effect.
I'm trying to find a solution for this.
|
|
07-16-2016 04:23 AM |
|
Esenthel
Administrator
|
RE: Data.txt on Mac doesn't work
I've just submitted a workaround for this on GitHub main branch, if the issue persists, please let me know.
|
|
07-16-2016 06:20 AM |
|