[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Omaha.pm] Unicode Extract



Is there a method for extracting the unicde value from a one-character string??

$int = extuni(substr($char,0,1));

substr() to ensure that only one character is passed through.