Home | History | Annotate | Download | only in mjsunit

Lines Matching refs:perl

33 // following piece of perl-based line noise:
35 // perl -CIO -ne '$_ =~ s/([^\n -~])/"\\u" . sprintf("%04x", ord($1))/ge; print $_;' < unicode-test.js > unicode-test-ascii.js