1
0
mirror of https://github.com/twitter/twemoji.git synced 2024-12-27 03:16:23 +00:00

fixed other chars too

This commit is contained in:
Andrea Giammarchi 2014-12-02 08:18:22 +00:00
parent 0a3a60d138
commit a467816397
5 changed files with 5 additions and 5 deletions

View File

@ -795,7 +795,7 @@ function createTwemoji(re) {
.replace(/^ /gm, '')
// add the RegExp in the right place
.replace('re = /twemoji/', 're = /' + re + '/g')
.replace(/(\\u003[3-9])(\\u20e3)/g, '$1\\ufe0f?$2')
.replace(/(\\u00[2-3][0-9])(\\u20e3)/g, '$1\\ufe0f?$2')
// add the full license
.replace('/*! (C) Twitter Inc. */',
'/*! (C) Twitter Inc. *//*\n' +

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

2
twemoji.min.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long