Re: [m4-1.4.19] make error on Solaris 11.3 x86

2021-05-29 Thread Kiyoshi KANAZAWA
Thank you, Paul. Everything good with your patch in 32 bit mode on Solaris. By the way, is this patch valid only in 32 bit mode (on Solaris) ? make & make check pass without the patch in 64 bit mode (./configure CC='gcc -m64'). --- Kiyoshi

Re: portability issues with unicodeio

2020-07-08 Thread Kiyoshi KANAZAWA
Hi Bruno, >   https://haible.de/bruno/gnu/testdir-unicodeio.tar.gz ? make check passed both on Solaris 11.3 & 11.4. > It is succeeds this test, then what is the difference between the > coreutils printf program and the test-unicodeio.c program? Both call > setlocale (LC_ALL, ""). I do not unde

Re: portability issues with unicodeio

2020-07-08 Thread Kiyoshi KANAZAWA
Hi Bruno, Hi Akim, FYI, also checked on Solaris 11.4 x86/x64, and had the same result. $ uname -a SunOS hidden 5.11 11.4.0.15.0 i86pc i386 i86pc $ LC_ALL=C $coreutilsbin/printf '\u2022\n' | od -t x1 000 3f 0a 002 $ LC_ALL=en_US.UTF-8 $coreutilsbin/printf '\u2022\n' | od -t x1 000

Re: portability issues with unicodeio

2020-07-08 Thread Kiyoshi KANAZAWA
- Original Message - > From: Bruno Haible > To: bug-gnulib@gnu.org > Cc: Akim Demaille ; Kiyoshi KANAZAWA > ; Bison Bugs > Date: 2020/7/9, Thu 03:08 > Subject: Re: portability issues with unicodeio > > Hi Akim, Kiyoshi-san, > >> Unfortunately on Kiyoshi's env

Re: mbswidth "failure" on Solaris

2019-05-05 Thread Kiyoshi KANAZAWA
Hello, I confirmed that bison test 127. Tabulations and multibyte characters (for Maxwell's equations) passed with the patch for m4/wcwidth.m4. Regards, --- Kiyoshi - Original Message - > From: Bruno Haible > To: bug-gnulib@gnu.org > Cc: Akim Demaille ; Kiyoshi KANAZ

Re: m4-1.4.17 test-mbrtowc3.sh fails on Solaris without European localization

2014-11-07 Thread Kiyoshi KANAZAWA
mbrtowc3.sh fails on Solaris without European >localization > >Eric Blake writes: > >> [adding gnulib] >> >> On 11/06/2014 11:19 AM, Kiyoshi KANAZAWA wrote: >>> Hello, >>> >>> On Solaris 10 x86/x64, >>> "test-mbrtowc

Re: m4-1.4.17 test-mbrtowc3.sh fails on Solaris without European localization

2014-11-07 Thread Kiyoshi KANAZAWA
t; >Eric Blake writes: > >> [adding gnulib] >> >> On 11/06/2014 11:19 AM, Kiyoshi KANAZAWA wrote: >>> Hello, >>> >>> On Solaris 10 x86/x64, >>> "test-mbrtowc3.sh" fails if European localization is not installed. >