qrcode.utils

Undocumented in source.

Members

Aliases

iconv_t
alias iconv_t = void*
Undocumented in source.

Functions

charToInt
int charToInt(char c)

'1' to 1

iconv
size_t iconv(iconv_t cd, void** inbuf, size_t* inbytesleft, void** outbuf, size_t* outbytesleft)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
iconv_charset
string iconv_charset(string inbuf, string tocode, string fromcode)

编码转换

iconv_close
int iconv_close(iconv_t cd)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
iconv_open
iconv_t iconv_open(char* tocode, char* fromcode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta