openmsr / CAD_to_OpenMC

code to target the conversion from a step-file to a h5m-geometry for neutronics
MIT License
25 stars 16 forks source link

Avoid accents and special characters #106

Closed ebknudsen closed 4 weeks ago

ebknudsen commented 1 month ago

Add unidecode package to avoid special characters making into material tags. Instead map them onto the ascii-set

ebknudsen commented 4 weeks ago

LGTM