asp.net中的免费utf-8编辑器 [英] free utf-8 editors in asp.net

查看:58
本文介绍了asp.net中的免费utf-8编辑器的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

朋友,我有html编辑器,但它不支持所有代码
现在我想要utf-8编辑器或支持utf-8的html编辑器
所以请帮助我找到解决方案.

hi friends i have html editor but it is not suppoting to all the code
now i want utf-8 editor or html editor supported uft-8
so pls help me to find the solution.

推荐答案

好像您缺少什么.所有现代的Web浏览器都支持Unicode,因此所需的编辑器可能只是<textarea>元素.此外,由于它支持Unicode,因此还支持所有其他UTF.例如,如果您有一些仅支持UTF-32的应用程序(想象一分钟),并且在Web浏览器显示的Web页面上有一些任意的Unicode文本,这些文本可以是控件中的文本,也可以是其他任何地方,则您可以将此文本从浏览器复制到剪贴板,然后再复制到该应用程序中,即完成了-从UTF-8到UTF-32的转换"!这只是剪贴板的常规属性.几乎在所有现代系统中都一样.



当然,.NET支持Unicode和所有主要的UTF.

[END EDIT]

也许您只需要学习Unicode的工作原理即可.请首先查看:
http://en.wikipedia.org/wiki/Unicode [ http://unicode.org/ [ ^ ],
http://en.wikipedia.org/wiki/BOM [ http://unicode.org/faq/utf_bom.html [
It looks like you are missing something. All modern Web browser support Unicode, so the editor you need could be just the <textarea> element. Moreover, as it supports Unicode, it also supports all other UTFs. For example, if you have some application supporting just UTF-32 (imagine such thing for a minute), and some arbitrary Unicode text on the Web page shown by the a Web browser, which can be some text in control or anywhere else, you can copy this text from the browser to a clipboard and later past in that application — UTF-8 to UTF-32 "conversion" is done! This is just a usual property of the clipboard. The same happens in nearly all modern systems.



And of course .NET supports the Unicode and all major UTFs.

[END EDIT]

Maybe you just need to learn how Unicode works. Please see, to start with:
http://en.wikipedia.org/wiki/Unicode[^],
http://unicode.org/[^],
http://en.wikipedia.org/wiki/BOM[^],
http://unicode.org/faq/utf_bom.html[^].

—SA




如果要通过编辑器创建HTML文件,并且询问如何创建与UTF-8兼容的HTML文件,则可以像在meta标签中指定它一样进行操作.
Hi,

If you are creating HTML file from your editor and you are asking how to create that HTML file UTF-8 compatible then you can do it like specify it in meta tag.
<meta http-equiv="Content-type" content="text/html;charset=UTF-8">


并且,如果您有问题,例如您的编辑器不支持UTF-8,请参阅SA的解决方案1.这是不可能的,因为所有浏览器都支持.

谢谢.


And If you have question like your editor is not supporting the UTF-8 then see the solution1 by SA. it''s not possible because all browsers support it.

Thanks.


这篇关于asp.net中的免费utf-8编辑器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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