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]Re: [tlug] Re: Piping stderr?
- Date: 25 Jun 2002 22:07:36 +0900
- From: "Stephen J. Turnbull" <stephen@example.com>
- Subject: Re: [tlug] Re: Piping stderr?
- References: <3D109EC0.4070703@example.com><87n0trz38q.fsf@example.com><s3t3cvj6oad.fsf@example.com><87r8j1w8ol.fsf@example.com><877kktb463.wl@example.com><87u1nxuguj.fsf@example.com><87n0tlmn5r.wl@example.com><87bsa1nsvr.fsf@example.com><87vg895g7k.wl@example.com><871yaxnjei.fsf@example.com><87adpkj70k.wl@example.com><87u1nrao03.fsf@example.com><87znxjhlw4.wl@example.com><87ptyf91b3.fsf@example.com><87wusnhfg8.wl@example.com>
- Organization: The XEmacs Project
- User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Informed Management (RC2))
>>>>> "Jiro" == Jiro SEKIBA <jir@example.com> writes: Jiro> Stephen J. Turnbull <stephen@example.com> wrote: >>> uxterm totally depends on UTF-8. >> What do you mean by "depends"? That is, what restrictions does >> this impose on me? Jiro> You have to use UTF-8 codeset or filter to use uxterm, isn't Jiro> it restriction? Not as far as I'm concerned. The filters are freely available. I only have to actually type the filter pipeline once, after that I make a shell function. Jiro> And uxterm's text processing depends on UTF-8 code set, I Jiro> can say. Sure, but all that matters is (1) chunking characters in the buffer and (2) converting to integers for font indexing, both operations are trivial and efficient. This is very different if you want to handle all of EUC and Shift JIS and ISO-2022-JP. In Shift JIS you can't even handle all Japanese characters; EUC is the best of the three and reasonably consistent but what if you want to write Hangul or Hrvtska (Croatian); and ISO-2022-JP means you don't even know where characters begin and end without going all the way the back to the beginning. Why burden a stupid little *term with that complexity? >> Software should be written to be general, with as little >> dependency on external text representation as possible I mean it should be easy to put filters on it so as to handle arbitrary external representations. These filters can be internal as with Mule coding systems or Python codecs, or external such as piping through iconv. All knowledge of non-Unicode coding should be severely limited to a few modules. It should be like a Japanese house. You may wear sandals, shoes, sneakers, or boots outside, but when you enter the house you take off your outdoor shoes and put on slippers. In the same way, at the time text enters a program, it should be converted into a universal representation, ie, Unicode. It doesn't matter whether the getabako is inside the program (as the genkan in most homes) or outside (as at my daughter's school). -- Institute of Policy and Planning Sciences http://turnbull.sk.tsukuba.ac.jp University of Tsukuba Tennodai 1-1-1 Tsukuba 305-8573 JAPAN My nostalgia for Icon makes me forget about any of the bad things. I don't have much nostalgia for Perl, so its faults I remember. Scott Gilbert c.l.py
- Follow-Ups:
- Re: [tlug] Re: Piping stderr?
- From: Jiro SEKIBA
- References:
- [tlug] Piping stderr?
- From: Josh Glover
- Re: [tlug] Piping stderr?
- From: Stephen J. Turnbull
- [tlug] Re: Piping stderr?
- From: Mike Fabian
- [tlug] Re: Piping stderr?
- From: Stephen J. Turnbull
- Re: [tlug] Re: Piping stderr?
- From: Jiro SEKIBA
- Re: [tlug] Re: Piping stderr?
- From: Stephen J. Turnbull
- Re: [tlug] Re: Piping stderr?
- From: Jiro SEKIBA
- Re: [tlug] Re: Piping stderr?
- From: Stephen J. Turnbull
- Re: [tlug] Re: Piping stderr?
- From: Jiro SEKIBA
- Re: [tlug] Re: Piping stderr?
- From: Stephen J. Turnbull
- Re: [tlug] Re: Piping stderr?
- From: Jiro SEKIBA
- Re: [tlug] Re: Piping stderr?
- From: Stephen J. Turnbull
- Re: [tlug] Re: Piping stderr?
- From: Jiro SEKIBA
- Re: [tlug] Re: Piping stderr?
- From: Stephen J. Turnbull
- Re: [tlug] Re: Piping stderr?
- From: Jiro SEKIBA
Home | Main Index | Thread Index
- Prev by Date: Re: [tlug] Re: backups
- Next by Date: Re: [tlug] cannot connect to the sound daemon
- Previous by thread: Re: [tlug] Re: Piping stderr?
- Next by thread: Re: [tlug] Re: Piping stderr?
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links