Re: msvcrt: Implement _mbctombb.

2010-02-24 Thread Reece Dunn
On 24 February 2010 08:51, David Hedberg wrote: > Well, I should add that it only makes sense for cp 932 as far as I > know, but then I'm only familiar with Japanese. More important perhaps > is that I also ran some tests on Win XP and Win 7 trying to get it to > return anything for other code pag

Re: msvcrt: Implement _mbctombb.

2010-02-24 Thread David Hedberg
Hi again, On Wed, Feb 24, 2010 at 8:27 AM, Maarten Lankhorst wrote: > Hi David, > > David Hedberg wrote: >> >> On Wed, Feb 24, 2010 at 7:12 AM, Maarten Lankhorst >> wrote: >> >>> >>> Hi David, >>> >> >> Hi Maarten, >> >> >>> >>> David Hedberg wrote: >>> +/* Maps multibyte cp932 punctua

Re: msvcrt: Implement _mbctombb.

2010-02-23 Thread Maarten Lankhorst
Hi David, David Hedberg wrote: On Wed, Feb 24, 2010 at 7:12 AM, Maarten Lankhorst wrote: Hi David, Hi Maarten, David Hedberg wrote: +/* Maps multibyte cp932 punctuation marks to single byte equivalents */ +static unsigned int mbctombb_932_punct[] = { + 0x20,0xa4,0xa1,0x2

Re: msvcrt: Implement _mbctombb.

2010-02-23 Thread Maarten Lankhorst
Hi David, David Hedberg wrote: +/* Maps multibyte cp932 punctuation marks to single byte equivalents */ +static unsigned int mbctombb_932_punct[] = { + 0x20,0xa4,0xa1,0x2c,0x2e,0xa5,0x3a,0x3b,0x3f,0x21,0xde,0xdf,0x00,0x00,0x00,0x5e, + 0x7e,0x5f,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x