HTML >
not really a project; just some notes
See also:
Korean-language pages ∞
- On Windows: Install support for languages with hieroglyphs.
-
Create an HTML document with:
meta http-equiv="Content-Type" content="text/html; charset=euc-kr"
You can view the source of another website’s Korean-language text, copy it and paste it into your editor. Some editors will not work; WordPad and zend [ 1 ] I do not know what I meant by “zend”. Perhaps it’s a reference to the editor in Zend Studio but I never used that. It’s likely this text was a quote from someone else and they did mean Zend Studio. I don’t have an original source and a cursory didn’t find anything. do not. Notepad works.
note – this was probably mangled by being ported through multiple content management systems and filesystems.
<pre> <html> <head> <title>사랑을 방문해 주셔서 감사합니다</title> <meta http-equiv="Content-Type" content="text/html; charset=euc-kr"> </head> 미국에서는 무료 무선 인터넷 접속 서비스가 다양한 도시에서 전개된다. 도시 도처에서 무선 인터넷 접속 서비스를 이용할 수 있기 때문에 아이의 인터넷 접속을 관리하고 싶다고 생각하는 보호자에게 있어서 새로운 고민거리가 증가할지도 모른다.</b> <br /> </body> </html> </pre>
Footnotes
| ^ 1 | I do not know what I meant by “zend”. Perhaps it’s a reference to the editor in Zend Studio but I never used that. It’s likely this text was a quote from someone else and they did mean Zend Studio. I don’t have an original source and a cursory didn’t find anything. |

ported