summaryrefslogtreecommitdiff
path: root/sandbox/enhancement-proposals/input-encoding
Commit message (Collapse)AuthorAgeFilesLines
* Update Publisher API documentation.milde2022-12-131-2/+1
| | | | | | | | | | | | Use Python 3 terminology: "Unicode string" -> `str` instance. Document "string I/O" (input/output using `str` or `bytes` instances). Document input encoding auto-detection. Specify the behaviour and the "explicit encoding declaration". git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@9309 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Test input-encoding enhancement proposal with newly defined codecs.milde2022-12-021-4/+25
| | | | | | | | | Test, whether the codecs from https://codeberg.org/milde/inspecting-codecs can replace the built-in auto-detection of the input encoding. cf. https://sourceforge.net/p/docutils/patches/194/ git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@9304 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Update Docutils enhancement proposals.milde2022-11-242-15/+18
| | | | | | | | Use standard rST for the document title. Change encodings test script to place generated samples in a sub-dir. git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@9273 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Documentation updatesmilde2022-07-061-62/+103
| | | | | | | | | | Document future changes regarding front-end tools. Clarify/update planned changes to the input-encoding handling. Various smaller fixes. Add links. git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@9107 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Documentation fixes/clarifications/updates.milde2022-07-051-24/+18
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@9102 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Document planned changes to input encoding handling.milde2022-07-042-0/+333
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@9100 929543f6-e4f2-0310-98a6-ba3bd3dd1d04