When was U+xxxx added?

2002-04-11 Thread Frank da Cruz
Given a Unicode encoding value U+ (or whatever for non-BMP), how can I find out the version of the Unicode standard in which this character first appeared? - Frank

Re: When was U+xxxx added?

2002-04-11 Thread Kenneth Whistler
Frank asked: From [EMAIL PROTECTED] Thu Apr 11 12:12:33 2002 Date: Thu, 11 Apr 2002 14:58:48 EDT Given a Unicode encoding value U+ (or whatever for non-BMP), how can I find out the version of the Unicode standard in which this character first appeared? At last, a question for which we

Re: When was U+xxxx added?

2002-04-11 Thread Markus Scherer
ICU 2.1 will have an API for this, uchar.h/u_charAge(). markus Kenneth Whistler wrote: Frank asked: Given a Unicode encoding value U+ (or whatever for non-BMP), how can I find out the version of the Unicode standard in which this character first appeared?