[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: localisation of 'info' not working
From: |
Sergey Poznyakoff |
Subject: |
Re: localisation of 'info' not working |
Date: |
Fri, 30 Nov 2007 20:00:27 +0200 |
Benno Schulenberg <address@hidden> ha escrit:
> > Actually figuring out how to handle UTF-8 in Info is beyond me.
> > If someone else wants to tackle it, that would be great.
>
> Sergey?
I guess this can be done using mb* modules from gnulib. Let me
experiment with it. At the moment I am quite busy preparing GNU Mailutils
for alpha release, but I expect to get some free time next week. I also
have a 'backlog' of other texinfo-related things, to which I plan to return
as soon as possible. I'll let you know when I have some results.
Regards,
Sergey
PS: In the meantime, I've installed the following (unrelated) patch:
2007-11-30 Sergey Poznyakoff <address@hidden>
* doc/Makeinfo.am: Rename txi-no.tex to txi-nb.tex (see
2007-10-31).
Index: doc/Makefile.am
===================================================================
RCS file: /cvsroot/texinfo/texinfo/doc/Makefile.am,v
retrieving revision 1.34
diff -p -u -r1.34 Makefile.am
--- doc/Makefile.am 2 Jul 2007 21:40:32 -0000 1.34
+++ doc/Makefile.am 30 Nov 2007 17:49:15 -0000
@@ -26,7 +26,7 @@ MAKEINFO = $(top_builddir)/$(native_tool
# INSTALL_INFO = $(top_builddir)/$(native_tools)/util/ginstall-info
TXI_XLATE = txi-cs.tex txi-de.tex txi-en.tex txi-es.tex txi-fr.tex \
- txi-it.tex txi-nl.tex txi-no.tex txi-pl.tex txi-pt.tex \
+ txi-it.tex txi-nl.tex txi-nb.tex txi-pl.tex txi-pt.tex \
txi-ru.tex txi-sr.tex txi-tr.tex txi-uk.tex
# Include our texinfo.tex, not Automake's.