remove the utf-8 flags

This commit is contained in:
Krasimir Angelov
2026-03-19 15:27:53 +01:00
parent ce2f785f92
commit 76cbf0b75b
5 changed files with 5 additions and 12 deletions
+1 -2
View File
@@ -1,6 +1,5 @@
concrete SentenceMkd of Sentence = CatMkd ** open Prelude,ResMkd in {
flags
coding = "UTF-8" ;
lin PredVP np vp = {present = \\a => np.s ++ vp.present ! a ! np.n ! np.p ;
aorist = np.s ++ vp.aorist ! np.n ! np.p ;
participle = {aorist = \\a => np.s ++ vp.participle.aorist ! a !