Link to home
Start Free TrialLog in
Avatar of sitijaafar
sitijaafarFlag for Malaysia

asked on

How to solve a save problem in eclipse?

In the Message.java contains japanese character.  So, when I save the file the error below display.

Save problems:

Some characters cannot be mapped using "Cp1252"
character encoding. Either change the encoding
or remove the characters which are not supported
by the "Cp1252" character encoding.
ASKER CERTIFIED SOLUTION
Avatar of Mick Barry
Mick Barry
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of sitijaafar

ASKER

Thanks objects.
I change the text file encoding to utf-16.  And right now I can save the file.