openfoodfacts / taxonomy-editor

Taxonomies are at the heart of Open Food Facts data structure - this project provides an editor
https://wiki.openfoodfacts.org/Taxonomy_editor
GNU Affero General Public License v3.0
18 stars 22 forks source link

fix: avoid altering original entries at parsing time #519

Closed alexgarel closed 4 months ago

alexgarel commented 4 months ago

We were keeping "lower commas" in text when we parse taxonomies, and also alter parenthesis or commas.

It's problematic when we create the final PR because it induces unwanted changes.