|
| From: | Nobuhiro Iwamatsu |
| Subject: | [screen-devel] [bug #31336] Fix outputs screen " ÿ " after a connected character |
| Date: | Fri, 15 Oct 2010 00:06:58 +0000 |
| User-agent: | Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/534.3 (KHTML, like Gecko) Chrome/6.0.472.59 Safari/534.3 |
URL:
<http://savannah.gnu.org/bugs/?31336>
Summary: Fix outputs screen "ÿ" after a connected character
Project: GNU Screen
Submitted by: iwamatsu
Submitted on: 2010年10月15日 00時06分57秒
Category: None
Severity: 3 - Normal
Priority: 5 - Normal
Status: None
Privacy: Public
Assigned to: None
Open/Closed: Open
Discussion Lock: Any
Release: None
Fixed Release: None
Planned Release: None
Work Required: None
_______________________________________________________
Details:
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 (address@hidden) made the patch which revised this problem.
_______________________________________________________
File Attachments:
-------------------------------------------------------
Date: 2010年10月15日 00時06分57秒 Name:
0001-Fix-outputs-screen-after-a-connected-character.patch Size: 1kB By:
iwamatsu
<http://savannah.gnu.org/bugs/download.php?file_id=21680>
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?31336>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
| [Prev in Thread] | Current Thread | [Next in Thread] |