Rewrite AFM parsing code

Dmitry Timoshkov dmitry at baikal.ru
Wed Aug 8 20:03:12 CDT 2001


"Ian Pilcher" <ian.pilcher at home.com> wrote:

> Log message:
>     Ian Pilcher <ian.pilcher at home.com>
>     WINEPS: rewrite and separate AFM parsing code (no more [afmfiles])

[...]


> +inline static BOOL IsWinANSI(LONG uv)
> +{
> +    if ((0x0020 <= uv && uv <= 0x007e) || (0x00a0 <= uv && uv <= 0x00ff) ||
> +        (0x2018 <= uv && uv <= 0x201a) || (0x201c <= uv && uv <= 0x201e) ||
> +     (0x2020 <= uv && uv <= 2022))
                               ^^^^
Shouldn't it be 0x2022?
--
Dmitry.





More information about the wine-devel mailing list