bug-gettext
[Top][All Lists]
Advanced

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

Re: Best way to depend on the user's charset


From: Akim Demaille
Subject: Re: Best way to depend on the user's charset
Date: Sun, 14 Jun 2020 13:42:09 +0200


> Le 14 juin 2020 à 10:52, Bruno Haible <bruno@clisp.org> a écrit :
> 
> Hi Akim,
> 
>> I would like to use "•" in Bison's output messages when this character is 
>> available.
> 
> Gnulib has a module 'unicodeio' for this purpose. You would use it like this:
> 
>  print_unicode_char (stdout, 0x2022, 0);
> 
> This module is tested "in the field" by GNU coreutils.

This is wonderful!  Thanks a lot Bruno!




reply via email to

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