On Sat, 18 Oct 2003 15:54:05 -0700 Vadim Zeitlin
<[EMAIL PROTECTED]> wrote:

> +            for( size_t word = each+1; alpha && word < colon; ++word )
> +            {
> +               // VZ: not sure that we want to use (locale-dependent)
> +               //     wxIsalpha() here, please check
> +               if ( !wxIsalpha(original[word]) )
> +                  alpha = false;
> +            }

It's simpler so why not. I don't know of any way to use C locale
temporarily, except maybe using C++ library.



-------------------------------------------------------
This SF.net email sponsored by: Enterprise Linux Forum Conference & Expo
The Event For Linux Datacenter Solutions & Strategies in The Enterprise 
Linux in the Boardroom; in the Front Office; & in the Server Room 
http://www.enterpriselinuxforum.com
_______________________________________________
Mahogany-Developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-developers

Reply via email to