Your message dated Thu, 07 May 2026 15:44:00 +0200
with message-id <[email protected]>
and subject line Closing as wontfix
has caused the Debian Bug report #407490,
regarding screen: Screen in login mode is not unicode-ready
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.)
--
407490: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=407490
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: screen
Version: 4.0.3-0.2
Severity: wishlist
Tags: patch
Screen's default login shell mode is -xRR. It would be awesome if unicode were
added to it, such that when screen is invoked as a shell, it would be -xURR.
Patch below:
478c478
< /* if this is a login screen, assume -RR */
---
> /* if this is a login screen, assume -UxRR */
487a488,491
> #ifdef UTF8 /* Having a unicode screen loginshell is wonderful */
> nwin_options.encoding = nwin_options.encoding == -1 ? UTF8 : 0;
> #endif
>
-- System Information:
Debian Release: 4.0
APT prefers testing
APT policy: (990, 'testing')
Architecture: amd64 (x86_64)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17.7-grsec-nomods-aoe
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Versions of packages screen depends on:
ii base-passwd 3.5.11 Debian base system master password
ii debconf [debconf-2.0] 1.5.11 Debian configuration management sy
ii libc6 2.3.6.ds1-8 GNU C Library: Shared libraries
ii libncursesw5 5.5-5 Shared libraries for terminal hand
ii libpam0g 0.79-4 Pluggable Authentication Modules l
ii passwd 1:4.0.18.1-6 change and administer password and
screen recommends no packages.
-- debconf information:
screen/old_upgrade_prompt: false
--- End Message ---
--- Begin Message ---
Hi,
Closing this as wontfix.
The request is to force login-shell mode to imply UTF-8 (-UxRR).
Current behaviour is to use login-shell mode (-xRR) and determine
encoding from locale unless -U is explicitly requested.
That is an intentional behaviour choice, and forcing UTF-8
unconditionally would
break non-UTF8 locale setups.
Thanks,
Peter Dey
--- End Message ---