Re: [Stdcxx Wiki] Update of "LocaleLookup" by MartinSebor

2008-03-23 Thread Martin Sebor
Travis Vitek wrote: Martin Sebor wrote: But we do need to come up with a sound specification of the query syntax before implementing any more code. Okay, the proposed query syntax grammar essentially the same as that being used for the value in xfail.txt. So we have is a shell globbing

Re: [Stdcxx Wiki] Update of "LocaleLookup" by MartinSebor

2008-03-17 Thread Travis Vitek
Martin Sebor wrote: > > But we do need to come up with a sound specification of the query syntax > before implementing any more code. > Okay, the proposed query syntax grammar essentially the same as that being used for the value in xfail.txt. So we have is a shell globbing pattern in th

Re: [Stdcxx Wiki] Update of "LocaleLookup" by MartinSebor

2008-03-12 Thread Martin Sebor
Travis Vitek wrote: [...] I think it might be simpler to keep things abstract but given my specification above a simple query string would look like this: "en_US.*1\n" "zh_*.UTF-8 2\n" "zh_*.UTF-8 3\n" "zh_*.UTF-8 4\n" for the equivalent of: locale == "en_US.*"&& MB_C

Re: [Stdcxx Wiki] Update of "LocaleLookup" by MartinSebor

2008-03-12 Thread Martin Sebor
Travis, I don't think we've been wasting time. But we do need to come up with a sound specification of the query syntax before implementing any more code. Examples are helpful, but they are not a substitute for a precise grammar and a description of the effects. I think it's great to put together

RE: [Stdcxx Wiki] Update of "LocaleLookup" by MartinSebor

2008-03-12 Thread Travis Vitek
> > > > Martin Sebor wrote: > > Travis Vitek wrote: >> >> >>> From: Apache Wiki [mailto:[EMAIL PROTECTED] >>> >>> The new >>> interface will need to make it easy to specify such a set of >>> locales without explicitly naming them, and it will need to >>> retrieve such locales without ret

Re: [Stdcxx Wiki] Update of "LocaleLookup" by MartinSebor

2008-03-12 Thread Martin Sebor
Travis Vitek wrote: From: Apache Wiki [mailto:[EMAIL PROTECTED] The new interface will need to make it easy to specify such a set of locales without explicitly naming them, and it will need to retrieve such locales without returning duplicates. As mentioned before I don't know a good wa

RE: [Stdcxx Wiki] Update of "LocaleLookup" by MartinSebor

2008-03-11 Thread Travis Vitek
>From: Apache Wiki [mailto:[EMAIL PROTECTED] > >The new >interface will need to make it easy to specify such a set of >locales without explicitly naming them, and it will need to >retrieve such locales without returning duplicates. > As mentioned before I don't know a good way to avoid dupli