https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225692

--- Comment #20 from Yuri Pankov <[email protected]> ---
Those have names as well, though pretty simple ones :-)

I did it like the following (where wc2mb is simple code snippet printing out
multibyte code suitable to be grep'ped in UTF-8.cm):

$ grep $(./wc2mb 0xE000) ~/unicode/cldr/v33.0/posix/UTF-8.cm
<PRIVATE_USE_AREA-E000>                                                        
      \xEE\x80\x80
$ grep $(./wc2mb 0xF8FF) ~/unicode/cldr/v33.0/posix/UTF-8.cm
<PRIVATE_USE_AREA-F8FF>                                                        
      \xEF\xA3\xBF

And yes, I think it would make sense to add them for the time being until
better solution is found.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to