summaryrefslogtreecommitdiff
path: root/gf-book/examples/chapter3
diff options
context:
space:
mode:
authorInari Listenmaa <inari.listenmaa@gmail.com>2025-08-02 19:14:15 +0200
committerInari Listenmaa <inari.listenmaa@gmail.com>2025-08-02 19:14:15 +0200
commit6f9f9642d72e0c2313de61bf3348b269a791eb01 (patch)
tree3ac8e75bfc04fd78fb270068f4febb353b220361 /gf-book/examples/chapter3
parent981d6b9bddacee6a204ac48f2a4e27f4cca1bd47 (diff)
use UTF8 for several GF files
Diffstat (limited to 'gf-book/examples/chapter3')
-rw-r--r--gf-book/examples/chapter3/ResIta.gf2
1 files changed, 1 insertions, 1 deletions
diff --git a/gf-book/examples/chapter3/ResIta.gf b/gf-book/examples/chapter3/ResIta.gf
index 17809c498..77188198c 100644
--- a/gf-book/examples/chapter3/ResIta.gf
+++ b/gf-book/examples/chapter3/ResIta.gf
@@ -32,5 +32,5 @@ resource ResIta = open Prelude in {
in
adjective nero (ner+"a") (ner+"i") (ner+"e") ;
copula : Number => Str =
- table {Sg => "่" ; Pl => "sono"} ;
+ table {Sg => "รจ" ; Pl => "sono"} ;
}