From: Bruno Haible Date: Tue, 6 Mar 2001 15:23:18 +0000 (+0000) Subject: Linebreaking is fixed now. X-Git-Tag: v0.10.36~135 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15bfd9c43b0352c411dce4a7f907cdaf7536549e;p=thirdparty%2Fgettext.git Linebreaking is fixed now. --- diff --git a/Admin/plans b/Admin/plans index 5b186456d..ad89fbfdf 100644 --- a/Admin/plans +++ b/Admin/plans @@ -34,14 +34,9 @@ Things we plan to do. Comments welcome. - Split xgettext into a language dependent part and a language independent part. -- Add c-ctype.{h,c} to misc. Document setlocale, LC_CTYPE, LC_MESSAGES issues. - - Document what it means to add gettext support to a programming/scripting language. Add support for Java. -- The --width option shouldn't split multibyte characters and take into account - the wcwidth of the characters. - - KDE wants a kind of gettext2("role","msg") function whose key is the concatenation of "role" and "msg" but whose default value is only "msg". @@ -63,3 +58,6 @@ Things we plan to do. Comments welcome. http://i18n.kde.org/translation-howto/gui-specialized-apps.html http://i18n.kde.org/tools/kbabel/ +- lib/ needs patches for building on systems without . +- Protect all uses of LC_MESSAGES by HAVE_LC_MESSAGES. +