diff options
| author | Inari Listenmaa <inari.listenmaa@gmail.com> | 2025-08-02 19:26:06 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-02 19:26:06 +0200 |
| commit | f1a72a066ffd34ec2b7f597bc314137908dfc64c (patch) | |
| tree | f003c621c42fe079e03a3ac1ec97465f41214947 /gf-book/examples/chapter9 | |
| parent | 65e85c5a3cba4df82547a018b4135ac63551d8df (diff) | |
| parent | 6f9f9642d72e0c2313de61bf3348b269a791eb01 (diff) | |
Merge pull request #182 from inariksit/fix-encoding
use UTF8 for several GF files
Diffstat (limited to 'gf-book/examples/chapter9')
| -rw-r--r-- | gf-book/examples/chapter9/ResIta.gf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gf-book/examples/chapter9/ResIta.gf b/gf-book/examples/chapter9/ResIta.gf index f39db69f9..28d7bc424 100644 --- a/gf-book/examples/chapter9/ResIta.gf +++ b/gf-book/examples/chapter9/ResIta.gf @@ -43,10 +43,10 @@ oper } ; auxVerb : Aux -> Verb = \a -> case a of { - Avere => + Avere => mkVerb "avere" "ho" "hai" "ha" "abbiamo" "avete" "hanno" "avuto" Avere ; - Essere => - mkVerb "essere" "sono" "sei" "่" "siamo" "siete" "sono" "stato" Essere + Essere => + mkVerb "essere" "sono" "sei" "รจ" "siamo" "siete" "sono" "stato" Essere } ; agrPart : Verb -> Agr -> ClitAgr -> Str = \v,a,c -> case v.aux of { |
