The MySQL database is currently set to UTF-8.
My first question would be is this OK to continue or should it be changed to something else?
Secondly, if UTF-8 is OK, would the META data be setup as:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="ko">
<head>
<meta http-equiv="content-language" content="ko">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
I am kind of shooting in the dark here to be honest.
bradgrafelman - I used "SET NAMES utf8;" and the questions marks changed to other symbols but none of which match the content stored in my database.
I am sure there is a simple solution and its just getting th ecombination of database and meta tags correct maybe?
If someone could correct the META tag data above and maybe confirm what the encoding of the database should be I will take it from their!
Thanks for helping and reading.