diff options
| author | peter.ljunglof <peter.ljunglof@gu.se> | 2012-08-29 21:40:49 +0000 |
|---|---|---|
| committer | peter.ljunglof <peter.ljunglof@gu.se> | 2012-08-29 21:40:49 +0000 |
| commit | e2ecdfed1fea8dcc77ab3c8d83f74fc577908f5b (patch) | |
| tree | 2733ecb2ed675a2bada67a1f60f9b9132b6be4f3 /src/compiler/GF/Compile/PGFtoPython.hs | |
| parent | f8fe23fda7b97d5301bfb2ec1d89ce9967c5b200 (diff) | |
Emacs only recognizes utf-8, not UTF-8, in file headers
Diffstat (limited to 'src/compiler/GF/Compile/PGFtoPython.hs')
| -rw-r--r-- | src/compiler/GF/Compile/PGFtoPython.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/GF/Compile/PGFtoPython.hs b/src/compiler/GF/Compile/PGFtoPython.hs index 00910171b..a4268b714 100644 --- a/src/compiler/GF/Compile/PGFtoPython.hs +++ b/src/compiler/GF/Compile/PGFtoPython.hs @@ -21,7 +21,7 @@ import qualified Data.IntMap as IntMap import Data.List (intersperse) pgf2python :: PGF -> String -pgf2python pgf = ("# -*- coding: UTF-8 -*-" ++++ +pgf2python pgf = ("# -*- coding: utf-8 -*-" ++++ "# This file was automatically generated by GF" +++++ showCId name +++ "=" +++ pyDict 1 pyStr id [ |
