avidyalalala / sunpinyin

Automatically exported from code.google.com/p/sunpinyin
0 stars 0 forks source link

pinyin_data.cpp and pinyin_data.py have lots of duplicated stuff #88

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
may need find a way to consolidate them.
 1. mv pinyin_data.cpp pinyin_data.cpp.in
 2. strip off duplicated stuff from it
 3. enable pinyin_data.py to generate pinyin_data.cpp from pinyin_data.cpp.in

Original issue reported on code.google.com by tchai...@gmail.com on 10 Apr 2010 at 11:07

GoogleCodeExporter commented 9 years ago
Fixed in git (https://github.com/CasperVector/sunpinyin/commit/c0a3bb94), in a 
slightly different approach.

Original comment by CasperVector on 26 Aug 2012 at 6:07