UTF Unknown Versions Save

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

v2.5.1

1 year ago

🐛 Bug Fixes

  • Fix Reset() of SingleByteCharSetProber @adimosh, @304NotModified (#150)

👍 Enhancements

  • Catch NotSupportedException trying GetEncoding @jamesjohnmcguire, @304NotModified (#146)
  • Added chardet to NuGet package tags @304NotModified (#137)
  • Bump Microsoft.SourceLink.GitHub from 1.0.0 to 1.1.1 @dependabot (#154)

v2.5

2 years ago

🚀 Features

  • Indicate in DetectionDetail if a BOM was detected @jairbubbles (#130)

👍 Enhancements

  • Fix false negative with HZ detection @jairbubbles (#129)

v2.4

2 years ago

🚀 Features

  • Add support for UTF-8 emoji @yinyue200 (#118)
  • Allows opening files currently opened by other processes @Spiralis (#110)
  • Overload of DetectFromBytes(byte[] bytes, int offset, int len) @ied206 (#106)

👍 Enhancements

  • Enable deterministic build @304NotModified (#120)
  • Enabled sourcelink @304NotModified (#119)

v2.3

4 years ago

🚀 Features

  • Add detect encoding with BOM: UTF-7 and GB-18030 @rstm-sf (#98)
  • Add support 2-byte arrays for utf with bom @rstm-sf (#88)
  • Support snupkg @304NotModified (#94)

👍 Enhancements

  • Fix todo: ISO-2022-CN is x-cp50227 in .NET @rstm-sf (#97)
  • Resolve todo fix cp949 to ks_c_5601-1987 @rstm-sf (#86)
  • Resolve todo by TIS_620 equal iso-8859-11 with comment @rstm-sf (#84)
  • Add test files from uchardet @rstm-sf (#73)

🐛 Bug Fixes

  • Fix codepage name 'mac-centraleurope' to 'x-mac-ce' @rstm-sf (#81)

🔧 Maintenance

  • Update README, resolve some todo and add tests @rstm-sf (#99)
  • Small Cleanup and refactor @304NotModified (#92)
  • fix typo @304NotModified (#89)
  • Move encoding name to const string value @rstm-sf (#74)
  • Added Release drafter action @304NotModified (#104)
  • Refactor to get encoding by string name @rstm-sf (#100)
  • remove old example @304NotModified (#93)
  • Fix XML docs warnings @304NotModified (#91)
  • Improve link comment @304NotModified (#90)
  • Fix todo commits by fixing the docs @rstm-sf (#87)
  • Fix typo @rstm-sf (#71)

v2.2

4 years ago
  • Support for .NET Core 3 (thanks @rstm-sf)
  • Support for .NET Core 2
  • Improved dependencies for .NET Standard 2

v2.1

4 years ago

Added support for CP949 (@HelloWorld017)

v0.1

8 years ago