Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
utf8 wird nicht erkannt...
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
suicide
n00b
n00b


Joined: 17 Sep 2005
Posts: 20
Location: Münster

PostPosted: Fri Nov 04, 2005 4:05 pm    Post subject: utf8 wird nicht erkannt... Reply with quote

Also ich wollte mein System auf utf8 umstellen und habe dazu das Tutorial auf de.gentoo-wiki.com durchgearbeitet.
Als ich allerdings den Befehl ausführte um auch die Dateinamen an utf8 anzupassen macht das Tool aus allen Umlaute ganz komische zeichen.
Woran kann das liegen?

Aus ö wurde z.B. ö
Back to top
View user's profile Send private message
flammenflitzer
Advocate
Advocate


Joined: 25 Nov 2003
Posts: 3541
Location: Berlin

PostPosted: Sat Nov 05, 2005 4:38 pm    Post subject: Reply with quote

Ich habe mein System auch vor geraumer Zeit auf utf8 umgestellt. Ist nichts halbes und nichts ganzes. Hat mal ganz kurz fast hingehauen.
Back to top
View user's profile Send private message
kurt
Guru
Guru


Joined: 25 Aug 2003
Posts: 403
Location: Arni (AG); CH

PostPosted: Sat Nov 05, 2005 8:46 pm    Post subject: Reply with quote

Hallo,

nur mit dem umstellen ist es nicht getan.

das Problem ist das viele Programme nochmals neu gebaut werden müssen.

ich habe folgende Einstellungen:

# /etc/rc.conf
UNICODE="yes"
EDITOR="/bin/nano"

# /etc/conf.d/consolefont
CONSOLEFONT="lat9w-16"
CONSOLETRANSLATION="8859-15_to_uni"

# /etc/conf.d/keymaps
KEYMAP="sg-latin1"
SET_WINDOWKEYS="yes"
EXTENDED_KEYMAPS="euro2 windowkeys"
DUMPKEYS_CHARSET="iso-8859-15"

# /etc/env.d/04locale:
LANG="de_DE.UTF-8"
LC_ALL="de_DE.UTF-8"
LESSCHARSET="utf-8"
BROWSER="mozilla"

# UTF-8-locales-install.sh #script uum erstellen der locale
localedef -v -c -f UTF-8 -i de_DE /usr/lib/locale/de_DE.UTF-8/
localedef -v -c -f UTF-8 -i de_CH /usr/lib/locale/de_CH.UTF-8/
localedef -v -c -f UTF-8 -i de_AT /usr/lib/locale/de_AT.UTF-8/
localedef -v -c -f UTF-8 -i en_US /usr/lib/locale/en_US.UTF-8/
localedef -v -c -f UTF-8 -i de_DE@euro /usr/lib/locale/de_DE@euro.UTF-8/
localedef -v -c -f UTF-8 -i de_AT@euro /usr/lib/locale/de_AT@euro.UTF-8/

# /usr/src/linux/.config: # Kernel einstllungen
#
# Native Language Support
#
CONFIG_NLS=y
CONFIG_NLS_DEFAULT="utf8"
CONFIG_NLS_CODEPAGE_437=m
CONFIG_NLS_CODEPAGE_850=m
CONFIG_NLS_CODEPAGE_1250=m
CONFIG_NLS_ASCII=m
CONFIG_NLS_ISO8859_1=y
CONFIG_NLS_ISO8859_15=y
CONFIG_NLS_UTF8=y

Auschnitt aus meinen USE „-userlocales unicode slang“

wen du den Kernel neu baust nach den Einstellungen noch ein mrproper machen.

make menuconfig
cp .config /usr/src/.config
make mrproper
cp /usr/src/.config /usr/src/linux/.config
make oldconfig
make
make modules_install
make install

env-update && source /etc/profile && reboot

emerge system -e
emerge world -e

rox (Rox-Filer) zeigt die Verzeichnisse rot an die nicht utf8 tauglich sind und die im Ooo nicht angezeigt werden.
nicht utf8 tauglich ist nedit
utf8 tauglich sind mc u. nano(beide benötigen slang), rox, eric-3.7.2, drpython, Ooo, etc.

Gruß

kurt
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum