KillerMuffin
Seraphically Disinclined
- Joined
- Jul 29, 2000
- Posts
- 25,603
Laurel, I went to http://www.chosunilbo.com and took a looksee at their source code to see what kind of font tags they used. I don't know how much help it would be to you, but I copied the head, here it is.
The gibberish isn't what Korean looks like, it's what the roman character set reads Korean as. The only thing for font that I could see was a font size. I think that this would hold true if you used an arabic or (ack!) chinese character set as well. The words just aren't formed the same.
<html>
<head><title>µðÁöƲÁ¶¼±ÀϺ¸ (Digital Chosun)</title>
<meta http-equiv="content-type" content="text/html;charset=euc-kr">
<link rel=stylesheet href=/img/200011/css_index.css>
<script language="**********">
<!--
function change(form) {
if (form.url.selectedIndex != 0)
parent.location = form.url.options[form.url.selectedIndex].value ;
}
function befSubMit(Form) {
if( Form.QU.value == "") {
alert("ÁúÀǾ ÀÔ·ÂÇϽʽÿä")
Form.QU.focus();
return false
}
return true
}
function startSearch(){
searchString = document.searchForm.searchText.value;
if(searchString == ''){
alert('°Ë»ö¾î¸¦ ÀÔ·ÂÇϽÅÈÄ °Ë»öÇØ ÁÖ¼¼¿ä');
return false;
}
finalSearchString = "";
finalSearchString = "LookSmartSearch.jsp?QueryString=" +searchString + "";
document.QueryForm.QueryString.value = document.searchForm.searchText.value;
document.QueryForm.submit();
return false;
}
//-->
</script>
</head>
The gibberish isn't what Korean looks like, it's what the roman character set reads Korean as. The only thing for font that I could see was a font size. I think that this would hold true if you used an arabic or (ack!) chinese character set as well. The words just aren't formed the same.
<html>
<head><title>µðÁöƲÁ¶¼±ÀϺ¸ (Digital Chosun)</title>
<meta http-equiv="content-type" content="text/html;charset=euc-kr">
<link rel=stylesheet href=/img/200011/css_index.css>
<script language="**********">
<!--
function change(form) {
if (form.url.selectedIndex != 0)
parent.location = form.url.options[form.url.selectedIndex].value ;
}
function befSubMit(Form) {
if( Form.QU.value == "") {
alert("ÁúÀǾ ÀÔ·ÂÇϽʽÿä")
Form.QU.focus();
return false
}
return true
}
function startSearch(){
searchString = document.searchForm.searchText.value;
if(searchString == ''){
alert('°Ë»ö¾î¸¦ ÀÔ·ÂÇϽÅÈÄ °Ë»öÇØ ÁÖ¼¼¿ä');
return false;
}
finalSearchString = "";
finalSearchString = "LookSmartSearch.jsp?QueryString=" +searchString + "";
document.QueryForm.QueryString.value = document.searchForm.searchText.value;
document.QueryForm.submit();
return false;
}
//-->
</script>
</head>