Re: [patch] Re: 2.2.16pre nls in 2.3?

From: Urban Widmark (urban@svenskatest.se)
Date: Sat May 20 2000 - 12:39:46 EDT

  • Next message: Alan Cox: "Re: [patch] Re: 2.2.16pre nls in 2.3?"

    On Sat, 20 May 2000, Urban Widmark wrote:

    > this continues in the nls conversion as page_uni2charset[0x00], which I
    > believe is correct.

    ... but the 2.2.15 version of isofs/joliet.c reads these as
    - ch = *ip++;
    - cl = *ip++;
    and not like fs/fat/dir.c
    - cl = *ip++;
    - ch = *ip++;

    and wcsntombs_be does on the same input:
                    c = (*ip << 8) | ip[1];

    so I think I was wrong about this, or else a lot of people would have
    complained about 2.2.15. Sorry.

    /Urban

    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.rutgers.edu
    Please read the FAQ at http://www.tux.org/lkml/



    This archive was generated by hypermail 2b29 : Sat May 20 2000 - 12:43:39 EDT