From ead60581afa77510e43a65227b74b09023855cb5 Mon Sep 17 00:00:00 2001 From: hallgren Date: Thu, 28 Nov 2013 13:55:08 +0000 Subject: GFI: adapt to character encoding changes GF.Compile.Coding is not used any more. --- src/compiler/GF/Compile/Coding.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/compiler/GF/Compile/Coding.hs') diff --git a/src/compiler/GF/Compile/Coding.hs b/src/compiler/GF/Compile/Coding.hs index d635ff2e4..65d385022 100644 --- a/src/compiler/GF/Compile/Coding.hs +++ b/src/compiler/GF/Compile/Coding.hs @@ -1,5 +1,5 @@ module GF.Compile.Coding where - +{- import GF.Grammar.Grammar import GF.Grammar.Macros import GF.Text.Coding @@ -61,3 +61,4 @@ codeStringLiterals co ('"':cs) = '"' : inStringLiteral cs inStringLiteral ('\\':d:ds) = '\\' : co [d] ++ inStringLiteral ds inStringLiteral (d:ds) = co [d] ++ inStringLiteral ds codeStringLiterals co (c:cs) = c : codeStringLiterals co cs +-} \ No newline at end of file -- cgit v1.2.3