diff options
| -rw-r--r-- | grammars/health/HealthFre.gf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/grammars/health/HealthFre.gf b/grammars/health/HealthFre.gf index ae8e14b90..93e83cfdf 100644 --- a/grammars/health/HealthFre.gf +++ b/grammars/health/HealthFre.gf @@ -1,4 +1,4 @@ --- UTF8 version currently differs from non-UTF8 !!!
+-- UTF-8 version currently differs from non-UTF-8 !!!
-- use this path to read the grammar from the same directory
--# -path=.:../newresource/abstract:../prelude:../newresource/french:../newresource/romance
@@ -6,7 +6,7 @@ concrete HealthFre of Health = open PredicationFre, ParadigmsFre, ResourceFre, Prelude, SyntaxFre, MorphoFre, ExtraFre, ParadigmsFre, ResourceExtFre in {
-- 1. still using "à" instead of "aux" in PainIn operations
--- because of the UTF8 problem with non-utf8 resource grammars!
+-- because of the UTF-8 problem with non-utf-8 resource grammars!
flags
startcat=Phr ; lexer=text ; parser=chart ; unlexer=text ;
|
