Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Python > Re: unicodedata name for \u000a

Reply
Thread Tools

Re: unicodedata name for \u000a

 
 
Ken Beesley
Guest
Posts: n/a
 
      08-22-2004


Ken Beesley schreef:



>>
>> There is, of course, a Unicode name for \u000a,

>
>


Peter Kleiweg wrote:

No, there isn't. Check
http://www.unicode.org/charts/PDF/U0000.pdf



OK. I see that for 000A there is not now an official Unicode name in
4.0, and that "LINE FEED (LF)" is an alias. Such an alias, shown in
uppercase letters, indicates that it _was_ the name of the character in
The Unicode Standard, Version 1.0. See The Unicode Standard 4.0, p. 415
("Aliases"). This seems odd. One intuitively assumes that any defined
Unicode character has a Unicode name.

 
Reply With Quote
 
 
 
 
=?ISO-8859-1?Q?=22Martin_v=2E_L=F6wis=22?=
Guest
Posts: n/a
 
      08-22-2004
Ken Beesley wrote:
> OK. I see that for 000A there is not now an official Unicode name in
> 4.0, and that "LINE FEED (LF)" is an alias. Such an alias, shown in
> uppercase letters, indicates that it _was_ the name of the character in
> The Unicode Standard, Version 1.0. See The Unicode Standard 4.0, p. 415
> ("Aliases"). This seems odd. One intuitively assumes that any defined
> Unicode character has a Unicode name.


Indeed, this intuition is wrong. Other Unicode characters that don't
have names are:
- surrogates (U+D800..U+DFFF); it is debatable whether these are
characters, though
- private use characters (U+E000..U+F8FF, U+F0000..U+FFFFD,
U+10000..U+10FFFD).

Regards,
Martin
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Get alternative char name with unicodedata.name() if no formal onedefined Dirk Wallenstein Python 1 10-15-2010 12:55 AM
unicodedata.name Szabolcs Nagy Python 2 02-01-2006 05:40 PM
unicodedata . normalize (NFD - NFC) inconsistency Christos TZOTZIOY Georgiou Python 3 11-10-2004 08:48 AM
unicodedata name for \u000a Ken Beesley Python 7 08-22-2004 04:00 PM
Unicode 4.0 updates to unicodedata? David Opstad Python 1 09-19-2003 04:52 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57