-
Notifications
You must be signed in to change notification settings - Fork 122
added charsets windows-125X #60
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
added charsets windows-125X #60
Conversation
Codecov Report
@@ Coverage Diff @@
## master #60 +/- ##
=======================================
Coverage 61.37% 61.37%
=======================================
Files 16 16
Lines 844 844
=======================================
Hits 518 518
Misses 280 280
Partials 46 46
Continue to review full report at Codecov.
|
foxcpp
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM (still hoping for the bright future with Unicode)
|
Are these really used in practice? I've tried to keep the number of charsets down to mitigate the binary size. |
|
@emersion yes actually :D i use your go-message lib in mail2most and some of the users reported problems when getting different emails. With the character encoding at least 3 of them i have been able to reproduce so i choosed to add them all. Here is the link to the m2m issue |
|
@emersion anything to do here ? |
|
any chance to get this merged ? |
|
I'd prefer not to do add all of these. Please only add those encountered in the wild. The default set in go-message is supposed to parse most messages, but will never be able to parse all of them. Note, you can register additional go-message charsets in your app if needed. |
|
@emersion ah i missed the |
No description provided.