Recently, the company received an upgrade and revision of an old Java project. Since the original code is all encoded in Big5
, it cannot be successfully compiled in Visual Studio Code. Although I read the Troubleshooting Guide for Encoding Issues file, I have also successfully researched to maintain the Big5 encoding. A solution that can continue to be developed , but in fact the best solution is to change all Java source code to UTF-8
is king. Today I will share a few different methods to help you quickly convert all the source code of the project from Big5
to UTF-8
character set encoding!
… continue reading …
This article is reprinted from https://blog.miniasp.com/post/2022/08/13/How-to-convert-big5-encoding-to-utf8-for-Java-files
This site is for inclusion only, and the copyright belongs to the original author.