In Zend Framework, Zend_Validate_StringLength has an encoding property that can be used to convert between different character sets (it uses iconv_set_encoding on the string).
Why is this part of the StringLength validator class? Should I use this with my string length field checks to enforce UTF-8?