You had requested at one point to modify the Unicode utilities to not have the character literals.<br><br>I modified the utilities so that there is an extra checkbox that selects UCD format (no literals, standard .. in ranges, no U+). You can also pass it in as a parameter, using ucd=1.<br>
<br>For example, here is the set of assigned characters in blocks whose names have the word &quot;latin&quot; in them (case insensitive).<br><br><a href="http://unicode.org/cldr/utility/list-unicodeset.jsp?ucd=1&amp;a=[[:block=/(?i)latin/:]-[:unassigned:]]">http://unicode.org/cldr/utility/list-unicodeset.jsp?ucd=1&amp;a=[[:block=/(?i)latin/:]-[:unassigned:]]</a><br clear="all">
<br>-- <br>Mark