caleeli / mathmlformula

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

added code to entity manager #16

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I added the following to the EntityManager.as file.

    private static function getCustomUnicode(code:String):String{
        if(code=='⋅') return "·";

Original issue reported on code.google.com by davidcrs...@gmail.com on 24 Apr 2009 at 12:02

GoogleCodeExporter commented 9 years ago

Original comment by ionel.alexandru@gmail.com on 26 Jun 2009 at 6:59