Aleb
Results
2
comments of
Aleb
> gitbook init Works like a charm
edit line 382 to : `my $decoder = guess_encoding($data_guess, qw/ utf16-le utf16-be UTF-16le UTF-16be/);` it sets to UTF by default, in other case it'll take UTF-16le UTF-16be. That resolved my...