On 21.04.2010, at 10:20, Duncan Gibson wrote: > Sometimes it isn't clear exactly which Unicode character someone > is talking about, eg. sparkaround said \0xA4\0x00 but meant U+00A4, > and Wikipedia entries on Unicode don't always display characters > properly in my browser if I don't have the right font installed. > > But now I've discovered http://www.decodeunicode.org/en/u+00a4 > I don't know how complete it is, but it's a start.
Thanks, I was just wondering how to convert a particular UTF-8 byte sequence to a Unicode code point (to verify my file contents). This works like a charm with the advanced search (just enter the hex byte sequence into the UTF-8 value field (e.g. E282AC -> U+20AC = Euro). BTW.: did you see the new files (and README) in the misc/ directory? Particularly the *-utf8.txt files are interesting for FLTK-1.3 tests. > Or even http://www.decodeunicode.org/de/ for Albrecht and Matt :-) ;-) Albrecht _______________________________________________ fltk-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
