CodeUnitDefaultEncoding Field |
Determines the default source file encoding for files without a BOM prefix or a valid UTF8 sequence (defaults to Windows-1252).
Use "UTF8" for UTF8. Use "ISO-8859-1" for Latin1 / extended ASCII.
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public static string DefaultEncoding
Field Value
Type:
StringSee Also