I searched CPAN for some obvious namespaces such latin, unicode, convert and text to have an idea of what is out there. Latin showed three modules, not related between them; unicode showed 23 modules, and your module under such namespace would be at position 3. There are 101 modules under word convert and 345 under text, where you would be at position 17 :)

Your module doesn't belong only to unicode namespace, not even convert; it seems enough general and bounded to text conversion. So your choice seems correct to me, except that Text namespace is a bit crowded.

A possible solution would be to change perspective and stick it under Unicode, possibly leaving out conversions that can be achieved using other modules piped with yours.

Ciao, Valerio


In reply to Re: YA Text encoding module -- Text::Daud by valdez
in thread YA Text encoding module -- Text::Daud by herveus

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.