Re: Smoke [ebcdic] v5.23.2-88-gb7bbfb3 FAIL(M) os/390 24.00 (2964/)

2015-08-27 Thread Karl Williamson
On 08/27/2015 01:17 AM, Yaroslav Kuzmin wrote: OK, so it will be more correctly - utfebcidc.h 142 /* Transforms in wide UV chars */ 143 #define NATIVE_TO_UNI(ch)(FITS_IN_8_BITS(ch) ?

Smoke [ebcdic] v5.23.2-88-gb7bbfb3 FAIL(M) os/390 24.00 (2964/)

2015-08-27 Thread Yaroslav Kuzmin
OK, so it will be more correctly - utfebcidc.h 142 /* Transforms in wide UV chars */ 143 #define NATIVE_TO_UNI(ch)(FITS_IN_8_BITS(ch) ? NATIVE_TO_LATIN1(ch) : (ch)) 144 #define UNI_TO_NATIVE(ch)

Smoke [ebcdic] v5.23.2-88-gb7bbfb3 FAIL(m) os/390 24.00 (2964/)

2015-08-27 Thread Yaroslav Kuzmin
Is a typo in the file utfebcidc.h 142 /* Transforms in wide UV chars */ 143 #define NATIVE_TO_UNI(ch)((FITS_IN_8_BITS(ch) ? NATIVE_TO_LATIN1(ch) : (ch)) 144 #define NATIVE_TO_UNI(ch)((FITS_IN_8_BITS(ch) ? LATIN1_TO_NATIVE(ch) : (ch)) I fixed rerun tests. 142 /* Transforms in