feat(ods): normalize all unicode characters to their ascii equivalents
This commit is contained in:
parent
e389a0e925
commit
a6fd4a153d
2 changed files with 12 additions and 5 deletions
2
go.mod
2
go.mod
|
@ -1,3 +1,5 @@
|
|||
module git.adyxax.org/adyxax/ods/v2
|
||||
|
||||
go 1.22.1
|
||||
|
||||
require golang.org/x/text v0.14.0 // indirect
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue