CharsetDetector / UTF-unknown

Character set detector build in C# - .NET 5+, .NET Core 2+, .NET standard 1+ & .NET 4+
307 stars 46 forks source link

Change codepage name 'mac-centraleurope' to 'x-mac-ce' #75

Closed rstm-sf closed 4 years ago

rstm-sf commented 4 years ago

Hello!

Change codepage name 'mac-centraleurope' to 'x-mac-ce'.

Because in .NET so (see code-page-identifiers or EncodingTable.Data.cs).

304NotModified commented 4 years ago

If we do Encoding.GetEncoding, will the latter retrieve an encoding? And the first?

rstm-sf commented 4 years ago

If we do Encoding.GetEncoding, will the latter retrieve an encoding?

Yes (see doc or example-on-sharplab).

And the first?

I think this is true for non win32 APIs

rstm-sf commented 4 years ago

Now it's part #78