summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-08-12Fixed a crash while resetting table converterHEADmasterLuo Jinghua1-1/+1
2010-01-10fixed iconv.dll build on win32Luo Jinghua1-5/+21
2010-01-10define iconv symbols if askedLuo Jinghua1-7/+36
2010-01-10add iconv.h and iconv.def for win32Luo Jinghua2-0/+32
2010-01-10fixed compilation on win32Luo Jinghua1-1/+3
2010-01-10regneratedLuo Jinghua1-1/+1
2010-01-10improve the generated codeLuo Jinghua1-1/+1
2010-01-10be reentrantLuo Jinghua1-34/+40
2010-01-10use size_t for table sizeLuo Jinghua1-2/+2
2010-01-10killed some warningsLuo Jinghua1-4/+4
2010-01-10regenerated mapping tablesLuo Jinghua49-98/+98
2010-01-10don't output extra commaLuo Jinghua1-4/+12
2010-01-09tests: add more test casesLuo Jinghua14-0/+3
2010-01-09uconv: treat - as stdin or stdoutLuo Jinghua1-3/+11
2010-01-09utfconverter: fixed utf-32 encoding/decodingLuo Jinghua1-5/+6
2010-01-09uniconv: support ignore modeLuo Jinghua1-2/+5
2010-01-09uniconv: parse //ignore and //translit extension in `to' charsetLuo Jinghua1-4/+43
2010-01-09utfconvert: fixed utf-16-be encoding and handle the bom while decodingLuo Jinghua1-4/+24
2010-01-08utfconverter: support utf_16le, utf_16be, utf_32le and utf_32beLuo Jinghua1-25/+147
2010-01-08uniconv: improve error checkingLuo Jinghua1-2/+3
2010-01-08uniconv: optimize the uniconv_convLuo Jinghua1-15/+10
2010-01-08uniconv: don't leak the uninitialized valueLuo Jinghua1-0/+1
2010-01-08build: add the conv2.cLuo Jinghua1-1/+2
2010-01-08uconv2: add another test programLuo Jinghua1-0/+158
2010-01-08uniconv: be compatible with system's iconvLuo Jinghua1-24/+33
2010-01-08iconv: fixed the headerLuo Jinghua1-3/+3
2010-01-08tablecvt: correctly handles the error returned by mbcs_encode/decodeLuo Jinghua1-2/+2
2010-01-08iconv: removed a suspicious `#define'Luo Jinghua1-1/+1
2010-01-08build: build the iconv implementationLuo Jinghua1-2/+8
2010-01-08iconv: provides a iconv implementionsLuo Jinghua2-0/+95
2010-01-08build: add some toolsLuo Jinghua6-0/+337
2010-01-08uniconv: change argments of uniconv_open to match iconv_openLuo Jinghua3-4/+4
2010-01-08uniconv: be compatible with iconvLuo Jinghua3-12/+26
2010-01-07uconv: print error messages to stderr instead of stdoutLuo Jinghua1-5/+25
2010-01-07uniconv: fixed a crashLuo Jinghua1-0/+1
2010-01-07uniconv: try to improve the interfaceLuo Jinghua10-95/+181
2010-01-07test: add a test case for iso-2022-cnLuo Jinghua2-0/+2
2010-01-07test: add a test case for gb18030Luo Jinghua2-0/+168
2010-01-07uniconv: indent the error codeLuo Jinghua1-1/+1
2010-01-07mbcs: set flush flags for encodersLuo Jinghua2-14/+7
2010-01-07uniconv: replace unsigned char with uc_uint8_tLuo Jinghua1-1/+1
2010-01-07uniconv: replace short with uc_uint16_tLuo Jinghua3-14/+14
2010-01-07uniconv: pretect c++compiler from mangling our symbolsLuo Jinghua1-2/+2
2010-01-07uniconv: use stack for small buffersLuo Jinghua2-3/+12
2010-01-07uconv: fixed a memory leakLuo Jinghua1-0/+3
2010-01-07Initial commit of uniconvLuo Jinghua98-0/+47679