About Store Forum Documentation Contact



Post Reply 
input.h
Author Message
flim Offline
Member

Post: #1
input.h
Hi, I am using Chinese Windows Vista 64bit, the codepage in regional setting is Chinese Hong Kong (950).

When I build the project I got this warning:

Code:
1>c:\program files (x86)\microsoft visual studio 9.0\vc\include\esenthelengine\Misc/Input.h : warning C4819: The file contains a character that cannot be represented in the current code page (950). Save the file in Unicode format to prevent data loss

After set the non-unicode application to English (US) in regional setting, the warning gone, but some non-unicode Chinese application cannot display properly.

Is it safe to ignore that warning?

Thanks.

Fred
02-22-2009 04:40 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #2
Re: input.h
Hello

Thanks for the info, I'll check it out.
02-22-2009 12:18 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #3
Re: input.h
I've checked what's the problem,

You have received an warning message because I've included a polish accented character '?' in the header, which is not supported by your default codepage.

It was in the comment so you can safely ignore it

I have replaced the '?' with the text "accented a", and you will not receive this warning in future versions of the engine.
02-23-2009 12:13 PM
Find all posts by this user Quote this message in a reply
Post Reply