spikelynch / CoataGlue

ANDS DC18 common codebase for data crosswalk and publication
Other
0 stars 0 forks source link

Non-ASCII characters to ReDBox ingest #17

Open spikelynch opened 11 years ago

spikelynch commented 11 years ago

The ReDBox alerts system has a problem with non-ASCII characters in the XML documents.

I've put a hack into CoataGlue::Dataset to s/quash out any non-ASCII characters before writing the XML, but this is not ideal. (Really, ReDBox should be fixed, because XML is utf8, you bastards.)