Korean is primarily written in a phonetic based syllabic alphabet called Hangul which was invented in the 1440's to replace older writing systems based on the Chinese script. Each symbol in Hangul is a actually a composite which includes a consonant and following vowel. See the links below for more information on Hangul.
Like other syllabaries, Hangul has a relatively large inventory of individual characters corresponding to possible consonant plus vowel combinations. In addition, slightly under 2,000 Chinese characters are still used to some extent, so encoding systems must include these as well.
In order to integrate foreign scripts into your computer, you must set up "keyboard" or input utilities in your operating system. These utilities will allow you to switch between typing English and other languages in word processors and Web tools. This process will also make sure the correct fonts are installed and available on your operating system.
Microsoft provides a variety of free keyboard utlities, but they must be installed from the disk, then activated from the Regional Control Panel.
Student Computing Labs - The utilities are installed in the University Park Student Computing Labs, but students must install the utlities by going to the Start menu then International Language Support » Microsoft » Office Microsoft Office Asian Character Input Support.
Home Computers - Several Asian and Middle Eastern keyboards are available in Windows, but you may have to install it from the Windows System disk because it is a complex script. After that you can activate the keyboards from the Regional Control Panel.
See Windows East Asian Keyboards for detailed instructions with screen captures.
Once the keyboards have been installed, they must be activated in the Regional Control Panel. Read the summary instructions below or go to Windows East Asian Keyboards for detailed instructions with screen captures.
The international word processor Global Writer is available in the Student Computing Labs. This allows users to easily switch keyboards, including phonetic keyboards which mimic a QWERTY keyboard.
CLC Student Computing Labs: To open Global Writer, go to the Start » International Language Support » Unitype Global Writer.
Global Writer is available from Unitype for personal purchase.
Student Computing Labs - Many language keyboards have been activated in the labs and are available through the flag menu on the upper right. Skip to Step #4 in the instructions below.
Home Computers - A variety of keyboards are available from Apple, but you may have to install it from the Macintosh System disk then they can be activated through the International System Preferences. See details below.
See the Macintosh Keyboard Activation for complete instructions with screen captures.
If you are not familiar with any of the Korean keyboard utilities, you may use the steps below to insert the Won. Below are the codes for typing a Won currency sign in different platforms.
| Platform | Description |
|---|---|
| Windows | Within Microsoft Office, you can input Alt+8361. If this code does not work, then use the Character Map (the character is in the Currency block). If neccessary, switch the font to a Korean font or Arial Unicode MS. |
| Macintosh | Activate the Unicode Hex Input keyboard, then input Option+20A9. The font may switch to a Korean font or Lucida Grande. |
| HTML | Use the code ₩ or ₩ to insert a Won symbol. See details on the Unicode Entity code page. |
When Korean is transliterated into English, long marks and short marks are used in the writing system. These can be written in one of several ways depending on the operating system.
If you are using a recent version of Microsoft Word (2003/2007/2010), you can use the following ALT key plus a numeric code can be used to type a Latin character (accented letter or punctuation symbol) in any Windows application.
|
|
|
|
For Unicode Compliant Applications, you can activate U.S. Extended keyboard to type the long marks.
| ACCENT | SAMPLE | TEMPLATE |
|---|---|---|
| Macron | ā, Ā | Option+A, V |
| Breve | ă, Ă | Option+B,V |
For example, to insert lowercase short ă, you would type Option+B, then A.
If you have your browser configured correctly, the Web sites above should display the correct characters. If you have difficulties, see list below for font and browser configuration instructions.
www.hyundai.com/kr/PurchaseInfo/StoreInfo/Search_Store.aspx
Please note which fonts are needed for each platform before viewing instructions to configure your browsers in the Preferences or Tools menu. Most browsers are recommended, but older browsers like Netscape 4.7 may need more adjustments.
All modern browsers support this script. Click link in list to view configuration instructions. In some cases, you will be asked to match a script with a font.
If you see Roman character gibberish instead of Korean you will need to manually switch from Western encoding view to the Korean encoding under the View menu of your browser.
These are the codes which allow browsers and screen readers to process data as the appropriate language. All letters in codes are lower case.
Computers process text by assuming a certain encoding or a system of matching electronic data with visual text characters. Whenever you develop a Web site you need to make sure the proper encoding is specified in the header tags; otherwise the browser may default to U.S. settings and not display the text properly.
To declare an encoding, insert or inspect the following meta-tag at the top of your HTML file, then replace "???" with one of the encoding codes listed above. If you are not sure, use utf-8 as the encoding.
Generic Encoding Template
<head>
<meta http-equiv="Content-Type" content="text/html; charset=??? ">
...
<head>Declare Unicode
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8 ">
...
<head>
The final close slash must be included after the final quote mark in the encoding header tag if you are using XHTML
Declare Unicode in XHTML
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
...
<head>
If no encoding is declared, then the browser uses the default setting, which in the U.S. is typically Latin-1. In that case many Unicode characters could be displayed incorrectly. Also, older browsers such as Netscape 4.7 may not be able to process the entity codes correctly without the "utf-8" declaration.
Language tags are also suggested so that search engines and screen readers parse the language of a page. These are metadata tags which indicate the language of a page, not devices to trigger translation. Visit the Language Tag page to view information on where to insert it.
One option is to use Dreamweaver, Microsoft Expression or other Web editor and change the keyboard to the correct script. This will allow you to type content in directly with the appropriate script. However, it is important to verify that the correct encoding is specified in the Web page header.
Another option is to compose the basic text in an international or foreign language text editor or word processor and export the content as an HTML or text file with the appropriate encoding. This file could be opened in another HTML editor such as Dreamweaver or Microsoft Expression, and edited for formatting.
For Web tools such as Blogs at Penn State, Facebook, Twitter, del.icio.us, Flicker, and others, users can typically change the keyboard and input text. In most cases, this content will be encoded as Unicode.
For best cross-browser support, horizontal text is recommended. There is a way to specify vertical text in CSS, but it's only supported in Internet Explorer for Windows.
©Penn State University, 2000-2011.
This Web page maintained by Teaching and
Learning with Technology, a unit of Information
Technology Services. For questions or comments on this Web page, please
contact Elizabeth J. Pyatt (ejp10@psu.edu).
Unicode character names and hexadecimal entity codes are taken from the public Unicode Character Charts.
Last Modified: Monday, 29-Aug-2011 12:43:22 EDT

