Recode icon indicating copy to clipboard operation
Recode copied to clipboard

Charset converter tool and library

Results 11 Recode issues
Sort by recently updated
recently updated
newest added

See https://github.com/rrthomas/recode for a friendly fork and a new release.

to make package build reproducible. See https://reproducible-builds.org/ for why this is good and https://reproducible-builds.org/specs/source-date-epoch/ for the definition of this variable.

Your homepage is inaccessible; the web server is not responding ``` $ curl http://recode.progiciels-bpi.ca/ curl: (7) Failed to connect to recode.progiciels-bpi.ca port 80: Connection refused ```

it would be nice to decode url strings with recode, such as `a%20b` becomes `a b`

Sometimes recode dies with 'Invalid input'. An --ignore-invalid flag would do whatever needed to skip over junk bytes in the input, recovering whatever valid text can be found. Of course,...

As stated in the Readme, need to run ```after-git.sh``` script, but it doesn't exist.

Hello. Source code says: char output_name[200]; /* FIXME: dangerous limit */ [...] input_name = argv[optind]; [...] strcpy (output_name, input_name); This can't be good. Gentoo patchset doesn't cover this. Please fix....

I have lots of C source file, which mixed with GB2312 and UTF-8 comments. I want to convert all GB2312 to utf8, and recode ``` $ recode -v gb2312..utf8 io.c...

I'm trying to compile the git version but when I execute `make` it shows an error: ``` make cd . && /bin/bash /home/simon/fuentes/audio-video/recode/missing automake-1.15 --gnits configure.ac:43: warning: The 'AM_PROG_MKDIR_P' macro...

The file `tests/setup.py.in` passes an `include_dirs` but no `library_dirs` argument. This caused `ld: -lrecode not found` errors while I was building under GNU Guix. Adding `library_dirs=['../src/.libs']` fixed the issue. (A...