C# Write File with EncodingThis post is about encodings and the writing of text files from C#. The code listing below writes […] January 6, 2019 in C# tagged ascii / file / unicode / write / utf8 / encode / C# Files Directories by Mike
Unicode and Character SetsThis post is based on an article by Wikipedia and Joel Spolsky. Joel Spolsky is the co-founder of […] January 3, 2018 in Character Sets tagged unicode / character set / ascii / code by Mike
UTF-8 Character SetComputers work in numbers. This is because they work with zeros and ones. They work in zeros and […] October 12, 2016 in Character Sets tagged ascii / utf-8 / symbol / strings / unicode / ebcdic / bit by Mike