← Back to team overview

openlp-core team mailing list archive

Re: [Merge] lp:~trb143/openlp/bugfixes into lp:openlp

 

Review: Needs Fixing
Sorry if I gave you the wrong impression, but I don't think this will work. CP1252 is a Windows-specific code. We need to find the encoding that matches this.

17	+ infile = codecs.open(inname, 'r', encoding='CP1252')

Otherwise everything else looks fine.
-- 
https://code.launchpad.net/~trb143/openlp/bugfixes/+merge/9129
Your team openlp.org Core is subscribed to branch lp:openlp.



References