We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Useful utilities for working with various strings.
boolean Sabre\VObject\StringUtil::isUTF8(string $str)
Returns true or false depending on if a string is valid UTF-8
string Sabre\VObject\StringUtil::convertToUTF8(string $str)
This method tries its best to convert the input string to UTF-8.
Currently only ISO-5991-1 input and UTF-8 input is supported, but this may be expanded upon if we receive other examples.