enca icon indicating copy to clipboard operation
enca copied to clipboard

Extremely Naive Charset Analyser

Results 19 enca issues
Sort by recently updated
recently updated
newest added

I have a file that enca (correctly) reports as UCS-2/LF/21 (a data file downloaded from Tableau). However, enca is unable to convert it to UTF-8: ``` ➜ enca --version enca...

just as `iconv` does with: > $ iconv --help | grep omit > -c omit invalid characters from output

The GTK-Doc 1.26 has removed tmpl support and because of this the generated enca docs is mostly empty at it is mostly documented there. Probably it is needed to move...

bug
help wanted

The following file (applied as base64-encoded) ```base64 R0VPR0NTWyJHQ1NfVG9reW9fTVMiLERBVFVNWyJEX1Rva3lvIixTUEhFUk9JRFsiQmVzc2VsXzE4 NDEiLDYzNzczOTcuMTU1LDI5OS4xNTI4MTI4XV0sUFJJTUVNWyJHcmVlbndpY2giLDAuMF0sVU5J VFsiPINKg1iDXoOAPiIsNC44NDgxMzY4MTEwOTUzNTllLTAwOV1d ``` encoding has not been determined by the `enca` ``` seva@SEVA-WORK:~/$ enca --version enca 1.19 Features: +librecode-interface +iconv-interface +external-converter +language-detection...

enca 1.19 I have a pretty common setup: ```sh $ locale LANG=en_US.UTF-8 LANGUAGE= LC_CTYPE="en_US.UTF-8" LC_NUMERIC=es_AR.UTF-8 LC_TIME=en_US.UTF-8 LC_COLLATE="en_US.UTF-8" LC_MONETARY=es_AR.UTF-8 LC_MESSAGES="en_US.UTF-8" LC_PAPER=es_AR.UTF-8 LC_NAME=es_AR.UTF-8 LC_ADDRESS=es_AR.UTF-8 LC_TELEPHONE=es_AR.UTF-8 LC_MEASUREMENT=es_AR.UTF-8 LC_IDENTIFICATION=es_AR.UTF-8 LC_ALL= ``` But ``` enconv:...

Arch linux enca 1.19 from distro repo `enconv "$FILENAME"` truncates that file to 0 bytes and exits with 0 (success) code. After enconv exits temporary file `/tmp/enca?????` with recoded content...

I'm trying to add some Arabic and Farsi encoding such as `CP1256` and `ISO 8859-6` to the `enca`. I'm in the half way following `DEVELOP.md`. I've added empty `arabic` language...

i configure enca with command:./configure --with-libiconv=/usr/local/ becase my iconv header in /usr/local/include/iconv.h and lib in /usr/local/lib/libiconv.so but this not work error is: checking for iconv... yes checking for working iconv......

I have some string, which encoding i want to detect ([attached](https://github.com/nijel/enca/files/229192/123.txt)) When i'm calling `enca -m`, result is "unknown\n", but exit code is zero (same as `enca`'s, where response is...

bug

Hello. Regardless of `--without-libiconv-prefix` configure flag iconv is still detected and enabled: ``` $ ./configure --without-libiconv-prefix checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes...

enhancement
help wanted