fhSetStringEncoding sets the current string encoding to UTF-8 or ANSI. By default, if this function is not called, the string encoding is the same as the file encoding. This function should never be used by modules (scripts that provide functions designed to be called by other scripts). For more information about string encoding, please see String Encoding and Unicode.
6
fhSetStringEncoding(strEncoding)
fhSetStringEncoding('ANSI') fhMessageBox(fhGetStringEncoding())