encoding - String unknown Eclipse -


i've changed encoding eclipse strings special characters "�". old encoding default (cp1252), utf-8. how can fix strings special characters?

thanks.

well, imagine switch brain understand chinese. read english text anymore?

you changed way eclipse interprets bits of sourcecode. need translate sourcecode cp1252 utf-8.

i don't know if eclipse able this, notepad++ is.

open java-file want change encoding of in notepad++.
click on encoding
select convert utf-8
save file

when click on encoding again, there should dot in front of encode in utf-8

edit: notepad++ recognizes used encoding, can read there. copy , paste notepad++ eclipse won't work, because copied same string eclipse couldn't read. have change encoding of string.


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

javascript - addthis share facebook and google+ url -

ios - Show keyboard with UITextField in the input accessory view -