(ReadCString): support UTF-16 encoding.

This commit is contained in:
morkt
2023-09-14 19:07:00 +04:00
parent 3a11f5fc7a
commit a49710e366
3 changed files with 41 additions and 14 deletions

View File

@@ -32,5 +32,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion ("1.0.10.207")]
[assembly: AssemblyFileVersion ("1.0.10.207")]
[assembly: AssemblyVersion ("1.0.10.208")]
[assembly: AssemblyFileVersion ("1.0.10.208")]