On Thu, Jul 12, 2007 at 12:54:39PM +0200, Pavel Sanda wrote:

> wont be possible to avoid any ifdefs by doing something like :
> 
> try
> locale stuff (init+sort);
> catch any_error: do non_locale stuff 

Note that this is used in a sorting context, so the comparison
should be as fast as possible. I don't think that the try/catch
game fits the bill here.

-- 
Enrico

Reply via email to