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] unicode and Perl- how to pass command line unicodearguments
- Date: Tue, 14 Feb 2006 12:19:41 +0100
- From: Gábor Farkas <gabor@example.com>
- Subject: Re: [tlug] unicode and Perl- how to pass command line unicodearguments
- References: <43EFF8C4.4050704@example.com> <87d5hrix3v.fsf@example.com> <30ce84360602131448o18eacc15n@example.com><878xsehcu3.fsf@example.com>
- User-agent: Mozilla Thunderbird 1.0.7 (X11/20051013)
Stephen J. Turnbull wrote: >>>>>>"Ian" == Ian Wells <ijw@example.com> writes: > > > Ian> On 13/02/06, Stephen J. Turnbull <stephen@example.com> wrote: > > >> It's probably possible to program in this style in Perl, too, > >> but Perl believes that anything that can't be implicit should > >> be made so obscure that it might as well be implicit---it won't > >> be pleasant. ;-) > > Ian> Seems unnecessarily complicated to worry about which type > Ian> your variable is like that. > > It's necessary. > > Ian> Works in my head, anyway. Admittedly, I've never seen anyone > Ian> pass unicode parameters before, so that's a new problem... > > To you. I've been dealing with such problems for 15 years. > > :) my general rule is: everything that enters my program has to be EXPLICITLY converted to unicode-representation (with EXPLICITLY defining the charset). everything that leaves my program has to be EXPLICITLY converted to bytestring-representation (with EXPLICITLY defining the charset)> all internal string manipulation should happen on unicode strings. this usually is enough to make things work gabor
- References:
- Re: [tlug] unicode and Perl- how to pass command line unicodearguments
- From: David Riggs
- Re: [tlug] unicode and Perl- how to pass command line unicodearguments
- From: Stephen J. Turnbull
- Re: [tlug] unicode and Perl- how to pass command line unicodearguments
- From: Ian Wells
- Re: [tlug] unicode and Perl- how to pass command line unicodearguments
- From: Stephen J. Turnbull
Home | Main Index | Thread Index
- Prev by Date: Re: [tlug] unicode and Perl- how to pass command line unicodearguments
- Next by Date: Re: [tlug] Videodev problem
- Previous by thread: Re: [tlug] unicode and Perl- how to pass command line unicodearguments
- Next by thread: Re: [tlug] unicode and Perl- how to pass command lineunicode arguments
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links