1 parent b556efa commit a3261acCopy full SHA for a3261ac
1 file changed
pkg/converters/ofx/ofx_data_reader.go
@@ -23,7 +23,7 @@ import (
23
24
const ofx1USAsciiEncoding = "usascii"
25
const ofx1UnicodeEncoding = "unicode"
26
-const ofx1UTF8Encoding = "utf8" // non-standard ofx 1.x encoding, used by some banks (https://github.com/mayswind/ezbookkeeping/issues/48)
+const ofx1UTF8Encoding = "utf-8" // non-standard ofx 1.x encoding, used by some banks (https://github.com/mayswind/ezbookkeeping/issues/48)
27
const ofx1SGMLDataFormat = "OFXSGML"
28
29
var ofx2HeaderPattern = regexp.MustCompile("<\\?OFX( +[A-Z]+=\"[^=]*\")* *\\?>")
0 commit comments