diff options
| author | bringert <bringert@cs.chalmers.se> | 2006-05-20 02:56:06 +0000 |
|---|---|---|
| committer | bringert <bringert@cs.chalmers.se> | 2006-05-20 02:56:06 +0000 |
| commit | b7e1e31909fe6e89887ade077c90c5fdb2081434 (patch) | |
| tree | 0a51c14881df222ac5799330a7abddd66eb968b5 /src/GF/Shell | |
| parent | 49849d7fe381bdf20e66e5255ee7d27a8dc300f9 (diff) | |
Changes to make GF compile with GHC 6.5 from CVS: remove inlines use of !, change all latin-1 characters in haskell code to escapes.
Diffstat (limited to 'src/GF/Shell')
| -rw-r--r-- | src/GF/Shell/HelpFile.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/GF/Shell/HelpFile.hs b/src/GF/Shell/HelpFile.hs index 39706e9d8..16603b3ff 100644 --- a/src/GF/Shell/HelpFile.hs +++ b/src/GF/Shell/HelpFile.hs @@ -225,7 +225,7 @@ txtHelpFile = "\n -parser use this parsing strategy" ++ "\n -number return this many results at most" ++ "\n examples:" ++ - "\n p -cat=S -mcfg \"jag är gammal\" -- parse an S with the MCFG" ++ + "\n p -cat=S -mcfg \"jag \228r gammal\" -- parse an S with the MCFG" ++ "\n rf examples.txt | p -lines -- parse each non-empty line of the file" ++ "\n" ++ "\nat, apply_transfer: at (Module.Fun | Fun)" ++ @@ -690,7 +690,7 @@ txtHelpFile = "\n -mark=java show tree structure with XML tags (used in gfeditor)" ++ "\n" ++ "\n-coding, Some grammars are in UTF-8, some in isolatin-1." ++ - "\n If the letters ä (a-umlaut) and ö (u-umlaut) look strange, either" ++ + "\n If the letters \228 (a-umlaut) and \246 (o-umlaut) look strange, either" ++ "\n change your terminal to isolatin-1, or rewrite the grammar with" ++ "\n 'pg -utf8'." ++ "\n" ++ |
