InStackademicbyDarshana JaisinghWhen Characters Appear Out of Nowhere: Debugging HTML to String ConversionUnderstanding encoding issues and how to avoid strange characters when parsing HTMLNov 15
NickscipBasics: How Strings are Encoded in MemoryIf you’re like me and started programming in a high-level language such as Python, you should be aware that your chosen language abstracts…Nov 6Nov 6
Pablo Albornoz AfanasievDealing with the“Invalid UTF-8 string in BSON document” error in MongoDBSo, one day your application stopped working because your MongoDB client returns the following error: “Invalid UTF-8 string in BSON…Sep 131Sep 131
Joshua MatthewsImplementing UTF-8 Encoding in Zigtl;dr Created a library to read/write UTF-8 encoded Unicode values in Zig for my simple text editor. Link to GitHub repoOct 12Oct 12
InStackademicbyDarshana JaisinghWhen Characters Appear Out of Nowhere: Debugging HTML to String ConversionUnderstanding encoding issues and how to avoid strange characters when parsing HTMLNov 15
NickscipBasics: How Strings are Encoded in MemoryIf you’re like me and started programming in a high-level language such as Python, you should be aware that your chosen language abstracts…Nov 6
Pablo Albornoz AfanasievDealing with the“Invalid UTF-8 string in BSON document” error in MongoDBSo, one day your application stopped working because your MongoDB client returns the following error: “Invalid UTF-8 string in BSON…Sep 131
Joshua MatthewsImplementing UTF-8 Encoding in Zigtl;dr Created a library to read/write UTF-8 encoded Unicode values in Zig for my simple text editor. Link to GitHub repoOct 12
Akash PanditMastering Unicode in C++: A Comprehensive Guide to UTF-8 and UTF-16 in WindowsHello, fellow developers! Today, let’s explore the fascinating world of Unicode and its implementation in C++. If you’ve ever struggled…Oct 7
InThe Junior DeveloperbyTheJuniorDeveloperDecoding Strings: A Comprehensive GuideCharacters can be letters, numbers, punctuation marks, or even symbols like emojis. But hold on, computers are incapable of…Oct 2
Andrei BoarDemystifying Golang StringsThis post discusses Golang strings: their design, and how runes and bytes fit into the picture.Jul 153