diff options
author | Fred Drake <fdrake@acm.org> | 2000-05-09 19:58:19 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-05-09 19:58:19 (GMT) |
commit | a69ef82643c362ba7c2d9e08eaa02fc0a997f829 (patch) | |
tree | 84b7471bd212e6140d41b771424a5b6c4b29cbe5 /Misc/unicode.txt | |
parent | 774c931c121e6ab2e822034a222001fdb788361c (diff) | |
download | cpython-a69ef82643c362ba7c2d9e08eaa02fc0a997f829.zip cpython-a69ef82643c362ba7c2d9e08eaa02fc0a997f829.tar.gz cpython-a69ef82643c362ba7c2d9e08eaa02fc0a997f829.tar.bz2 |
M.-A. Lemburg <mal@lemburg.com>:
Added a useful link to Markus Kuhn's Unicode and UTF-8
FAQ.
Diffstat (limited to 'Misc/unicode.txt')
-rw-r--r-- | Misc/unicode.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Misc/unicode.txt b/Misc/unicode.txt index d4b41a9..db66d8d 100644 --- a/Misc/unicode.txt +++ b/Misc/unicode.txt @@ -976,12 +976,15 @@ Introduction to Unicode (a little outdated by still nice to read): http://www.nada.kth.se/i18n/ucs/unicode-iso10646-oview.html For comparison: - Introducing Unicode to ECMAScript -- + Introducing Unicode to ECMAScript (aka JavaScript) -- http://www-4.ibm.com/software/developer/library/internationalization-support.html IANA Character Set Names: ftp://ftp.isi.edu/in-notes/iana/assignments/character-sets +Discussion of UTF-8 and Unicode support for POSIX and Linux: + http://www.cl.cam.ac.uk/~mgk25/unicode.html + Encodings: Overview: |