grep -i και ελληνικά κεφαλαία / πεζά

Iakwbos Triantafilloy ewsforos at styx.irc.gr
Wed Dec 14 02:52:57 EET 2005


Giorgos Keramidas wrote:

>On 2005-12-14 00:14, Stavros Giannouris <alby at freemail.gr> wrote:
>  
>
>>...κι εδώ τα ίδια...
>>
>>[stavrosg at gondolin ~]$ echo σφ > randomfile
>>[stavrosg at gondolin ~]$ cat randomfile
>>σφ
>>[stavrosg at gondolin ~]$ grep σ randomfile
>>σφ
>>[stavrosg at gondolin ~]$ grep -i Σ randomfile
>>[stavrosg at gondolin ~]$ locale
>>LANG=el_GR.utf8
>>LC_CTYPE=el_GR.utf8
>>
>><snip>
>>
>
>Κι εσύ όμως έχεις LC_ALL=''.
>
>Επειδή δεν έχω πρόσβαση στο δικό σας Linux σύστημα, γιατί δε δοκιμάζετε
>με ένα πιο απλό set από LC_XXX και LANG όπως είπα αρχικά;
>
>        LANG='el_GR'
>	LC_ALL='el_GR.utf8'
>
>Όλα τα άλλα LC_xxx είναι εντελώς περιττά στην περίπτωσή σας.
>
>
>
>  
>

[ewsforos at cerberus subs]$ echo ελληνικά > kati
[ewsforos at cerberus subs]$ echo Ελληνικά >> kati
[ewsforos at cerberus subs]$ echo ΕΛΛΗΝΙΚΑ >> kati
[ewsforos at cerberus subs]$ echo σφ >> kati

[ewsforos at cerberus subs]$ file kati
kati: UTF-8 Unicode text

[ewsforos at cerberus subs]$ cat kati
ελληνικά
Ελληνικά
ΕΛΛΗΝΙΚΑ
σφ

[ewsforos at cerberus subs]$ grep "ελληνικ" kati
ελληνικά

[ewsforos at cerberus subs]$ grep -i "ελληνικ" kati
ελληνικά
Ελληνικά
ΕΛΛΗΝΙΚΑ

[ewsforos at cerberus subs]$ grep "σ" kati
σφ

[ewsforos at cerberus subs]$ grep -i "Σ" kati
σφ

[ewsforos at cerberus subs]$ locale
LANG=en_GB.UTF-8
LC_CTYPE="en_GB.UTF-8"
LC_NUMERIC="en_GB.UTF-8"
LC_TIME="en_GB.UTF-8"
LC_COLLATE="en_GB.UTF-8"
LC_MONETARY="en_GB.UTF-8"
LC_MESSAGES="en_GB.UTF-8"
LC_PAPER="en_GB.UTF-8"
LC_NAME="en_GB.UTF-8"
LC_ADDRESS="en_GB.UTF-8"
LC_TELEPHONE="en_GB.UTF-8"
LC_MEASUREMENT="en_GB.UTF-8"
LC_IDENTIFICATION="en_GB.UTF-8"
LC_ALL=

[ewsforos at cerberus subs]$ grep -V
grep (GNU grep) 2.5.1



I.T.




More information about the Linux-greek-users mailing list