#1 closed task (fixed)
Add russian documentation to wiki (Anton Stepanov)
Reported by: | schwa | Owned by: | schwa |
---|---|---|---|
Priority: | minor | Milestone: | 2.1 |
Component: | Documentation | Version: | |
Keywords: | Russian, documentation, charset | Cc: |
Description
Anton Stepanov contributed a Russian translation of the ftputil documentation, as of ftputil 2.0.3. Surely, it should be added to the ftputil wiki as RussianDocumentation, possibly to the release tarball as well. (The English and Russian translation should be handled the same: either both in the tarball or both not.) In any case, we have to be careful that the original documentation charset is compatible with the rendering in the wiki and (if applicable) an HTML file in the distribution.
Attachments (2)
Change History (6)
comment:1 Changed 15 years ago by
Status: | new → assigned |
---|
Changed 15 years ago by
Attachment: | ftputil_ru.txt.orig added |
---|
Original Russian documentation from Anton Stepanov
Changed 15 years ago by
Attachment: | ftputil_ru_utf8.txt added |
---|
original reStructuredText file converted to UTF-8
comment:2 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
ftputil_ru_utf8.txt is now included in the repository (commit 444), so I mark this bug fixed.
comment:3 Changed 15 years ago by
Priority: | major → minor |
---|
comment:4 Changed 15 years ago by
Milestone: | 2.0.4 → 2.1 |
---|
I finally found out that the encoding of the original reStructuredText file was Windows-CP1251 and managed to convert it with GNU recode to UTF-8. This I put into the wiki, using the rst wiki processor (see WikiProcessors).