From: Günter M. <mi...@us...> - 2023-04-18 19:17:53
|
- **status**: open --> closed-fixed - **Comment**: The related Debian bug was closed in 2013. Thanks for the patch. --- ** [patches:#113] writers/odf_odt: Use only ASCII filenames in ODF packages** **Status:** closed-fixed **Group:** None **Created:** Mon Aug 05, 2013 02:07 PM UTC by Michael Schutte **Last Updated:** Wed Feb 11, 2015 12:59 PM UTC **Owner:** nobody **Attachments:** - [odt-writer-ascii-filenames.diff](https://sourceforge.net/p/docutils/patches/113/attachment/odt-writer-ascii-filenames.diff) (933 Bytes; text/x-patch) The odf_odt writer embeds images in its output files and uses the original filenames as part of the embedded filenames. Since the OpenDocument standard does not specify the filename charset, recode to ASCII (dropping non-representable characters) to be on the safe side. The actual reason that brought about this patch is an invalid assumption about character sets in docutils.writers.odf_odt.Writer.store_embedded_files(). This has been reported as Debian bug <http://bugs.debian.org/714317>. --- Sent from sourceforge.net because doc...@li... is subscribed to https://sourceforge.net/p/docutils/patches/ To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/docutils/admin/patches/options. Or, if this is a mailing list, you can unsubscribe from the mailing list. |