Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Wide-Latin bash script?

Name: Anonymous 2010-06-05 0:56

Is there any script, preferably bash or Perl, that will convert normal ASCII ("deal") into wide-width latin ("deal")?

Thanks.

Name: Anonymous 2010-06-05 1:58

>>5
something like this?


if ($_SERVER['argc'] == 1) {
    echo "usage: php asc2wwl.php [ascii string]\n";
    exit();
}

echo ascii_to_wwlatin($_SERVER['argv'][1]);

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List