1
0
mirror of https://github.com/sharkdp/bat synced 2026-08-06 19:21:43 +00:00

Add support for UTF-16LE and UTF-16BE

This commit is contained in:
sharkdp
2018-10-07 16:44:59 +02:00
committed by David Peter
parent e97095b724
commit 25d96da4a2
5 changed files with 137 additions and 13 deletions
+1
View File
@@ -15,6 +15,7 @@ extern crate atty;
extern crate console;
extern crate content_inspector;
extern crate directories;
extern crate encoding;
extern crate git2;
extern crate syntect;
extern crate wild;