in reply to YA Text encoding module -- Text::Daud

You might to look at Encode and Encode::Encoding, perl's new and (hopefuly) consistent solution to the encoding problem.

Also, you might consider doing the D'oh trick, and naming your module Encode::Da'ud (which is equivlent to Encode::Da::ud.)

Also, do you have a way to encode '{'?


Confession: It does an Immortal Body good.

  • Comment on Re: YA Text encoding module -- Text::Daud

Replies are listed 'Best First'.
Re: Re: YA Text encoding module -- Text::Daud
by herveus (Prior) on Aug 21, 2002 at 17:32 UTC
    Howdy!

    My query on comp.lang.perl.modules also yielded a suggestion to put it in the Encode:: namespace. I'm taking that suggestion quite seriously.

    I don't encode '{' because the particular focus of this encoding scheme is to represent accented letters (and other letter thingies). It does not try to address non-alpha characters (for a broad definition of 'alpha').

    yours,
    Michael