We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have lots of C source file, which mixed with GB2312 and UTF-8 comments. I want to convert all GB2312 to utf8, and enca
$ enconv -d io.c io.c: Unrecognized encoding Failure reason: No clear winner.
If I manually delete utf8 encoded comment in io.c file, then the process goes well.
Is it possible to add an option, like -i utf-8 , which keep specific encoded part in file, and convert other part of the file.
-i utf-8
I searched a lot today, seems like no tools support this kind of function.
The text was updated successfully, but these errors were encountered:
There is no such feature right now, sorry.
Sorry, something went wrong.
No branches or pull requests
I have lots of C source file, which mixed with GB2312 and UTF-8 comments.
I want to convert all GB2312 to utf8, and enca
If I manually delete utf8 encoded comment in io.c file, then the process goes well.
Is it possible to add an option, like
-i utf-8
, which keep specific encoded part in file, and convert other part of the file.I searched a lot today, seems like no tools support this kind of function.
The text was updated successfully, but these errors were encountered: