/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.chriswarbo.net
| | benbrougher.tech
2.9 parsecs away

Travel
| | What are all the different ASCII and UTF-x encodings and why do they matter?
| | preshing.com
4.2 parsecs away

Travel
| | Consider the lowly text file. This text file can take on a surprising number of different formats. The text could be encoded as ASCII, UTF-8, UTF-16 (little or big-endian), ...
| | blog.fredrb.com
4.8 parsecs away

Travel
| | Character encoding and UTF-8 Here are some quick facts I learned about character encoding, ASCII and UTF-8: You need to know the encoding of any text, otherwise it's impossible to decipher the message (although it's common for applications to assume the encoding). ASCII standard character set uses 7 bits only (0x00:0x7F range). This allows for 128 character only. The upper 128 positions (0x7F:0xFF) can be used by other encodings that preserve the first 128 ASCII characters and add new characters. There are many 8bit charsets that use the same first 7bits from ASCII. Unicode provides a unique code for every character, regardless of the language. This might not be entirely true. A combination of Unicode values can map to a single character. Additionally, there...
| | tenthousandmeters.com
19.1 parsecs away

Travel
| In 1991 Guido van Rossum released the first version of the Python programming language. About that time the world began to witness a major change...