]> git.ipfire.org Git - thirdparty/xz.git/commit
Add tuklib_mbstr_wrap for automatic word wrapping
authorLasse Collin <lasse.collin@tukaani.org>
Mon, 16 Dec 2024 16:43:52 +0000 (18:43 +0200)
committerLasse Collin <lasse.collin@tukaani.org>
Wed, 18 Dec 2024 15:09:31 +0000 (17:09 +0200)
commitca529c3f41a4a19a59e2e252e6dd9255f130c634
treef847bd935147aa0254999b8dd27656a32b2728fd
parent314b83cebad0244a0015a8abc6d8d086b581c215
Add tuklib_mbstr_wrap for automatic word wrapping

Automatic word wrapping makes translators' work easier and reduces
errors like misaligned columns or overlong lines. Right-to-left
languages and languages that don't use spaces between words will
still need extra effort. (xz hasn't been translated to any RTL
language so far.)
cmake/tuklib_mbstr.cmake
m4/tuklib_mbstr.m4
src/Makefile.am
src/common/tuklib_gettext.h
src/common/tuklib_mbstr_wrap.c [new file with mode: 0644]
src/common/tuklib_mbstr_wrap.h [new file with mode: 0644]