Releases: iahu/unicode-escape
Releases · iahu/unicode-escape
v1.1.2
23 Apr 05:23
Compare
Sorry, something went wrong.
No results found
add a default way to covert unknown syntax strings to \u56fd style unicode code.
v1.1.1
08 Jun 23:59
Compare
Sorry, something went wrong.
No results found
v1.1.0
30 Mar 03:37
Compare
Sorry, something went wrong.
No results found
now support and only support
HTML(hex style and dec style, but NOT entitles style)
e.g. '中华' <=> '中华'
'中華' <=> '中華'
CSS(font-family property)
e.g. '\5b8b\4f53' <=> '宋体'
JS(hex style and unicode style)
e.g. '\u6c49\u5b57' <=> '汉字'
'\u{0001d306}' <=> '𝌆'
v1.0.5
05 Jan 10:34
Compare
Sorry, something went wrong.
No results found
v1.0.4
13 Oct 11:55
Compare
Sorry, something went wrong.
No results found
Fixed trailing comma error during installation for Sublime Text 2.
20150917 v1.0.3
17 Sep 02:02
Compare
Sorry, something went wrong.
No results found
.sublime-menu files update
2015.09.14v1.0.2
14 Sep 01:55
Compare
Sorry, something went wrong.
No results found
rename escape to escape & unescape tool
1.0.1
11 Sep 16:26
Compare
Sorry, something went wrong.
No results found
escape@v1.0.0
10 Sep 12:18
Compare
Sorry, something went wrong.
No results found
The first version of escape package.