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
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
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
- 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
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
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
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.
>