Skip to content

Conversation

@fr00b0
Copy link
Contributor

@fr00b0 fr00b0 commented Aug 31, 2015

There was a misstake made in the method that retrieves field values of type
int64 from queries given the name of the field. The method was erroenously
calling the int32 version of the method, resulting in a narrowing convert
warning.

There was a misstake made in the method that retrieves field values of type
int64 from queries given the name of the field. The method was erroenously
calling the int32 version of the method, resulting in a narrowing convert
warning.
mqudsi added a commit that referenced this pull request Aug 31, 2015
Fix retrieval of int64 field values by name
@mqudsi mqudsi merged commit b2651c2 into neosmart:master Aug 31, 2015
@mqudsi
Copy link
Member

mqudsi commented Aug 31, 2015

Thanks!

@super-xiam
Copy link

CChineseCode::decode_utf8和CChineseCode::encode_utf8两个函数是做的utf16和utf8的单字符转换功能,如果是中文的话转换并没有什么问题,常用的汉字utf8都是占3个字节,但是数字字母等utf8只占一个字节的字符转换就会出问题。http://utfcpp.sourceforge.net/做的unicode各种编码转换挺好用
我错了。。原来这两函数就只是做单个中文字符转换的

@jasonmelton jasonmelton mentioned this pull request Jul 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants