note 79637 deleted from function.mysql-set-charset by felipe
| Newsgroups | php.notes |
|---|---|
| Message-ID | <[email protected]> |
Note Submitter: guenther dot stadler at gmx dot net ---- It took me about an hour to find out that "a valid character set name" is not what I was trying to use: Using "utf-8" is wrong, because MySQL uses the not-so-standard name "utf8" for that. Maybe we could get a link to a list of all those "valid character set names"? Thanks!