Issue 18163

Country Parser dictionary is corrupted (bad encoding)

18163
Reporter: mblissett
Type: Bug
Summary: Country Parser dictionary is corrupted (bad encoding)
Priority: Minor
Resolution: Invalid
Status: Closed
Created: 2016-01-19 16:42:52.718
Updated: 2016-01-19 18:04:44.409
Resolved: 2016-01-19 18:04:44.349
        
Description: The dictionary has a huge majority of à instead of proper characters.  This seems unlikely, although it is present from the initial commit: https://code.google.com/p/gbif-occurrencestore/source/browse/trunk/occurrence-store/src/main/resources/dictionaries/parse/countryName.txt?spec=svn278&r=278
]]>
    


Author: mblissett
Created: 2016-01-19 18:04:44.375
Updated: 2016-01-19 18:04:44.375
        
But it doesn't matter, because only ASCII characters are used.

https://github.com/gbif/parsers/blob/master/src/main/java/org/gbif/common/parsers/core/EnumParser.java#L52