beta BLOG dot NET

/* bugs, features, drafts, and solutions. */

// results tagged “unicode”

Sebastian blogged on 2010-10-31T14:36:51+00:00

Lokalisiert: Das kleine EsZett im World Wide Web


Wie immer, wenn etwas immer größer und komplizierter wird, zeichnet sich ein Trend zur Lokalisierung ab. Das Internet ist ein topologischer Raum, der so hochdimensional geworden ist, dass man ihn nur noch als Überdeckung eines unfassbaren Etwas durch lokale Landkarten erklären kann. Das Kraftwerk der Globalisierung sehnt sich heute nach Semantik, sucht soziale Kontakte und organische Strukturen.Es möchte den Menschen nahe sein, ihre Gegend kennen und ihren Dialekt sprechen.  → read more …

# 

$tags

 = [  ];
# 

$categories

 = [  ];
# 

no comments

, 

no trackbacks

→ view entry

Sebastian blogged on 2010-07-06T17:54:36+00:00

xn--bullshit is a valid IDN application


Indeed, it is! Accidentally, while testing some random stuff against my IDN validatior function, I found out that the word bullshit is the result of the Punycode Algorithm applied to the Unicode sequence U+37F0 U+37E6 U+37F3 U+37EE U+37EC U+37E0.  → read more …

# 

$tags

 = [  ];
# 

$categories

 = [  ];
# 

1 comment

, 

no trackbacks

→ view entry

Sebastian blogged on 2009-11-17T20:23:58+00:00

understanding unicode surrogates / or: how to deal with Linear B strings in .NET


Remember a String object in .NET is a collection of Char objects, where a Char object in turn s announced as a unicode character, encoded by a 16bit unsigned integer. Thus, more precisely speaking, a single Char object is able to encode any codepoint within the basic multilingual lane (BMP), i.e. between U+0000 and U+FFFF. So, where goes the rest of the story? Unicode, as an universal character set, is designed to support much more than 65536 characters of ourse.  → read more …

# 

$tags

 = [  ];
# 

$categories

 = [  ];
# 

no comments

, 

no trackbacks

→ view entry

Sebastian blogged on 2009-11-12T23:44:36+00:00

Fun with European domain names


Starting 10 December 2009, companies and private persons based in the European Union will be able to register.eu Internationalised Domain Names  → read more …

# 

$tags

 = [  ];
# 

$categories

 = [  ];
# 

1 comment

, 

no trackbacks

→ view entry

here goes the message.