On Wed, Sep 28, 2005 at 09:45:38AM +0200, Reinhard Pagitsch wrote:
> Hello,
> Does anyone know a news group where I can ask about codepage convertion?
> I do not want codesnippets I only want to know about algorithm and 
> knowledge about it.
> The background is that one of my modules uses codepage tables to convert 
>  from codepage xxx to unicode, and now I have to know how to convert 
> from  unicode to codepage xxx or from codepage xxx to codepage yyy.
> No, I do not want to use existing libraries like iconv. I looked into 
> iconv but it seems to that it has no support for EBCDIC to xxx and vice 
> versa. And I want to be independent from any OS specific code.

And you don't want to use the Encode module itself?
In which case you could look at its source code.

perl-unicode is probably the closes mailing list to what you're looking for:

http://lists.cpan.org/showlist.cgi?name=perl-unicode

Nicholas Clark

Reply via email to