Change #255433
| Category | texinfo |
| Changed by | Patrice Dumas <pertusus@free.fr> |
| Changed at | Fri 16 Jan 2026 22:39:56 |
| Repository | https://git.savannah.gnu.org/git/texinfo.git |
| Project | texinfo |
| Branch | master |
| Revision | 767e0c3ef322d1d8bfc3e28de24210024f00a52d |
Comments
Distinguish locale encoding and output messages encoding * tta/C/convert/texinfo.c (txi_set_base_default_options), tta/C/texi2any.c (main), tta/perl/texi2any.pl: distinguish locale encoding from console output encoding. Set MESSAGE_ENCODING to console output encoding. On Windows, set console output encoding with GetConsoleOutputCP(). Idea from Eli Zaretskii. * tta/C/texi2any.c (main): handle especially UTF-8 codepage on Windows. Idea and code from Eli Zaretskii.
Changed files
- ChangeLog
- tta/C/convert/texinfo.c
- tta/C/convert/texinfo.h
- tta/C/texi2any.c
- tta/perl/texi2any.pl