Dear visitor, welcome to VDR Portal. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.
Anderes Beispiel:
Quoted
./2010/Maerz
./2004/März
./2005/März
./2011/März
Und noch ein merkwuerdiges Beispiel:
Quoted
[root@nas bilder]# find . -type d |grep -E "hof$" >list
[root@nas bilder]# cat list
./2006/Ausflug Bad Wörrishof
[root@nas bilder]# less list
./2006/09/Praxisausflug Bad W<F6>rrishofen
list (END)
Quoted
[root@nas 2011]# mv März/ März
[root@nas 2011]# ls
Februar Januar M?rz
[root@nas 2011]#
This post has been edited 1 times, last edit by "knebb" (Mar 30th 2011, 1:02pm)



This post has been edited 1 times, last edit by "hjs" (Mar 30th 2011, 1:39pm)
Quoted
[root@nas 2011]# mv März/ März
[root@nas 2011]# ls
Februar Januar M?rz
Ist denn nicht der Vorteil von UTF-8, dass alle Zeichen auf allen Systemen sauber dargestellt werden?
Unter WinDoof haste also unicode - ä = 00E4 , zeigt dir deine Console als E4 , 00
Wenn ich unter Windows das M_rz umbenenne in März, erscheint es auf der Linux Konsole als März.
Quoted
./convmv -f iso-8859-15 -t utf-8 -r /srv/bilder/ --notest
in einer nicht UTF8 Umgebung hin.
Quoted
Ist denn nicht der Vorteil von UTF-8, dass alle Zeichen auf allen Systemen sauber dargestellt werden?
Quoted
[root@nas convmv-1.14]# ls /srv/musik/Blues/Bob\ Dylan/Before\ The\ Flood\ I . .:
04-Knockin´ On Heaven´s Door.mp3
[root@nas convmv-1.14]# ls Before\ The\ Flood\ I/
04-KnockinÂŽ On HeavenÂŽs Door.mp3
04-Knockin´ On Heaven´s Door.mp3
This post has been edited 5 times, last edit by "Keine_Ahnung" (Mar 31st 2011, 12:53pm)