Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

not convenient enough in a production project #5

Open
downgoon opened this issue Feb 13, 2018 · 0 comments
Open

not convenient enough in a production project #5

downgoon opened this issue Feb 13, 2018 · 0 comments

Comments

@downgoon
Copy link
Owner

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/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant