making Arabic minimal compile; strange chars remain

This commit is contained in:
aarne
2009-12-08 07:32:46 +00:00
parent 5981a279a3
commit 076643c4e1
4 changed files with 11 additions and 10 deletions

View File

@@ -41,9 +41,9 @@ flags optimize = all ;--noexpand; coding=utf8 ;
vowel : Case => Str =
table {
Nom => "ُ";
Acc => "َ";
Gen => "ِ"
Nom => "ُ";
Acc => "َ";
Gen => "ِ"
};
}