catb0t / tart

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

Generate compressed Unicode tables #19

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The Unicode website has downloadable, machine-readable text files which 
describe all aspects of the Unicode standard. The task is to write a program 
(probably in Python) which parses these files and then generates Tart source 
code containing highly-compressed versions of these tables. This should be used 
as the basis for various methods for operating on Unicode characters, such as 
toLower/toUpper and so on. These methods should be located in the 
tart.text.Characters namespace.

Original issue reported on code.google.com by viri...@gmail.com on 1 Mar 2011 at 9:03

GoogleCodeExporter commented 8 years ago

Original comment by viri...@gmail.com on 14 Mar 2011 at 6:48