主頁 > 知識庫 > 如何把中文轉(zhuǎn)換為UNICODE?

如何把中文轉(zhuǎn)換為UNICODE?

熱門標(biāo)簽:遼寧營銷智能外呼系統(tǒng)價格多少 自適應(yīng)地圖標(biāo)注 推銷電話機器人怎么打電話的 教育機構(gòu)地圖標(biāo)注 語音電銷機器人視頻 常州智能外呼電銷機器人如何 400電話是怎么申請 武漢如何辦理400電話 重慶400電話哪里辦理

%
function unicode(str)
dim i,j,c,i1,i2,u,fs,f,p
unicode=""
p=""
for i=1 to len(str)
c=mid(str,i,1)
j=ascw(c)
if j0 then
j=j+65536
end if
if j>=0 and j=128 then
if p="c" then
unicode=" "unicode
p="e"
end if
unicode=unicodec
else
if p="e" then
unicode=unicode" "
p="c"
end if
unicode=unicode"#"j";"
end if
next
end function

function cutline(str,linelen)
dim i,j,c,k
cutline=""
j=0
for i=1 to len(str)
c=mid(str,i,1)
if asc(c)0 or asc(c)>127 then
k=2
else
if asc(c)32 then
k=0
if asc(c)=13 then
j=0
cutline=cutline+"br/>"+c
c=""
end if
else
k=1
end if
end if
j=j+k
if j>linelen*2 then
cutline=cutline+"br/>"+vbCrlf+c
j=k
else
cutline=cutline+c
end if
next
end function

function convertsymbol(sStr)
dim i,c
convertsymbol=""
for i=1 to len(sStr)
c=mid(sStr,i,1)
if c=">" then
convertsymbol=convertsymbol ">"
elseif c="" then
convertsymbol=convertsymbol ""
elseif c="'" then
convertsymbol=convertsymbol "apos;"
elseif c="""" then
convertsymbol=convertsymbol """
elseif c="" then
convertsymbol=convertsymbol ""
elseif c="$" then
convertsymbol=convertsymbol "$$"
else
convertsymbol=convertsymbol c
end if
next
end function

function convertstring(sStr)
dim strtemp,asctemp,c
strtemp=""
for i=1 to len(sStr)
c=mid(sStr,i,1)
asctemp=ascw(c)
if (asctemp>47 and asctemp58) or (asctemp>64 and asctemp91) or (asctemp>96 and asctemp123) then
strtemp=strtemp c
end if
next
convertstring=Lcase(strtemp)
end function
%>

[1]

標(biāo)簽:雞西 朔州 柳州 威海 襄陽 邯鄲 中山 遵義

巨人網(wǎng)絡(luò)通訊聲明:本文標(biāo)題《如何把中文轉(zhuǎn)換為UNICODE?》,本文關(guān)鍵詞  如何,把,中文,轉(zhuǎn)換,為,UNICODE,;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問題,煩請?zhí)峁┫嚓P(guān)信息告之我們,我們將及時溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無關(guān)。
  • 相關(guān)文章
  • 下面列出與本文章《如何把中文轉(zhuǎn)換為UNICODE?》相關(guān)的同類信息!
  • 本頁收集關(guān)于如何把中文轉(zhuǎn)換為UNICODE?的相關(guān)信息資訊供網(wǎng)民參考!
  • 推薦文章