Skip to content

Releases: iahu/unicode-escape

v1.1.2

23 Apr 05:23

Choose a tag to compare

add a default way to covert unknown syntax strings to \u56fd style unicode code.

v1.1.1

08 Jun 23:59

Choose a tag to compare

Fix a typo of README.

v1.1.0

30 Mar 03:37

Choose a tag to compare

now support and only support

  1. HTML(hex style and dec style, but NOT entitles style)
    e.g. '中华' <=> '中华'
    '中華' <=> '中華'
  2. CSS(font-family property)
    e.g. '\5b8b\4f53' <=> '宋体'
  3. JS(hex style and unicode style)
    e.g. '\u6c49\u5b57' <=> '汉字'
    '\u{0001d306}' <=> '𝌆'

v1.0.5

05 Jan 10:34

Choose a tag to compare

update

v1.0.4

13 Oct 11:55

Choose a tag to compare

Fixed trailing comma error during installation for Sublime Text 2.

20150917 v1.0.3

17 Sep 02:02

Choose a tag to compare

.sublime-menu files update

2015.09.14v1.0.2

14 Sep 01:55

Choose a tag to compare

rename escape to escape & unescape tool

1.0.1

11 Sep 16:26

Choose a tag to compare

small update

escape@v1.0.0

10 Sep 12:18

Choose a tag to compare

The first version of escape package.