Your message dated Sun, 24 Mar 2024 00:15:37 +0100
with message-id <[email protected]>
and subject line Re: bash: 8 digits for strange characters is excessive
has caused the Debian Bug report #752132,
regarding bash: 8 digits for strange characters is excessive
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
752132: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=752132
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: bash
Version: 4.2+dfsg-1
Severity: normal
Dear Maintainer,
If I paste, say, "🇬🇧" onto the command line, it comes out looking like
reverse video "<0001f1ec><0001f1e7>".
That is, bash is using 8 hex digits to represent Unicode codepoints.
Given that Unicode only goes up to U+10FFFF (though the situation with
ISO 10646 seems a bit more hazy -- probably because it isn't freely
available), it's kind of silly to use 8 hex digits for the codepoints,
don't you think?
-- System Information:
Debian Release: jessie/sid
APT prefers testing
APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 3.14-1-686-pae (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages bash depends on:
ii base-files 7.2
ii dash 0.5.7-3+nmu1
ii debianutils 4.4
ii libc6 2.18-4
ii libtinfo5 5.9+20130608-1
Versions of packages bash recommends:
ii bash-completion 1:2.1-2
Versions of packages bash suggests:
ii bash-doc 4.2+dfsg-1
-- no debconf information
--
Hi! I'm a .signature virus! Copy me into your ~/.signature to help me spread!
--- End Message ---
--- Begin Message ---
Version: 5.0-6
On Thu, 19 Jun 2014 20:50:56 -0400 Samuel Bronson <[email protected]> wrote:
Package: bash
Version: 4.2+dfsg-1
Severity: normal
Dear Maintainer,
If I paste, say, "🇬🇧" onto the command line, it comes out looking like
reverse video "<0001f1ec><0001f1e7>".
As of version 5.0, bash supports a wider range of the Unicode
specification and will simply output Unicode characters and leave their
rendering to the terminal, instead of representing them via their
hexadecimal codepoints.
Regards,
--
Gioele Barabucci
--- End Message ---