CharsetDetector / UTF-unknown

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

Support multiple encodings as a result #155

Open 304NotModified opened 2 years ago

304NotModified commented 2 years ago

It seems that in order to maintain the ability to further define encodings, we need to change the API so that a collection of objects is returned. Thus, we can return the same encodings

Originally posted by @rstm-sf in https://github.com/CharsetDetector/UTF-unknown/issues/77#issuecomment-575975462