[Unicode]  UTS #39, Unicode Security Mechanisms Home | Site Map | Search
 

Feedback on Confusables or Identifier Restriction Data

Please submit suggestions for confusables or identifier restrictions using the online reporting form.

Data Formats

On the reporting form, you can specify characters either with hex codes or literal characters. Where you specify a string of multiple characters, please separate them by spaces. For example:

Example Comment
U+3003 DITTO MARK
3003 U+3003 DITTO MARK
a c The string "ac"
0061 0063 The same string, with hex codes.

For Restrictions, you can also specify a set of characters. That should use one of the following formats:

Example Comment
a..c All of the characters between a and c, in Unicode order.
0061..0063 The same range, using with hex codes.
[:blk=Greek:] An entire block, or other UnicodeSet.