[1/5]usp10: break with a better understanding on the handling of bidi strengths

Alexandre Julliard julliard at winehq.org
Mon Nov 14 07:16:34 CST 2011


Aric Stewart <aric at codeweavers.com> writes:

> +            if (strength)
> +            {
> +                str = strength[cnt];
> +                if (pwcInChars[cnt] == Numeric_space)
> +                    str_space = TRUE;
> +                else
> +                    str_space = FALSE;
> +            }

str_space is not used for anything.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list