Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The actual character set standard(s) used to externally encode the text of a VBA module (section 4.2) is implementation defined. Within this specification, the lexical structure of VBA modules are described as if VBA modules were encoded using Unicode. Specific characters are identified in this specification in terms of Unicode code points and character classes. The equivalence mapping between Unicode and an implementation’s specific character encoding is implementation defined. Implementations using non-Unicode encoding MUST support at least equivalents to Unicode code points U+0009, U+000A, U+000D and U+0020 through U+007E. In addition, an equivalent to U+0000 MUST be supported within String data values as fixed-length strings are filled with this character when initialized.