ASCII查找表 [英] ASCII lookup table

查看:96
本文介绍了ASCII查找表的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

不是真的与VB有关,但我会先在这里尝试:-)寻找一个查找表

将非ASCII字符与其ASCII等效字符匹配,如果可能的话。对于

示例,o with a ammlaut在顶部将匹配o。它是

a搜索机制的一部分,如果用户在bjorn上搜索,它也会找到带有重音的那个




干杯,Rob。

Not really VB related but I''ll try here first :-) Looking for a lookup table
to match non-ASCII characters to their ASCII equivalent, if possible. For
example, the "o with an umlaut" on top would be matched to "o". It''s part of
a search mechanism whereby if a user searches on bjorn it''ll find the one
with the accents as well.

Cheers, Rob.

推荐答案

Rob,


你问的可能是不可能的。 ASCII只使用7位且只有很少的b $ b字符。
http://msdn.microsoft.com/library/de...cter_Codes.asp


这里的Unicode图表
http://www.geocities.com/Athens/Acad.../fontset.htm#b


这里使用的代码部件
http://www.microsoft.com/globaldev/r .. .ocversion.mspx


无论如何我希望这会有所帮助


Cor
Rob,

Probably impossible what you ask. ASCII uses only 7 bits and has very few
characters.
http://msdn.microsoft.com/library/de...cter_Codes.asp

Here Unicode charts
http://www.geocities.com/Athens/Acad.../fontset.htm#b

Here what used code parts
http://www.microsoft.com/globaldev/r...ocversion.mspx

I hope this helps anyhow

Cor


你很幸运: http ://web.cs.mun.ca/~michael/c/ascii-table.html


需要al当我写一个角色转换课时。


-

留言通过 http://www.dotnetmonster.com
You''re in luck: http://web.cs.mun.ca/~michael/c/ascii-table.html

Needed that a lot when I was writing a character conversion class.

--
Message posted via http://www.dotnetmonster.com


哦,这个:它更简洁一点: http://www.lookuptables.com/


-

通过 http://www.dotnetmonster发布的消息.com
Oh and this: it''s a little more concise: http://www.lookuptables.com/

--
Message posted via http://www.dotnetmonster.com


这篇关于ASCII查找表的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆