summaryrefslogtreecommitdiffstats
path: root/Admin/plans
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2001-03-06 15:23:18 +0000
committerBruno Haible <bruno@clisp.org>2001-03-06 15:23:18 +0000
commit15bfd9c43b0352c411dce4a7f907cdaf7536549e (patch)
tree87c073bf2c1a7f58ffbb2a9cb3759d71a67f2a8b /Admin/plans
parente41cafce33648714bc8e3a2568c6186d760e7cd5 (diff)
downloadexternal_gettext-15bfd9c43b0352c411dce4a7f907cdaf7536549e.zip
external_gettext-15bfd9c43b0352c411dce4a7f907cdaf7536549e.tar.gz
external_gettext-15bfd9c43b0352c411dce4a7f907cdaf7536549e.tar.bz2
Linebreaking is fixed now.
Diffstat (limited to 'Admin/plans')
-rw-r--r--Admin/plans8
1 files changed, 3 insertions, 5 deletions
diff --git a/Admin/plans b/Admin/plans
index 5b18645..ad89fbf 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 <libintl.h>.
+- Protect all uses of LC_MESSAGES by HAVE_LC_MESSAGES.
+