diff options
Diffstat (limited to 'src/GF/Compile/Export.hs')
| -rw-r--r-- | src/GF/Compile/Export.hs | 2 |
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 |
