CharsetDetector / UTF-unknown

Character set detector build in C# - .NET 5+, .NET Core 2+, .NET standard 1+ & .NET 4+

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

rstm-sf opened this issue · comments

Hello!

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

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

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

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

Now it's part #78