summaryrefslogtreecommitdiff
path: root/next-lib
diff options
context:
space:
mode:
Diffstat (limited to 'next-lib')
-rw-r--r--next-lib/src/turkish/NumeralTur.gf3
1 files changed, 3 insertions, 0 deletions
diff --git a/next-lib/src/turkish/NumeralTur.gf b/next-lib/src/turkish/NumeralTur.gf
index dbee7d3da..18df3044b 100644
--- a/next-lib/src/turkish/NumeralTur.gf
+++ b/next-lib/src/turkish/NumeralTur.gf
@@ -1,5 +1,8 @@
concrete NumeralTur of Numeral = CatTur ** open ResTur in {
+flags
+ coding = utf8 ;
+
lincat
Digit = {s : DForm => Str} ;
Sub10 = {s : DForm => Str ; n : Number} ;