Skip to content

Instantly share code, notes, and snippets.

@yoshiki
Created June 29, 2009 09:34
Show Gist options
  • Save yoshiki/137545 to your computer and use it in GitHub Desktop.
Save yoshiki/137545 to your computer and use it in GitHub Desktop.
my $external_enc;
if ( $agent->is_docomo ) {
$external_enc = "x-sjis-docomo";
}
elsif ( $agent->is_ezweb ) {
$external_enc = "x-sjis-ezweb-auto";
}
elsif ( $agent->is_softbank ) {
$external_enc = "x-sjis-softbank-auto";
}
my $output = encode( $external_enc, decode( 'utf8', $str ) );
ああああああああああああ
ええええええええええ
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment