-------------------------------------------
Ok there is a utf8::is_utf8() module. Itll find out if your character is utf8. so for example
the output is "noyes" ...$a=chr(0x74); print utf8::is_utf8($a)?"yes":"no"; $a=chr(0x470); print utf8::is_utf8($a)?"yes":"no";
if you can provide some more code i can give you a more specific answer
In reply to Re^2: ignore UTF codes
by zer
in thread ignore UTF codes
by kettle
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |