Encoding UTF8 <--> iso8859-7
Christos Nouskas
nouskas at gmail.com
Thu Mar 30 01:57:40 EEST 2006
Theodore Lytras wrote:
> Και το ερώτημα είναι: μπορώ με κάποιο τρόπο (κάποιο utility? κάποιο
> scriptάκι?) να μετατρέψω το κείμενο των σελίδων από 8859-7 σε UTF8 για
> να εμφανίζονται σωστά όλα??
Θες κάτι σαν αυτό: mkdir utf8; for page in *.html ; do cat $page | iconv
--from-code=ISO-8859-7 --to-code=UTF-8 > utf8/$page ; done
Δες και το recode.
--
##### # #####
####### "We are Pentium of Borg. Division is futile.
##### # ##### You will be approximated."
More information about the Linux-greek-users
mailing list