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

Indicate in DetectionDetail if a BOM was detected #130

Closed jairbubbles closed 2 years ago

jairbubbles commented 2 years ago

It can be useful to know if a BOM was detected, for instance to indicate in a text editor what's the current encoding (like in VS Code or Notepad++).

304NotModified commented 2 years ago

Cool! Good idea!

304NotModified commented 2 years ago

2.5 has been released now. Thanks for the contributions!