is anyone familiar with 'multi code-page' web pages ? I kinda mastered 'fixed bi-lingual' web pages where we needed to display Polish 'ogonki' ISO Latin2 chars, we set the vhost to ISO Latin2 ; that allowed the use of English as well as Polish ogonki chars withing the page (as English chars use the lower 127 characters, and, Polish uses both)
then, I needed to use French characters, which caused a problem. so, we set a /french directory, and, defaulted it back to 'ISO Latin1', which allowed French, but, not ogonki anymore so: is there a way to co-exist say French and Polish chars.. on one web page ? where both require different char. sets ? apart from setting Directory / AddDefaultCharset, is there some other way..? <Directory /home/katyn.org.au/www> AddDefaultCharset iso-8859-2 </Directory> I see there is some directives in httpd.conf using language extensions... I guess I need to look at that, but, any expirences or advise welcomed. Voytek Eymont -- SLUG - Sydney Linux User's Group - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
