RBScript.EncodingFont Property
Syntax
EncodingFont as String
Useful only for double-byte character systems. This font is used to determine what script system is used to interpret strings in functions such as Len and Mid.
For example, to force interpretation of strings as Japanese script, set this property to "Osaka". If left blank, the system script is used.