My folder or files has diacritics string.
So it will create error, as you see the variable still has diacritics string. It need to be striped from the variable.
eg.
static const String assets_suttas_Atthangasīla_pali = "assets/suttas/Atthangasīla/pali.txt";
Hi,
My folder or files has diacritics string.
So it will create error, as you see the variable still has diacritics string. It need to be striped from the variable.
eg.
Maybe something like this:
https://stackoverflow.com/questions/10699849/remove-diacritics-from-string-in-java
Thank you