Comment 1 for bug 530303

Revision history for this message
In , NOKUBI Takatsugu (knok) wrote : Re: Bug#215955: screen: ja_JP.UTF-8 chars don't work in caption

At Wed, 15 Oct 2003 14:56:42 -0200,
Leonardo Boiko wrote:
> Japanese characters don't display correctly in screen's ``caption'' if
> using ja_JP.UTF-8 locale.
>
> I tried Portuguese UTF-8 characters and they seem to work fine, as well
> as Japanese EUC-JP characters. The problem is specific with
> ja_JP.UTF-8.

I treid such situation on my environment, like the following:

$ script
$ screen -c foo

-- foo
caption always "テスト"
--

Then I checked the real screen output.

The string "テスト" is the following byte sequences:

e3 83 86 e3 82 b9 e3 83 88

And the follwoing is the output of screen command:

c3 a3 c2 83 c2 86 c3 a3 c2 82 c2 b9 c3 a3 c2 83 c2 88

I don't know why such conversion was occured.
--
NOKUBI Takatsugu
E-mail: <email address hidden>
 <email address hidden> / <email address hidden>