代码搜索:UTF8
找到约 1,546 项符合「UTF8」的源代码
代码结果 1,546
www.eeworm.com/read/323119/13351950
result ctype_tis620.result
drop table if exists t1;
SET @pl0= _tis620 0x000102030405060708090A0B0C0D0E0F;
SET @pl1= _tis620 0x101112131415161718191A1B1C1D1E1F;
SET @pl2= _tis620 0x202122232425262728292A2B2C2D2E2F;
SET @pl3= _ti
www.eeworm.com/read/323119/13353301
test ctype_tis620.test
-- source include/have_tis620.inc
#
# Tests with the big5 character set
#
--disable_warnings
drop table if exists t1;
--enable_warnings
#
# Bug 1552: tis620 unicode conversion crashed
# Check ti
www.eeworm.com/read/128501/5990035
c utf.c
/***********************************************************************/
/* */
/* Module: utf.c
www.eeworm.com/read/336932/12407103
cpp gb2312_to_unicode.cpp
#include "gb2312_to_Unicode.h"
int myUTF8_to_UNICODE(Uint16* unicode, unsigned char* utf8, int len);
std::vector getUnicode(const std::string& str)
{
const int CHAR_SIZE = 256;
//GB
www.eeworm.com/read/336932/12407139
cpp gb2312_to_unicode.cpp
#include "gb2312_to_Unicode.h"
int myUTF8_to_UNICODE(Uint16* unicode, unsigned char* utf8, int len);
std::vector getUnicode(const std::string& str)
{
const int CHAR_SIZE = 256;
//GB
www.eeworm.com/read/131011/14163672
java utf8.java
package UTF;
import java.io.DataOutput;
import java.io.IOException;
import Clazz.jq_ClassFileConstants;
import Run_Time.Debug;
import Util.Assert;
import Util.Collections.UnmodifiableIterator;
/**