<%
%>Unicode General Category<%
%><%
%>Abbr. | Description | <%
For count=0 To UBound(aryFileCategory)
Dim aryTmpCtgry
aryTmpCtgry = Split(aryFileCategory(count)," ")
Response.Write "" & aryTmpCtgry(0) & " | "
Response.Write "" & aryTmpCtgry(1) & " | "
Next
%>
* Put your mouse over the table and see the status bar.
* From Unicode online data, http://www.unicode.org/Public/3.2-Update/UnicodeData-3.2.0.html#General%20Category.
<% Call FileLastModified() %>
|