#characterencoding
Like other systems developed at Xerox, Interlisp-D supported XCCS (Xerox Character Code Standard), a 16-bit character encoding released in the 1980s. XCCS predated and influenced Unicode. This is version 2.0 of the standard:

github.com/Interlisp/me...

#CharacterEncoding #xerox #retrocomputing
github.com
February 8, 2025 at 11:13 AM
Ever wonder how your text turns into 0s and 1s? Dive deep into character encoding, ASCII, and UTF-8. Understand the magic behind all digital communication.
Read more → www.webtoolskit.org/2025/08/lett...

#BinaryCode #CharacterEncoding #ASCII
December 22, 2025 at 8:10 AM
If you love a good character encoding drama the way I do, read this mini-thread!
#characterEncoding #unicode
I mean I love LaTeX but I just spent about fifteen minutes jamming my head against a wall because it was like "hey I can't render this unicode character in one of your bibtex entries, so I'm not going to render your document at all lolololol" and I'm like "I took out that unicode character"
September 8, 2026 at 5:51 PM
MySQL Connector/J の場合はどうなのかを調べようとしたらちょうどいいブログエントリがあったので見てみたら

> ちなみに、このあたりを見ていると、これらの変数で指定した値は最終的にはSET NAMESやSET character_set_resultsとして実行されるようですね。

ということだったので、これは言語問わず、接続設定でどうにかするのではなく接続確立後によしなにするという解釈がよさそうだ。

kazuhira-r.hatenablog.com/entry/2022/0...
MySQL Connector/JとCharacter Set/Character Set Results/Connection Collationとの設定、関��...
これは、なにをしたくて書いたもの? MySQLのJDBCドライバー、Connector/JのcharacterEncoding、characterSetResults、connectionCollationあたりの説明を見ていて、 不思...
kazuhira-r.hatenablog.com
December 6, 2023 at 3:24 AM
6/14 Character Encoding: @mperham spotted encoding issues like "We’ve Got a Panic!" ⚠️ @aaronmdjones notes missing charset info. @nyanpasu64 is confused by Firefox's Windows-1252 interpretation. #CharacterEncoding #UTF8 #WebDev
May 2, 2025 at 6:32 AM