forked from GitHub/gf-core
Emacs only recognizes utf-8, not UTF-8, in file headers
This commit is contained in:
@@ -21,7 +21,7 @@ import qualified Data.IntMap as IntMap
|
|||||||
import Data.List (intersperse)
|
import Data.List (intersperse)
|
||||||
|
|
||||||
pgf2python :: PGF -> String
|
pgf2python :: PGF -> String
|
||||||
pgf2python pgf = ("# -*- coding: UTF-8 -*-" ++++
|
pgf2python pgf = ("# -*- coding: utf-8 -*-" ++++
|
||||||
"# This file was automatically generated by GF" +++++
|
"# This file was automatically generated by GF" +++++
|
||||||
showCId name +++ "=" +++
|
showCId name +++ "=" +++
|
||||||
pyDict 1 pyStr id [
|
pyDict 1 pyStr id [
|
||||||
|
|||||||
Reference in New Issue
Block a user