About Store Forum Documentation Contact



Post Reply 
Error messages cannot read in Japanese environment.
Author Message
mizukami Offline
Member

Post: #1
Error messages cannot read in Japanese environment.
Thanks always.

In EE editor.
Error messages cannot read in Japanese (perhaps and multibytes area) environment before.
Sample attached below.


Attached File(s) Image(s)
   
05-18-2016 04:52 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
RE: Error messages cannot read in Japanese environment.
Can you please attach a small code that triggers the error?
Something like:
Code:
void Test()
{
khaksjhdkajs
}

I need to have a test case to reproduce.
Thank you.
05-20-2016 02:40 AM
Find all posts by this user Quote this message in a reply
mizukami Offline
Member

Post: #3
RE: Error messages cannot read in Japanese environment.
Thanks for reply.

Capture attached.
figure.1 is on EE. figure.2 is on VisualStudio.

I guess, Font problem (not included multibytes?).


Attached File(s) Image(s)
       
(This post was last modified: 05-20-2016 03:10 AM by mizukami.)
05-20-2016 03:07 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #4
RE: Error messages cannot read in Japanese environment.
Thank you, I'm working on this right now.
05-25-2016 11:26 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #5
RE: Error messages cannot read in Japanese environment.
Hi,

This is now available on GitHub in main source branch.
I hope it will work for you.
05-26-2016 04:22 AM
Find all posts by this user Quote this message in a reply
Post Reply