if ( $STRING =~ m/[^[:ascii:]]/ ) { print "Not ACSII\n" } [download]
In reply to Re: How to test if a string is unicode string? by jwkrahn in thread How to test if a string is unicode string? by harangzsolt33