Does the php support utf8?
Does the php support utf8?
also the mysql support the utf8?
| alin wrote: |
| Does the php support utf8? |
I guess the answer on your question depends on what you exactly mean.
E.g. there is the utf8_encode() function; many PEAR packages can output UTF-8, and so on.
| alin wrote: |
| also the mysql support the utf8? |
Yes, it does (since MySQL 4.1).
