Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[risolto] Proftpd + Apache + Accenti
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) Forum di discussione italiano
View previous topic :: View next topic  
Author Message
salade
Apprentice
Apprentice


Joined: 10 May 2004
Posts: 170

PostPosted: Wed May 09, 2007 11:00 am    Post subject: [risolto] Proftpd + Apache + Accenti Reply with quote

Ciao a tutti, torno ora su un problema fastidioso.
Situazione: gentoo tutto preparato per la codifica utf-8:

Kernel
Code:

saruman linux # cat .config | grep -i utf
CONFIG_NLS_DEFAULT="utf-8"
CONFIG_NLS_UTF8=y

/etc/env.d/
Code:

saruman linux # cat /etc/env.d/02locale
LC_ALL="it_IT.UTF-8"

Apache
Code:

saruman apache2 # cat httpd.conf | grep -i utf
AddCharset UTF-8       .utf8
AddCharset utf-7       .utf7
AddCharset utf-8       .utf8
#AddOutputFilter INCLUDES .shtml
#        AddOutputFilter Includes html
AddDefaultCharset utf-8

Code:

saruman apache2 # emerge -pv proftpd

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild   R   ] net-ftp/proftpd-1.3.1_rc2  USE="acl ldap mysql ncurses nls pam softquota ssl tcpd -authfile -clamav -hardened -ifsession -ipv6 -noauthunix -opensslcrypt -postgres -radius -rewrite (-selinux) -shaper -sitemisc -vroot -xinetd"


Ora, da windows faccio l'upload di un file creato col blocco note con dentro un po' di caratteri accentati e non e il risultato è: http://luisaforlano.spa.it/a.html

Che sbaglio?
Grazie!
Ciao, Stefano


Last edited by salade on Wed May 09, 2007 6:05 pm; edited 1 time in total
Back to top
View user's profile Send private message
Flonaldo
Guru
Guru


Joined: 21 Nov 2003
Posts: 572
Location: Bologna

PostPosted: Wed May 09, 2007 12:55 pm    Post subject: Re: Proftpd + Apache + Accenti Reply with quote

salade wrote:
Ciao a tutti, torno ora su un problema fastidioso.
Situazione: gentoo tutto preparato per la codifica utf-8:

Kernel
Code:

saruman linux # cat .config | grep -i utf
CONFIG_NLS_DEFAULT="utf-8"
CONFIG_NLS_UTF8=y

/etc/env.d/
Code:

saruman linux # cat /etc/env.d/02locale
LC_ALL="it_IT.UTF-8"

Apache
Code:

saruman apache2 # cat httpd.conf | grep -i utf
AddCharset UTF-8       .utf8
AddCharset utf-7       .utf7
AddCharset utf-8       .utf8
#AddOutputFilter INCLUDES .shtml
#        AddOutputFilter Includes html
AddDefaultCharset utf-8

Code:

saruman apache2 # emerge -pv proftpd

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild   R   ] net-ftp/proftpd-1.3.1_rc2  USE="acl ldap mysql ncurses nls pam softquota ssl tcpd -authfile -clamav -hardened -ifsession -ipv6 -noauthunix -opensslcrypt -postgres -radius -rewrite (-selinux) -shaper -sitemisc -vroot -xinetd"


Ora, da windows faccio l'upload di un file creato col blocco note con dentro un po' di caratteri accentati e non e il risultato è: http://luisaforlano.spa.it/a.html

Che sbaglio?
Grazie!
Ciao, Stefano


io vedo "asdf12334�����" non capisco quale sia il problema...
_________________
Odio un po' di meno gli uomini coi capelli rossi
La mia musica http://www.last.fm/user/Flonaldo/
Back to top
View user's profile Send private message
masterbrian
Guru
Guru


Joined: 13 Feb 2004
Posts: 461

PostPosted: Wed May 09, 2007 1:05 pm    Post subject: Reply with quote

Ciao,

ho visto che hai la use flag di mysql abilitata. Non so che configurazione tu abbia messo dentro a proftpd, ma se usi mysql per storare delle informazioni, devi emergerlo con la use flag latin1.

Ciao
_________________
[img:f6b0c3bcba]http://www.danasoft.com/sig/MasterBrian.jpg[/img:f6b0c3bcba]
Back to top
View user's profile Send private message
salade
Apprentice
Apprentice


Joined: 10 May 2004
Posts: 170

PostPosted: Wed May 09, 2007 2:43 pm    Post subject: Re: Proftpd + Apache + Accenti Reply with quote

Flonaldo wrote:

io vedo "asdf12334�����" non capisco quale sia il problema...

Io sono da windows e vedo dei punti di domanda al posto delle lettere accentate...

:?

masterbrian wrote:
ho visto che hai la use flag di mysql abilitata. Non so che configurazione tu abbia messo dentro a proftpd, ma se usi mysql per storare delle informazioni, devi emergerlo con la use flag latin1.

Non la vedo la use flag latin1... ??


Ciao!
Stefano
Back to top
View user's profile Send private message
makoomba
Bodhisattva
Bodhisattva


Joined: 03 Jun 2004
Posts: 1856

PostPosted: Wed May 09, 2007 4:31 pm    Post subject: Reply with quote

Moved from Forum italiano (Italian) to Forum di discussione italiano.

il problema è che il testo nel file non è utf-8.

quando lo salvi con notepad, devi scegliere "codifica utf-8"
_________________
When all else fails, read the instructions.
Back to top
View user's profile Send private message
salade
Apprentice
Apprentice


Joined: 10 May 2004
Posts: 170

PostPosted: Wed May 09, 2007 4:41 pm    Post subject: Reply with quote

makoomba wrote:
Moved from Forum italiano (Italian) to Forum di discussione italiano.

Ops, sorry se ho sbagliato stanza...

Quote:

il problema è che il testo nel file non è utf-8.

quando lo salvi con notepad, devi scegliere "codifica utf-8"

hai ragione! :)

Però, che voi sappiate, c'è modo di convertire ogni file uploadato in utf8?

Tnx!
Back to top
View user's profile Send private message
makoomba
Bodhisattva
Bodhisattva


Joined: 03 Jun 2004
Posts: 1856

PostPosted: Wed May 09, 2007 4:50 pm    Post subject: Reply with quote

salade wrote:
Però, che voi sappiate, c'è modo di convertire ogni file uploadato in utf8?

iconv
_________________
When all else fails, read the instructions.
Back to top
View user's profile Send private message
salade
Apprentice
Apprentice


Joined: 10 May 2004
Posts: 170

PostPosted: Wed May 09, 2007 6:04 pm    Post subject: Reply with quote

iconv funziona, ma non saprei come lanciarlo ad ogni file uppato...
in ogni caso problema risolto!

Grazie!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Forum italiano (Italian) Forum di discussione italiano 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