From 6f9f9642d72e0c2313de61bf3348b269a791eb01 Mon Sep 17 00:00:00 2001 From: Inari Listenmaa Date: Sat, 2 Aug 2025 19:14:15 +0200 Subject: use UTF8 for several GF files --- gf-book/examples/chapter3/ResIta.gf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gf-book/examples/chapter3') 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"} ; } -- cgit v1.2.3