diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2024-11-10 20:33:39 +0300 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2024-11-10 20:33:39 +0300 |
commit | 0ddb6a853eca4de886a18cb3419981234b738edb (patch) | |
tree | d63cb99398c6c4562834eedacb869c081a2f6975 /TODO | |
parent | b844b67dec65bf46f101a3cd86d4e4ddc627c63e (diff) | |
download | sciteco-0ddb6a853eca4de886a18cb3419981234b738edb.tar.gz |
updated grosciteco.tes(1): mention new macros, changed command lines and restrictions
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -572,6 +572,10 @@ Features: * session.tes: Perhaps persist the search-replace registers "-" and "_". Ideally we would also persist any manually configured lexer, but we cannot easily store the current buffer's lexer. + * grosciteco: Does not currently support diacritics. + This is because Groff decomposes characters in intermediate output. + Either we have to consult devutf8/R or use wrap g_unichar_compose(). + This will be important once we want to localize documentation. Optimizations: * Use SC_DOCUMENTOPTION_STYLES_NONE in batch mode. |