bug-parallel
[Top][All Lists]
Advanced

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

Re: Non ASCII characters don't work well with --bar option


From: Ole Tange
Subject: Re: Non ASCII characters don't work well with --bar option
Date: Fri, 9 Jul 2021 14:09:56 +0200

On Wed, Jun 30, 2021 at 2:43 PM Recursive G <g.recursive@gmail.com> wrote:
>
> Hello. It seems some non-ASCII characters cannot be properly displayed
> on the progress bar. Here's an example:

This is by design.

The problem is that I have no way of knowing the width of a given
UTF-8 character in the font you are using. E.g. ঐ ও ঔ ক

This means the progress bar may be messed up if I include those.

It is unclear to me if it in general is preferably that the UTF-8
characters are just passed through - even if the bar is messed up.

It is easily changed. Simply remove:

       $arg =~ tr/[\011-\016\033\302-\365]//d;


/Ole



reply via email to

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