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 : Tue May 23 2000 - 21:00:19 EST