Char to UTF code in vbscript
问题 I'd like to create a .properties file to be used in a Java program from a VBScript. I'm going to use some strings in languages that use characters outside the ASCII map. So, I need to replace these characters for its UTF code. This would be \u0061 for a, \u0062 fro b and so on. Is there a way to get the UTF code for a char in VBScript? 回答1: VBScript has the AscW function that returns the Unicode (wide) code of the first character in the specified string. Note that AscW returns the character