>>>>> "JN" == Jennifer Nussbaum <[email protected]> writes:
JN> That does, but requires me to know the answer already. I guess my JN> question is, "if i have a Twitter message with a rectangular box JN> with "01f 1e7" in it, how do i figure out what that is?" First, the hex strings are unicode code points. In this case, U+1f1e7. Searching for that string shows several hits and enough quotation to explain that character. Even searching w/o the U+ prefix works. http://unicode-search.net/ is useful for searching for characters by code point. Or by name. If you have miscfiles installed, /usr/share/misc/unicode.gz you can grep(1) through that file for code points or names (spell them with majuscules rather than miniscules), although it is too old for chars like U+1F1E7 REGIONAL INDICATOR SYMBOL LETTER B. -JimC -- James Cloos <[email protected]> OpenPGP: 1024D/ED7DAEA6 -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: https://lists.debian.org/[email protected]

