How Do I Display Unicode? How Do I Input Unicode?
-See http://www.hclrss.demon.co.uk/unicode/ and
+See http://www.alanwood.net/unicode/ and
http://www.cl.cam.ac.uk/~mgk25/unicode.html
=item
shows better the division of Unicode into blocks of 256 characters.
Hexadecimal is also simply shorter than decimal. You can use decimal
notation, too, but learning to use hexadecimal just makes life easier
-with the Unicode standard.
+with the Unicode standard. The "U+HHHH" notation uses hexadecimal,
+for example.
The C<0x> prefix means a hexadecimal number, the digits are 0-9 I<and>
a-f (or A-F, case doesn't matter). Each hexadecimal digit represents
Unicode and Multilingual Support in HTML, Fonts, Web Browsers and Other Applications
- http://www.hclrss.demon.co.uk/unicode/
+ http://www.alanwood.net/unicode/
=item *
perl "-V:installprivlib"
-Note that some of the files have been renamed from the Unicode
-standard since the Perl installation tries to live by the "8.3"
-filenaming restrictions. The renamings are shown in the
-accompanying F<rename> file.
-
You can explore various information from the Unicode data files using
the C<Unicode::UCD> module.