The original version of the OWS module up until 2.1.20 utilized ASCII encoding when converting the result of the XML Query from a web service from the binary array. This caused issues with international characters not being recognized by the ASCII character set. To resolve this problem, all references to the ASCII encoder/decoder have been replaced with UTF8.