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.
Thanks.
: >wide ( str -- wide )
[ [ 32 126 between? ]
[ [ 32 = ] [ 65248 + ] [ 12288 ] smart-if* ]
smart-when ]
map ;