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

DetectFromString

foxi69 opened this issue · comments

is it possible to detect from string then convert it for the better encoding?

In the .NET, string is always utf-16 encoded. Therefore, from string we can always get the required byte array.

The approach in this library does not give 100% results. Therefore, I see no reason to add such functionality to the core library

I assume your question has been answered, if not, please let us know!