🐛 Lille bugfix
This commit is contained in:
@ -130,7 +130,7 @@ int main(int argc, char* argv[]) {
|
||||
} else if (is_iso8859(f)) {
|
||||
fprintf(stdout, "%s: ISO-8859 text\n", argv[1]);
|
||||
} else if (is_utf8(f)) {
|
||||
fprintf(stdout, "%s: UTF-8 Unicode text\n", argv[1]);
|
||||
fprintf(stdout, "%s: Unicode text, UTF-8 text\n", argv[1]);
|
||||
} else {
|
||||
fprintf(stdout, "%s: data\n", argv[1]);
|
||||
}
|
||||
|
Reference in New Issue
Block a user