主页 > 知识库 > 如何把中文转换为UNICODE?

如何把中文转换为UNICODE?

热门标签:辽宁营销智能外呼系统价格多少 自适应地图标注 推销电话机器人怎么打电话的 教育机构地图标注 语音电销机器人视频 常州智能外呼电销机器人如何 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]

标签:鸡西 朔州 柳州 威海 襄阳 邯郸 中山 遵义

巨人网络通讯声明:本文标题《如何把中文转换为UNICODE?》,本文关键词  如何,把,中文,转换,为,UNICODE,;如发现本文内容存在版权问题,烦请提供相关信息告之我们,我们将及时沟通与处理。本站内容系统采集于网络,涉及言论、版权与本站无关。
  • 相关文章
  • 下面列出与本文章《如何把中文转换为UNICODE?》相关的同类信息!
  • 本页收集关于如何把中文转换为UNICODE?的相关信息资讯供网民参考!
  • 推荐文章