In this article, we are going to cover how to use Unicode in Golang. In previous articles, we cover how to use CP-1252, Basic Latin, and IPA extensions. Since the list is long of all Unicode blocks we decide to… Read more ›
The first 89 characters of the IPA extensions block include Latin character variant and Greeks. These characters are subheading of the original Unicode 1.0. IPA Extensions example IPA Extension table Unicode Char Unicode character description \u0250 ɐ Latin Small Letter Turned… Read more ›
This article explains how to use the Code page 1252 (CP-1252) character in Golang. CP-1252 is single-byte character Latin Alphabet encoding. These characters are used by default in the legacy components of Microsoft Windows for English, Spanish, French, German/Scandinavian. CP-1252… Read more ›
This is the first block of Unicode standard which is encoded in one byte (UTF-8). All letters and control codes are part of the ASCII encoding. Basic latin example In Golang these Unicode can be used using the print format… Read more ›