-
Notifications
You must be signed in to change notification settings - Fork 110
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
Charset ks_c_5601-1987 not support #216
Comments
Hello! You could try to map this charset to the actual name in ICU or iconv, it seems it is an alias for "EUC-KR", so try this:
I think we really need to do some generic mapping as there might be a lot of alias for a lot of charsets. See a related issue here: php-mime-mail-parser/php-mime-mail-parser#26 |
I'ts correct. If you do not plan on working on this, please feel free to close the issue. Thanks a lot Vincent. |
Hi Vincent, I put this code into charset.ccp:
And call setAliasCharset replaced utf-7 check:
charset.hpp:
I hope you find it useful... |
Hello! I need to check license issues caused by incorporating a MPL-covered file (or any other file, or even data coming from these files) into VMime (which is dual-licensed, including GPL). |
No code import is needed methinks. |
Hi Vincent,
Processing body and subject email, raise error:
Error parsing body part. Charset ks_c_5601-1987 is not supported. Continuing without decoding.
My platform is debian and charset conversion library is ICU.
I have chance to support from library this charset?
Thanks.
The text was updated successfully, but these errors were encountered: