speechd-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

speech-dispatcher issues


From: Jan Buchal
Subject: speech-dispatcher issues
Date: Tue, 08 Jul 2008 15:56:54 +0200

>>>>> "TC" == Tomas Cerha <cerha at brailcom.org> writes:

    TC> Jan Buchal napsal(a):
    >> And don't forget that you must have generated iso-8859-1 locales
    >> and then export it for text console like export
    >> LC_ALL=iso-8859-1.

    TC> I guess this should be:

    TC> export LC_ALL=en_AU.ISO-8859-1

    TC> You may also want to add this line into your .bashrc file.

You need something like:

if [ "$TERM" = linux ] || [ "$TERM" = screen ]; then 
    export LC_ALL=cs_CZ
else
    export LC_ALL=cs_CZ.UTF-8
fi

Replace cs_CZ with your name of locales of course.


-- 

Jan Buchal
Tel: (00420) 24 24 86 008
Mob: (00420) 608023021




reply via email to

[Prev in Thread] Current Thread [Next in Thread]