screen-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problems with 32-bit Unicode codepoints


From: Andrew Pantyukhin
Subject: Re: Problems with 32-bit Unicode codepoints
Date: Thu, 22 May 2008 13:03:59 +0400
User-agent: Mutt/1.5.17 (2007-11-01)

On Thu, May 22, 2008 at 10:39:48AM +0200, Vladimir Marek wrote:
> Hi,
> 
> > It appears screen does not cope with 32-bit Unicode codepoints
> > (actually anything more than FFFF). I can view them in urxvt
> > without screen, but not in a screen session. My environment is
> > fully UTF-8.
> 
> By quick inspection, it seems that function
> 
> FromUtf8(c, utf8charp)
> 
> returns
> 
>   if (c & 0xffff0000)
>     c = UCS_REPL;       /* sorry, only know 16bit Unicode */
> 
> I'm just looking into the Unicode Standard. It might not be too
> difficult to add 3rd and 4th byte.
> 
> I'll see what I can do.

Cool. I couldn't be asking for more.

Thanks!




reply via email to

[Prev in Thread] Current Thread [Next in Thread]