add custom encoding registration function#7
Conversation
|
Hi, many thanks for your input. I strongly suggest using utf-8 for your use case. That said, if your server does not support it, maybe it would be easier to add a flag to disable charset conversion, named CharConvert, which could be set to off. That said, I'm not opposed to registering a charset encoding as you have done. A quick word about this in the documentation (doc.go) would also be appreciated. Thanks, |
8df5bdb to
4a84fdf
Compare
Yes, I know I should use utf8. However, our server is still not... I updated the commit. Thank you for your advice. |
|
S.charconvert is not used. I'll add that connection flag and make use of it. |
|
Merging this. I'll add the charConvert connexion parameter and run all my tests before pushing a release. |
I'm new to golang.
This is experimental.
I hope somebody that advise if there is better way.
Fixes #6
Usage Sample: