summaryrefslogtreecommitdiff
path: root/src/GF/Compile/Export.hs
diff options
context:
space:
mode:
authoraarne <aarne@cs.chalmers.se>2008-06-26 16:35:45 +0000
committeraarne <aarne@cs.chalmers.se>2008-06-26 16:35:45 +0000
commited708ffda6d1a60be801c4563274c8b9218aa9de (patch)
treebf33e6f48fecfacbfa08f146bd00c8d9147401a6 /src/GF/Compile/Export.hs
parentf7622321de4e3fe7acee646a0fb8a817576621c3 (diff)
uniform encoding: gfo and pgf in UTF8, internal in unicode
Diffstat (limited to 'src/GF/Compile/Export.hs')
-rw-r--r--src/GF/Compile/Export.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GF/Compile/Export.hs b/src/GF/Compile/Export.hs
index 23b8198f8..21ecb3d15 100644
--- a/src/GF/Compile/Export.hs
+++ b/src/GF/Compile/Export.hs
@@ -58,5 +58,5 @@ outputConcr pgf = case cncnames pgf of
cnc:_ -> cnc
printPGF :: PGF -> String
-printPGF = ---- encodeUTF8 . -- out by AR26/6/2008: the PGF may already be UTF8
+printPGF = -- encodeUTF8 . -- fromPGF does UTF8 encoding
printTree . fromPGF