iso-2022-jp, adding encodings..

2001-06-15 Thread Edward Peschko
Ok, I'm a bit confused.. How exactly do you add a new charset map to Unicode::Map? Where do you get the encodings from? Where are they defined? I saw your reference to ftp://ftp.unicode.org/MAPPINGS, but that just points to a file, not a directory of mapping sets. All I'm trying to do is conv

Re: iso-2022-jp, adding encodings..

2001-06-15 Thread Benjamin Franz
On Thu, 14 Jun 2001, Edward Peschko wrote: > > Ok, I'm a bit confused.. > > How exactly do you add a new charset map to Unicode::Map? Where do you get the > encodings from? Where are they defined? > > I saw your reference to ftp://ftp.unicode.org/MAPPINGS, but that just points > to a file, no

Re: iso-2022-jp, adding encodings..

2001-06-15 Thread Andreas Marcel Riechert
Benjamin Franz <[EMAIL PROTECTED]> writes: > On Thu, 14 Jun 2001, Edward Peschko wrote: > > > > All I'm trying to do is convert from UTF8 to iso-2022-jp ( the form of shift > > jis that is used in email...) any help on how to do this would be greatly > > appreciated... Don't mix up JIS encodin

Re: iso-2022-jp, adding encodings..

2001-06-15 Thread Peter Prymmer
On 15 Jun 2001, Andreas Marcel Riechert wrote: > Benjamin Franz <[EMAIL PROTECTED]> writes: > > On Thu, 14 Jun 2001, Edward Peschko wrote: > > > > > > > All I'm trying to do is convert from UTF8 to iso-2022-jp ( the form of shift > > > jis that is used in email...) any help on how to do this

Re: iso-2022-jp, adding encodings..

2001-06-15 Thread Benjamin Franz
On 15 Jun 2001, Andreas Marcel Riechert wrote: > Benjamin Franz <[EMAIL PROTECTED]> writes: > > > > my $sjis_string = from_utf8({ -string => $utf8_string, > > -charset => 'iso-2022-jp' }) > > I hope I will never have to maintain such a code. I could spend hours > t

Re: iso-2022-jp, adding encodings..

2001-06-16 Thread Dan Kogai
on 01.6.15 9:04 AM, Edward Peschko at [EMAIL PROTECTED] wrote: > How exactly do you add a new charset map to Unicode::Map? Where do you get the > encodings from? Where are they defined? > > I saw your reference to ftp://ftp.unicode.org/MAPPINGS, but that just points > to a file, not a directory o

Re: iso-2022-jp, adding encodings..

2001-06-18 Thread Edward Peschko
On Sat, Jun 16, 2001 at 04:42:39PM +0900, Dan Kogai wrote: > on 01.6.15 9:04 AM, Edward Peschko at [EMAIL PROTECTED] wrote: > > How exactly do you add a new charset map to Unicode::Map? Where do you get the > > encodings from? Where are they defined? > > > > I saw your reference to ftp://ftp.unic

Re: iso-2022-jp, adding encodings..

2001-06-18 Thread Benjamin Franz
On Mon, 18 Jun 2001, Edward Peschko wrote: > On Sat, Jun 16, 2001 at 04:42:39PM +0900, Dan Kogai wrote: > > > > Unfortunately, Unicode::String (and Unicode::Map8) cannot handle 16-bit > > CJKV strings (and that's the reason why I developed Jcode). > > Hmm.. I guess I wanted a universal soluti