Skip to content

Commit 512ff4d

Browse files
committed
Update README.md
1 parent 9fd3dcb commit 512ff4d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ File Encoding Checker requires Microsoft .NET Framework 4 to run.
1010
## Fixed issues
1111
Sorting the results by clicking a column header is working now.
1212

13+
Display the sort arrow in the columnn header for the results list view.
14+
1315
When viewing a directory, some files matching the file masks were not listed.
1416

1517
Improved performance of the list view control for faster processing of results.
@@ -25,7 +27,7 @@ UTF-16 text files without byte-order-mark (BOM) can be detected by heuristics.
2527
## Credits
2628
The original project [EncodingChecker](https://archive.codeplex.com/?p=encodingchecker) on CodePlex was written by [Jeevan James](https://github.com/JeevanJames).
2729

28-
For encoding detection, File Encoding Checker uses the [UtfUnknown](https://github.com/CharsetDetector/UTF-unknown) library, which is a C# port of [uchardet](https://gitlab.freedesktop.org/uchardet/uchardet) library - A C++ port of the original [Mozilla Universal Charset Detector](https://dxr.mozilla.org/mozilla/source/extensions/universalchardet/).
30+
For encoding detection, File Encoding Checker now uses the [UtfUnknown](https://github.com/CharsetDetector/UTF-unknown) library, which is a C# port of [uchardet](https://gitlab.freedesktop.org/uchardet/uchardet) library - A C++ port of the original [Mozilla Universal Charset Detector](https://dxr.mozilla.org/mozilla/source/extensions/universalchardet/).
2931

3032
## Supported Charsets
3133
File Encoding Checker currently supports over forty charsets.

0 commit comments

Comments
 (0)