1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-10-31 07:04:04 +00:00

Apply same fix and tests for UTF16BE

This commit is contained in:
Keith Hall
2025-08-16 15:33:53 +03:00
parent 40c4c8e542
commit 96ce80d0e2
4 changed files with 25 additions and 9 deletions

View File

@@ -17,7 +17,7 @@
- Add missing mappings for various bash/zsh files, see PR #3262 (@AdamGaskins)
- Send all bat errors to stderr by default, see #3336 (@JerryImMouse)
- Make --map-syntax target case insensitive to match --language, see #3206 (@keith-hall)
- Correctly determine the end of the line in UTF16LE input #3369 (@keith-hall)
- Correctly determine the end of the line in UTF16LE/BE input #3369 (@keith-hall)
## Other