| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
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, 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
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@9102 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
|
|
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@9100 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
|