Christos Panagiotakis wrote: > When I first upload a site in Greek Language I saw that > the client app (eg Firefox) cannot recognize the language > and the output is something like this. > Ôá ÷åßëç ìïõ åßíáé ìáôùìÝíá. Ðëçãþèçêáí ÷èåò üôáí ôá äÜãêùóá ðñïóðáèþíôáò íá > óõãêñáôÞóù ôá > Changing from menu View > Character encoding > greek > then I can see the output correctly. > But if I do right click > view source the source is again > the same (not-understandable like above) > even with greek character encoding or not. > Before sending this email I tried to see the same page from > multiple pc to see If only my pc has this problem, but not. > The strange one is if I am going to edit one of these files > with nano the content is ok (greek not something non-understnadable). > Only when displaying it through apache is a mess.
the default encoding of apache is iso-8859-1, you should edit httpd.conf and change it.. or change it on a per-directory basis with either <Directory > statements or .htaccess.. Cheers, -- Morten :wq _______________________________________________ tsl-discuss mailing list [email protected] http://lists.trustix.org/mailman/listinfo/tsl-discuss
