• Michal Čihař's avatar
    Change string used for plurals separation · 0f3e8aed
    Michal Čihař authored
    Using \x00 proven to be bad idea as some databases (eg. SQLite) does not
    cope with string containing this. Using \x1e (Record Separator) should
    be safe in this regard.
    
    Fixes #266.
    0f3e8aed
0040_change_plural_separator.py 16.6 KB