You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are multi types of files encoded in GBK in a production project. such as .java, .properties, .xml and .sql. but gbk2utf8's default type is just only .java. so we have to do so many steps as follows:
There are multi types of files encoded in GBK in a production project. such as .java, .properties, .xml and .sql. but
gbk2utf8
's default type is just only .java. so we have to do so many steps as follows:gbk2utf8 /Users/downgoon/Documents/workspace/examples/SomeProject /Users/downgoon/Documents/workspace/examples/SomeProjectUTF8 java gbk2utf8 /Users/downgoon/Documents/workspace/examples/SomeProject /Users/downgoon/Documents/workspace/examples/SomeProjectUTF8 properties gbk2utf8 /Users/downgoon/Documents/workspace/examples/SomeProject /Users/downgoon/Documents/workspace/examples/SomeProjectUTF8 xml gbk2utf8 /Users/downgoon/Documents/workspace/examples/SomeProject /Users/downgoon/Documents/workspace/examples/SomeProjectUTF8 sql cp -R SomeProjectUTF8/* SomeProject/
The text was updated successfully, but these errors were encountered: