]> mj.ucw.cz Git - libucw.git/commit
Conversion between charsets with allocation on the stack
authorPavel Charvat <pchar@camellia.ms.mff.cuni.cz>
Sat, 4 Mar 2006 18:10:05 +0000 (19:10 +0100)
committerPavel Charvat <pchar@camellia.ms.mff.cuni.cz>
Sat, 4 Mar 2006 18:10:05 +0000 (19:10 +0100)
commit7af80cdb684884505ceeb2d71414b2b9c24ab02b
tree1e393b12d1f7542256b94112144e7f4d3c278aa6
parent5ddf954ceeda24e3dd9f3dccbd5f43b3433b4200
Conversion between charsets with allocation on the stack
or a given memory pool. I will propably add some optimalizations...
charset/Makefile
charset/charconv.h
charset/mp-charconv.c [new file with mode: 0644]
charset/mp-charconv.h [new file with mode: 0644]
charset/stk-charconv.c [new file with mode: 0644]
charset/stk-charconv.h [new file with mode: 0644]