Bug #464
Language transformations are applied to text data without exception
100%
Description
Some texts have language nodes that indicate the language of the text contained within. This ought to be used in order to avoid applying the incorrect language conversions to the text.
Associated revisions
Fixed issue where texts with Greek are always treated as Greek even if the content is intended to be treated as English. Closes #464.
Fixed issue where texts with Greek are always treated as Greek even if the content is intended to be treated as English. Closes #464.
Fixed issue where texts with Greek are always treated as Greek even if the content is intended to be treated as English. Closes #464.
History
#1 Updated by Luke Murphey almost 12 years ago
- Target version changed from 1.0 to 0.2
#2 Updated by Luke Murphey almost 12 years ago
- Status changed from New to In Progress
#3 Updated by Luke Murphey almost 12 years ago
The call stack for this is:
perseus_xml_to_html5 → convert_xml_to_html5_minidom → transform_perseus_text
#4 Updated by Luke Murphey almost 12 years ago
See Marcus Cato 13 for an example of something that should not be converted to Greek script.
#5 Updated by Luke Murphey almost 12 years ago
- Target version changed from 0.2 to 0.1
#6 Updated by Luke Murphey almost 12 years ago
- Status changed from In Progress to Closed
- % Done changed from 0 to 100
Applied in changeset r230.