AlgebraicJulia / AlgebraicJulia/DiagrammaticEquations.jl
Convert all Unicode to Ascii
Abierto
- Lenguaje dominante
- Julia
- Estrellas
- 20
- Forks
- 4
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
In Decapodes specifically but perhaps more generally as well, we should make all code relying on symbol name matching to depend on matching to the Ascii version of that symbol name. Unicode names can be supported but under the hood these should be converted to Ascii when needed.
Doing this makes the underlying code more maintainable since we only ever need to worry about the Ascii name and having the Ascii name be the base makes the code more accessible to users.
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.