Patches item #1177307, was opened at 2005-04-05 21:26 Message generated for change (Comment added) made by loewis You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1177307&group_id=5470
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Library (Lib) Group: None Status: Open Resolution: None Priority: 5 Submitted By: Walter Dörwald (doerwalter) Assigned to: Nobody/Anonymous (nobody) Summary: UTF-8-Sig codec Initial Comment: This patch implements a UTF-8-Sig codec. This codec works like UTF-8 but adds a BOM on writing and skips (at most) one BOM on reading. ---------------------------------------------------------------------- >Comment By: Martin v. Löwis (loewis) Date: 2005-08-07 23:51 Message: Logged In: YES user_id=21627 The patch looks fine, but lacks documentation changes. ---------------------------------------------------------------------- Comment By: Walter Dörwald (doerwalter) Date: 2005-04-05 22:28 Message: Logged In: YES user_id=89016 This second version of the patch will return starting bytes immediately, if they don't look like a BOM. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1177307&group_id=5470 _______________________________________________ Patches mailing list [email protected] http://mail.python.org/mailman/listinfo/patches
