Based on the perl unicode faq, I expected this to work:
sub shift_jis_to_utf8 {
my ($shift_jis) = @_;
my $encoding = 'Shift-JIS';
my $Map = new Unicode::Map({ ID => $encoding });
my $map_out = $Map->to_unicode($shift_jis);
my $us = Unicode::String->new($map_out);
my $us
Hai,
I am getting the following error message. I can't disclose the source
which caused this error as the source is an proprietary information. In
case some one knows the reason which might cause this error, please help
me. Thanks in advane.
Error : Can't find unicode character property defini
Hai,
I am getting the following error message. I can't disclose the source
which caused this error as the source is an proprietary information. In
case some one knows the reason which might cause this error, please help
me. Thanks in advance.
Error : Can't find unicode character property defin