mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
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)
|
||||
|
||||
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 [
|
||||
|
||||
Reference in New Issue
Block a user