-
-
Notifications
You must be signed in to change notification settings - Fork 252
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
Current Transcoder class does not support all charsets. #237
Comments
I use
|
ddeober/transcoder is not reliable because doesn't behave in a predictable way, doesn't support aliases and lacks a unified exception set. mb_string is much more flexible and reliable, but I understand it doesn't support all the charsets iconv can provide. I already have a fix ready, it justneed tests: can you send me the raw message with |
Closed by #238 thank you |
I have a problem with
windows-1250
charset,mb_convert_encoding
does not support it.Previously, ddeober/transcoder package used
iconv
in case ofmb_convert_encoding
threw exception.Can we restore dependency of ddeober/transcoder package and use
Transcoder::decode
method from it?The text was updated successfully, but these errors were encountered: