Fuck google incorporated for editing my subject name without
permission.
and fuck google incorporated for editing my message content without
permission.
http://xahlee.org/UnixResource_dir/writ/responsible_license.html
Xah
[EMAIL PROTECTED]
http://xahlee.org/PageTwo_dir/more.html
--
http://
Xah Lee wrote:
i don't know what's the state of Perl's unicode.
perldoc perlunicode
--
http://mail.python.org/mailman/listinfo/python-list
python has this nice unicodedata module that deals with unicode nicely.
#-*- coding: utf-8 -*-
# python
from unicodedata import *
# each unicode char has a unique name.
# one can use the âlookupâ func to find it
mychar=lookup('greek cApital letter sIgma')
# note letter case doesn't matter
print