Comment 13 for bug 1926312

Revision history for this message
In , Mike FABIAN (mike-fabian) wrote :

Created attachment 14051
Slighly improved rif_MA

I used ASCII characters directly instead of <U...>, for example:

abday "L<U1E25>e";/
                "Let";/
                "Ttl";/
                "Lar";/
                "Lex";/
                "Jje";/
                "Sbt"

Only for non ASCII characters we are still using the <U....> code point notation, using the ASCII characters directly makes it a lot more readable.

I also added:

lang_name "Tmazi<U0263>t"

Does that look OK to you?