bug-ncurses
[Top][All Lists]
Advanced

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

Re: Curses doesn't display octants


From: Thomas Dickey
Subject: Re: Curses doesn't display octants
Date: Sat, 14 Dec 2024 16:32:01 -0500

On Wed, Dec 11, 2024 at 10:41:01AM +0200, Ram Rachum wrote:
> Hello curses maintainers,
> 
> I think that curses may have a bug which causes it to not be able to
> display octant characters correctly. Instead it displays blank space:
> 
> [image: 394317958-959e0486-d8ac-4279-9896-bd8eb1ab01d4.png]
> 
> Please see this bug report to CPython:
> https://github.com/python/cpython/issues/127795

There's not enough information in the bug report.  If your system's
runtime (e.g., glibc) does not yet support the wcwidth data for those
characters, ncurses will show them as blanks.

(the font and terminal used are only one part - some terminals use
hardcoded behavior, while ncurses uses the system's locale information).
 
> See especially the message by midichef in that issue that gives more
> context and shows that the problem might be with the `ncurses` library.

no, that only eliminates the python script from discussion

-- 
Thomas E. Dickey <dickey@invisible-island.net>
https://invisible-island.net

Attachment: signature.asc
Description: PGP signature


reply via email to

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