#character-encoding

[ follow ]
fromRubyflow
1 month ago

Ever wondered how Ruby translates numbers into characters-or even emojis?

Ruby's .chr and .ord methods demystify the journey of characters from raw bytes to multi-byte UTF-8 encoding, revealing the intricacies of ASCII and beyond.
fromHackernoon
1 year ago

Fixing Garbled Text When Syncing Oracle to Doris with SeaTunnel 2.3.9 | HackerNoon

If Oracle is using a character set like ASCII, and you're syncing to Doris (which expects proper UTF-8 or other compatible encodings), Chinese characters can become unreadable.
Java
Typography
fromHackernoon
5 years ago

Why Every Emoji, Letter, and Symbol You Type Is Basically Just Math | HackerNoon

Character encoding is essential for translating human language into a format that computers can process.
[ Load more ]