planetoid / mac-dictionary-kit

Automatically exported from code.google.com/p/mac-dictionary-kit
0 stars 0 forks source link

xdxf color markup ignored #33

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Use a dict file with entries in xdxf format, where color tags like <c 
c="green">Green text</c> are used
2. DictUnify it

What is the expected output? What do you see instead?

All text in the resulting dictionary is black.

What version of the product are you using? On what operating system?

2.0 (3)
OS X Lion (10.7.1)

Original issue reported on code.google.com by skyfar...@gmail.com on 4 Oct 2011 at 3:13

GoogleCodeExporter commented 9 years ago
the <color name="green"> tag from xdxf specifications didn't seem to 
work either, so I worked around it by using html <font> tags instead (<font 
color="green">, etc).

Original comment by skyfar...@gmail.com on 4 Oct 2011 at 4:35