Mailing List Archive
tlug.jp Mailing List tlug archive tlug Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][tlug] perl/curses/utf8
- Date: Fri, 05 Aug 2011 16:15:32 +0900
- From: "Stephen J. Turnbull" <stephen@example.com>
- Subject: [tlug] perl/curses/utf8
- References: <4E3B4C93.1040907@example.com>
s smith writes: > Does anyone on the list use perl curses in utf8. I can't seem to get > even printw to work and can't find anything on the web indicating it's > possible. Why not just use print to an appropriate terminal (Ie, one that groks UTF-8)? That's the whole point of UTF-8 -- an 8-bit clean application will just DTRT. At least in the standard C library, printw is for widechars, ie, UTF-16 or UTF-32. But Perl's Unicode support is internally an extension of UTF-8 AFAIK, so `printw' in Perl doesn't make much sense to me. (But then, not much in Perl does make sense to me, I'd rather read raw modem traffic. :-)
- Follow-Ups:
- Re: [tlug] perl/curses/utf8
- From: Simon Cozens
- Re: [tlug] perl/curses/utf8
- From: s smith
- Re: [tlug] perl/curses/utf8
- From: Shmuel Fomberg
- References:
- [tlug] perl/curses/utf8
- From: s smith
Home | Main Index | Thread Index
- Prev by Date: [tlug] perl/curses/utf8
- Next by Date: Re: [tlug] perl/curses/utf8
- Previous by thread: [tlug] perl/curses/utf8
- Next by thread: Re: [tlug] perl/curses/utf8
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links