bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: portability issues with unicodeio


From: Bruno Haible
Subject: Re: portability issues with unicodeio
Date: Wed, 08 Jul 2020 20:07:57 +0200
User-agent: KMail/5.1.3 (Linux/4.4.0-179-generic; KDE/5.18.0; x86_64; ; )

Hi Akim, Kiyoshi-san,

> Unfortunately on Kiyoshi's environment (SunOS hidden 5.11 11.3 i86pc i386 
> i86pc,
> GCC 9.3.0) we get '?' instead of '.' in the C locale.  We get a genuine ASCII
> '?', it's not some fallback from the terminal which fails to display the
> character.  And we properly get the bullet with en_US.UTF-8.

I am adding a unit test for the 'unicodeio' module (see below). It contains
a test for the C locale, and this test works fine on Solaris 11.3.

Therefore I have to ask Kiyoshi two questions:

1) What is the output of the program 'locale'?
   $ locale

2) What are the link dependencies of the coreutils printf program?
   $ ldd $coreutilsbin/printf

Bruno


2020-07-08  Bruno Haible  <bruno@clisp.org>

        unicodeio: Add tests.
        * tests/test-unicodeio.c: New file.
        * tests/test-unicodeio1.sh: New file.
        * tests/test-unicodeio2.sh: New file.
        * tests/test-unicodeio3.sh: New file.
        * modules/unicodeio-tests: New file.

2020-07-08  Bruno Haible  <bruno@clisp.org>

        unicodeio: Document link requirements.
        * modules/unicodeio (Link): New section.

Attachment: 0001-unicodeio-Document-link-requirements.patch
Description: Text Data

Attachment: 0002-unicodeio-Add-tests.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]