summaryrefslogtreecommitdiff
path: root/Misc
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2000-05-09 19:58:19 +0000
committerFred Drake <fdrake@acm.org>2000-05-09 19:58:19 +0000
commita69ef82643c362ba7c2d9e08eaa02fc0a997f829 (patch)
tree84b7471bd212e6140d41b771424a5b6c4b29cbe5 /Misc
parent774c931c121e6ab2e822034a222001fdb788361c (diff)
downloadcpython-git-a69ef82643c362ba7c2d9e08eaa02fc0a997f829.tar.gz
M.-A. Lemburg <mal@lemburg.com>:
Added a useful link to Markus Kuhn's Unicode and UTF-8 FAQ.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/unicode.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/Misc/unicode.txt b/Misc/unicode.txt
index d4b41a9d7c..db66d8d237 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: