Change #276682
| Category | texinfo |
| Changed by | Patrice Dumas <pertusus@free.fr> |
| Changed at | Sat 01 Aug 2026 10:04:43 |
| Repository | https://git.savannah.gnu.org/git/texinfo.git |
| Project | texinfo |
| Branch | master |
| Revision | a676d709eadc0eb3bd94594022d28c8a7d99d045 |
Comments
Info and plaintext C converter @image formatting * tta/C/convert/converter.c (converter_txt_image_text): add. * tta/C/convert/convert_to_info.c (protect_image_string) (info_format_image, info_format_image_element), tta/C/convert/convert_to_plaintext.c (PLAINTEXT_FORMAT_FUNCTIONS) (plaintext_image_formatted_text, plaintext_format_image_element) (plaintext_functions, convert_to_plaintext_internal), tta/C/main/converter_types.h (STRING_LINE_COUNT): implement Info and plaintext image formatting, add dispatch. In Info, the result is incorrect because NULL is used as a quoting character and the code is not adapted to that. * tta/C/convert/convert_to_info.c (info_format_node): check that node_directions is set before accessing.
Changed files
- ChangeLog
- tta/C/convert/convert_to_info.c
- tta/C/convert/convert_to_info.h
- tta/C/convert/convert_to_plaintext.c
- tta/C/convert/convert_to_plaintext.h
- tta/C/convert/converter.c
- tta/C/convert/converter.h
- tta/C/main/converter_types.h
- tta/perl/Texinfo/Convert/Info.pm