修正因char/u8char分离造成的各种强制类型转换错误
This commit is contained in:
@@ -203,7 +203,7 @@ namespace hgl
|
||||
{
|
||||
int wlen;
|
||||
|
||||
u16char *ws=u8_to_u16(str,strlen(str),wlen);
|
||||
u16char *ws=u8_to_u16(str,hgl::strlen(str),wlen);
|
||||
|
||||
return UTF16String::newOf(ws,wlen);
|
||||
}
|
||||
|
Reference in New Issue
Block a user