Closed Z-orz closed 1 year ago
Hi, The encoding is always UTF8: https://github.com/VPKSoft/Scintilla.NET/blob/master/Shared/Scintilla.cs#L4425. If you wish to load text other than UTF8, e.g. from a file see: File.ReadAllText.
OK, Thank you for your help.
How do I set the encoding of Scintilla.NET