diff options
| author | hallgren <hallgren@chalmers.se> | 2013-11-28 13:55:08 +0000 |
|---|---|---|
| committer | hallgren <hallgren@chalmers.se> | 2013-11-28 13:55:08 +0000 |
| commit | ead60581afa77510e43a65227b74b09023855cb5 (patch) | |
| tree | 0a5077b4a1f96f712d65b52dfada6eb4e874cfb9 /src/compiler/GF/Compile/Coding.hs | |
| parent | 29b1607f9380d0f9d3c722250b7793fcf22adc79 (diff) | |
GFI: adapt to character encoding changes
GF.Compile.Coding is not used any more.
Diffstat (limited to 'src/compiler/GF/Compile/Coding.hs')
| -rw-r--r-- | src/compiler/GF/Compile/Coding.hs | 3 |
1 files changed, 2 insertions, 1 deletions
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 |
