如何在sublime文本中键入任何Unicode字符? [英] How do I type any Unicode character into sublime text?

查看:470
本文介绍了如何在sublime文本中键入任何Unicode字符?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

显然,所有这些都是有效的javascript字符,我想开始将它们用作var名称,但是怎么做我在文本编辑器中键入它们?

Apparently, all of these are valid javascript characters and I want to start using them as var names, but how do I type them into my text editor?

我尝试使用googling unicode以及如何键入unicode字符无效。

I tried googling a unicode and how to type in unicode characters to no avail.

推荐答案

引用页面中列出的许多字符都在平面1中,即在基本多语言平面(BMP)之外,非正式地表征为16位Unicode的子集。根据ECMAScript标准,实现可能支持BMP之外的字符,但它不需要。实际上,它只需要支持Unicode 3.0版中定义的字符。可能会使用其他字符,但它们可能会导致可移植性问题。在实践中,现代JavaScript实现支持完整的Unicode。

Many of the characters listed in the cited page are in Plane 1, i.e. outside the Basic Multilingual Plane (BMP), informally characterized as "16-bit subset of Unicode". According to the ECMAScript standard, an implementation may support characters outside the BMP, but it need not. In fact, it only requires support to characters that were defined in Unicode version 3.0. Other characters may be used, but they may cause portability issues. In practice, modern JavaScript implementations support full Unicode.

如何键入字符取决于文本编辑器和其他软件。例如,有一些实用程序允许您输入带有一些特殊键组合的字符,可以直接将它们插入当前插入点或将它们添加到剪贴板。

How you type characters depends on your text editor and on other software. There are, for example, utilities that let you enter characters with some special key combinations, either directly inserting them into the current point of insertion or adding them to the clipboard.

据我所知,唯一允许您键入任何Unicode字符的工具是我的完整的Unicode输入实用程序。您的编辑器可能有一个更集成的工具,但大多数文本编辑器在Unicode输入中相当原始。查看Alan Wood的页面 Unicode和多语言编辑器和Word处理器

As far as I know, the only tool that lets you type any Unicode character is my full Unicode input utility. Your editor might have a more integrated tool, but most text editors are rather primitive in Unicode input. Check out Alan Wood’s page Unicode and Multilingual Editors and Word Processors.

这篇关于如何在sublime文本中键入任何Unicode字符?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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