mailing-list for TeXmacs Users

Text archives Help


Re: [TeXmacs] German date in title?


Chronological Thread 
  • From: Marten Bauer <address@hidden>
  • To: address@hidden
  • Subject: Re: [TeXmacs] German date in title?
  • Date: Tue, 29 Jan 2008 08:09:46 +0100

Hallo Joris,

I tried the following in a console

~>date +"%B"
Januar
~>echo $LANG
de_DE.UTF-8
~>export LANG=de_DE
~>date +"%B"
January
~>

When I change from de_DE.UTF-8 to de_DE the date is
printed in english. But I do not understand why?

Can I change the LANG to de_DE.UTF-8 somewhere in
texmacs sourcecode? I use TeXmacs 1.0.6.12 on Ubuntu Gutsy
7.10.

Joris van der Hoeven schrieb:
[--- stuff deleted ---]
It might be that you did not install all necessary locales on your computer.
Please check whether the following works correctly:

export LANG=de_DE
date +"%B"

On my machine, this works for English and French,
but not for any other languages.

Best wishes, Joris




Archive powered by MHonArc 2.6.19.

Top of page