| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Add an explicit test for EOF. Otherwise when processing input from
interactive stdin it's necessary to enter ^Z twice to signal EOF.
Allow '-' to be mixed with actual file names on the command line.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Only load required functions from mlang.dll.
- The '-f' and '-t' options aren't compulsory.
- Use xstrdup() instead of xstrndup() and don't check its return value.
- Replace string comparisons when checking for encoding options with a
single call to index_in_strings().
Saves 224 bytes.
|
|
|
|
|
|
|
|
|
| |
Rewrite iconv_open/iconv/iconv_close to merge Windows-specific
code. Make them static.
Use getopt32() to process options.
Saves 400 bytes.
|
|
|
|
|
|
|
| |
Reduce the size of the codepage alias table by concatenating the
alias strings rather than storing pointers to them.
Saves 1328 bytes.
|
| |
|
|
Source imported from https://github.com/win-iconv/win-iconv and
modified to build in busybox-w32.
|