ietf-nntp Collected minor issues

greg andruk gja at meowing.net
Wed Mar 19 14:16:19 PST 2003


>
>
>Indeed so. The use of [...] requires agreement on the collating order. If
>it is US-ASCII (or you are in the C locale, which amounts to the same
>thing) then all is straightforward.
>
>But if, in UTF-8, you ask for everything in between 'LATIN CAPITAL LETTER
>A' and 'GREEK CAPITAL LETTER OMEGA' you will get all sorts of weird and
>wonderful things. So writing that future extension would be a non-trivial
>task.
>  
>
This problem is much smaller than it may appear.  The full wildmat 
syntax is nearly identical to the Unix fnmatch function, for which there 
are multiple freely available implementations with locale support 
already plumbed in. There are a few small differences between wildmat 
and fnmatch like ^ vs. ! for negation, but the code can be copied nearly 
verbatim.





More information about the ietf-nntp mailing list