Mercurial > otakunoraifu
comparison font/codeconv.h @ 52:15a18fbe6f21
* Known bugs added to the README
* Code cleaning (0 -> NULL when needed, indentation, spaces, ...)
author | thib |
---|---|
date | Sat, 18 Apr 2009 18:35:39 +0000 |
parents | 223b71206888 |
children |
comparison
equal
deleted
inserted
replaced
51:cbb301016a4e | 52:15a18fbe6f21 |
---|---|
38 unsigned int codeconv_unicode_to_euc(unsigned int); | 38 unsigned int codeconv_unicode_to_euc(unsigned int); |
39 | 39 |
40 unsigned int codeconv_euc_to_sjis(unsigned int); | 40 unsigned int codeconv_euc_to_sjis(unsigned int); |
41 unsigned int codeconv_sjis_to_euc(unsigned int); | 41 unsigned int codeconv_sjis_to_euc(unsigned int); |
42 | 42 |
43 unsigned int codeconv_euc_to_jis(unsigned int); | |
44 | |
43 #ifdef __cplusplus | 45 #ifdef __cplusplus |
44 } | 46 } |
45 #endif | 47 #endif |
46 | 48 |
47 #endif | 49 #endif |