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

Fix for multibyte characters in file path

This commit is contained in:
Haris Mohamedy
2025-03-31 17:23:19 -07:00
parent f761ff6824
commit 18b71743c8
6 changed files with 27 additions and 6 deletions

View File

@@ -68,6 +68,7 @@ bytesize = { version = "1.3.0" }
encoding_rs = "0.8.35"
execute = { version = "0.2.13", optional = true }
terminal-colorsaurus = "0.4"
unicode-segmentation = "1.12.0"
[dependencies.git2]
version = "0.20"