Batch method to quickly convert all Java source code files to UTF-8 encoding
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 […]
Batch method to quickly convert all Java source code files to UTF-8 encoding Read More »