Thanks, I hope so.<br><br>All,<br><br>I updated it a bit to add some other functions that should be useful for this group (and others). In particular, you can now use regex in the property values. So the following gives you all the characters X where toNFKC(X) contain an ASCII period (a topic of recent interest).
<br><br><a href="http://unicode.org/cldr/utility/list-unicodeset.jsp?a=[:toNFKC=/\./:]">http://unicode.org/cldr/utility/list-unicodeset.jsp?a=[:toNFKC=/\./:]</a><br><br>For more information, please read <a href="http://unicode.org/cldr/utility/index.jsp">
http://unicode.org/cldr/utility/index.jsp</a> . I&#39;d welcome any information feedback on improving the clarity of that explanation and/or useful further enhancements.<br><br>Mark<br><br><div class="gmail_quote">On Jan 12, 2008 1:23 AM, Harald Alvestrand &lt;
<a href="mailto:harald@alvestrand.no">harald@alvestrand.no</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Mark Davis skrev:
<br><div class="Ih2E3d">&gt; BTW, over the holidays I updated <a href="http://unicode.org/cldr/utility/" target="_blank">http://unicode.org/cldr/utility/</a> so<br>&gt; that it now has the idna2003 properties. For example:
<br>&gt;<br>&gt; |[:idna=output:]|<br></div>&gt; &lt;<a href="http://unicode.org/cldr/utility/list-unicodeset.jsp?a=%5B:idna=output:%5D" target="_blank">http://unicode.org/cldr/utility/list-unicodeset.jsp?a=%5B:idna=output:%5D
</a>&gt;<br><div class="Ih2E3d">&gt; The set of all characters allowed in the output of IDNA.<br>&gt;<br>&gt; These can be used for quick comparisons of the idna bis tables. For<br>&gt; example, to get the idna characters that were allowed, but would be
<br>&gt; excluded by various of the idnabis table steps, one can go to<br>&gt; <a href="http://unicode.org/cldr/utility/list-unicodeset.jsp" target="_blank">http://unicode.org/cldr/utility/list-unicodeset.jsp</a> and put in the
<br>&gt; regex-like expression:<br>&gt;<br>&gt; [[:idna=output:]<br>&gt; &nbsp; -[[:L:][:Nd:][:Mn:][:Mc:]<br>&gt; &nbsp; -[:^isCaseFolded:]<br>&gt; &nbsp; -[:NFKC_QuickCheck=NO:]<br>&gt; &nbsp; -[:Default_Ignorable_Code_Point:]]<br>&gt; &nbsp;-[-A-Z]]
<br>&gt;<br>&gt; (Perl syntax works if you like that better.)<br>&gt;<br>&gt; Comments are welcome.<br></div>This seems very useful - it allows us very quickly to see which<br>characters we&#39;re talking about.<br><br>Thanks!
<br><br></blockquote></div><br><br clear="all"><br>-- <br>Mark