Re: Still upgrading to Tiger, MySQL accentuated characters issue
Re: Still upgrading to Tiger, MySQL accentuated characters issue
- Subject: Re: Still upgrading to Tiger, MySQL accentuated characters issue
- From: Michael Holtermann <email@hidden>
- Date: Sun, 7 Aug 2005 15:45:35 +0200
Am Sonntag, 7. August 2005 15:35 schrieb Dev WO:
> Hi Michael,
> I have
> AddCharset UTF-8 .utf8
No, unless .utf8 is the extension of your files that are presented by the
webserver. I'm not sure, but .php would be fine. From the Apache manual:
AddCharset Directive
Description: Maps the given filename extensions to the specified content
charset
Syntax: AddCharset charset extension [extension] ...
Context: server config, virtual host, directory, .htaccess
Don't forget to reload your server config. You may use the line in
a .htaccess-file, so it won't bother other websites.
If this does not work, please see the phpmyadmin manual. I think your
MySQL-setup is correct, sinve you're able to see the right values with your
desktop applications, aren't you?
OTOH, it could be possible that you declared utf-8 in MySQL, but your
application uses MacOSEncoding, resulting in garbage. You could analyze the
packets with a network sniffer to see what's transmitted...
HTH, Michael.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden