I highly recommend "The Absolute Minimum Every Software Developer
Absolutely, Positively Must Know About Unicode and Character Sets (No
Excuses!)"
https://www.joelonsoftware.com/2003/10/08/the-absolute-minimum-every-software-developer-absolutely-positively-must-know-about-unicode-and-character-sets-no-excuses/

Plug: The Golang unicode decode/encode libraries are pretty confusing
if you aren't already an expert in Unicode.  I wrote
https://github.com/TomOnTime/utfutil to make certain things easier.

Tom

On Sat, May 6, 2017 at 8:47 PM, Sam Whited <s...@samwhited.com> wrote:
> On Sat, May 6, 2017 at 7:40 PM, peterGo <go.peter...@gmail.com> wrote:
>> Corrected, corrected link. I will get it right eventually!
>>
>> For UTF-8 to CP1252: https://play.golang.org/p/vzupJY78XB
>
> FWIW, if you do need CP1252 (you probably don't) it already exists in
> Go-land as one of the encodings specified in this package:
> https://godoc.org/golang.org/x/text/encoding/charmap
>
> —Sam
>
> --
> You received this message because you are subscribed to the Google Groups 
> "golang-nuts" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to golang-nuts+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.



-- 
Email: t...@whatexit.org    Work: tlimonce...@stackoverflow.com
Blog:  http://EverythingSysadmin.com

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to