jonnybot0 / emoji4unicode

Automatically exported from code.google.com/p/emoji4unicode
Apache License 2.0
0 stars 0 forks source link

generate conversion tables #184

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Generate conversion tables for the three major carriers, for mapping from both 
standard Unicode Emoji code points and legacy Google PUA code points to & from 
carrier Shift-JIS & JIS.

Original issue reported on code.google.com by markus.icu on 22 Mar 2012 at 10:54

GoogleCodeExporter commented 9 years ago
r211: generate ICU-format conversion tables; fix/add related code & data

Original comment by markus.icu on 22 Mar 2012 at 11:01

GoogleCodeExporter commented 9 years ago
r212: update to Unicode 6.2

Original comment by markus.icu on 20 Sep 2012 at 10:04

GoogleCodeExporter commented 9 years ago
r213: check in NamesList.txt; add StandardizedVariants.txt and parser; add 
printer for UnicodeSet patterns for standard & Google PUA code points with 
Variation Selector sequences

Original comment by markus.icu on 20 Sep 2012 at 10:18

GoogleCodeExporter commented 9 years ago
r214: optionally use a custom Shift-JIS table as the base for generating Emoji 
mapping tables

Original comment by markus.icu on 21 Sep 2012 at 4:46

GoogleCodeExporter commented 9 years ago
r215: write fallbacks from Unicode variation sequences, both text & emoji styles

Original comment by markus.icu on 25 Sep 2012 at 7:57

GoogleCodeExporter commented 9 years ago
r216: write a variation selector sequence only when the VS goes into the middle 
of the sequence

Original comment by markus.icu on 26 Sep 2012 at 1:11

GoogleCodeExporter commented 9 years ago
r217: write compact-but-readable data for mapping Google Emoji PUA code points 
to Unicode 6.1

Original comment by markus.icu on 26 Sep 2012 at 10:48

GoogleCodeExporter commented 9 years ago
r218: clean up mappings with variation selectors, use ICU4C 51 good-one-way 
mapping type, see http://bugs.icu-project.org/trac/ticket/9602

Original comment by markus.icu on 18 Apr 2013 at 11:29