mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-20 10:15:10 -04:00
HANXIN ECI conversion, GB 18030 LIBICONV port; some codeword fixes; optimized encoding modes
This commit is contained in:
parent
ce8aa92846
commit
889e786d95
35 changed files with 67955 additions and 23877 deletions
|
@ -37,7 +37,7 @@
|
|||
extern "C" {
|
||||
#endif /* __cplusplus */
|
||||
|
||||
int sjis_wctomb_zint(unsigned char* r, unsigned int wc, size_t n);
|
||||
int sjis_wctomb_zint(unsigned int* r, unsigned int wc);
|
||||
int sjis_utf8tomb(struct zint_symbol *symbol, const unsigned char source[], size_t* p_length, unsigned int* jisdata);
|
||||
int sjis_utf8tosb(int eci, const unsigned char source[], size_t* p_length, unsigned int* jisdata);
|
||||
void sjis_cpy(const unsigned char source[], size_t* p_length, unsigned int* jisdata);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue