Diving deeper into encoding and Go
What is an encoding scheme? An encoding scheme is a system of encoding as binary data and decoding text. Each character within a text is encoded using a specific encoding system and decoded. Some encoding shcemes are more popular than others; they waste less memory and can almost guarantee a correct rendition of a text across machines.
What is Unicode? Unicode is a character encoding standard designed to include various characters around the world, accross languages, and technical symbols.
[Read More]