Home  >  Article  >  Development Tools  >  An unmappable string encoding gbk appears in notepad++

An unmappable string encoding gbk appears in notepad++

(*-*)浩
(*-*)浩Original
2019-08-20 13:41:533999browse

An unmappable string encoding gbk appears in notepad++

When writing code in notepad that contains Chinese characters, a compilation error occurs: encoding unmappable characters of GBK. (Recommended learning: notepad )

An unmappable string encoding gbk appears in notepad++

Click [Settings] - [Preferences] [New] in the menu bar to encode from UTF Change -8 to ANSI, then save as overwriting the original java file, and recompile to solve this problem.

An unmappable string encoding gbk appears in notepad++

The above is the detailed content of An unmappable string encoding gbk appears in notepad++. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Previous article:notepad cannot startNext article:notepad cannot start