1
0
forked from GitHub/gf-core

use UTF8 for several GF files

This commit is contained in:
Inari Listenmaa
2025-08-02 19:14:15 +02:00
parent 981d6b9bdd
commit 6f9f9642d7
8 changed files with 23 additions and 23 deletions

View File

@@ -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"} ;
}