You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added the -auto option to enable running automated tests even without Expect-Lua. Using this option, all test programs were rewritten in PowerShell. nkf32 is no longer required for testing.
Added the -16le and -16be options to force interpretation as UTF-16 little-endian or big-endian encoding, respectively.
-semicolon: Enabled using semicolons as field delimiters (for some European locales that use commas as decimal separators). Considered allowing arbitrary delimiter strings, but decided against it to avoid potential issues.
-nonutf8: Added an option to handle cases where data is incorrectly interpreted as UTF-8 when it is not actually encoded that way.
Added the -help option to display a list of available options.
Increased the number of leading bytes checked to detect UTF-16 encoding from the previous value to 10 bytes.