From OpenOffice::OODoc:
odfDecodeText($ootext)Returns the translation of a raw ODF (UTF-8) string in the local character set. While the right translation is automatically done by the regular text read/write methods of
OpenOffice::OODoc, this function is useful only if the user's application needs to bypass the API.
Does the sentence mean "from one encoding to another encoding" or does it mean "from byte-string to Unicode and back"?