Source: screen
Version: 4.0.3-14
Severity: important
Tags: patch
X-Debbugs-CC: m...@ruby-lang.org

Hi,

## 52fix_screen_utf8_nfd.dpatch by Nobuhiro Iwamatsu <iwama...@debian.org>
##
screen outputs screen "ÿ" after a connected character.
This is a character without the need.
This issue happens in UTF-8 environment.
Before :
  screen$ ruby1.9.1 -e 'puts "\u304b\u3099.."'
   がÿ...
patch applied :
  screen $ ruby1.9.1 -e 'puts "\u304b\u3099.."'
  が..

Murata-san made the patch which revised this problem, and I modified
it for Debian.
Could you apply this patch?

We want squeeze to take in this patch.

Best regards,
 Nobuhiro

Attachment: 52fix_screen_utf8_nfd.dpatch
Description: Binary data

Reply via email to