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

Re: [Omaha.pm] Unicode Extract



Jon Lonowski wrote:
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.

Hey Jon --

Did you get that figured out? Sorry for the resounding silence to your post. I haven't worked with unicode and apparently no one else on this list has either. :)

j