Netscape Composer Tips | Dreamweaver Tips
Many developers use Microsoft FrontPage on a PC in conjunction with the Windows keyboard utilities to create non-English Web sites. This is an effective tool, but care must be taken not to make the pages incompatible outside a PC computer.
Users need to have the Windows keyboards input locales for that script and fonts compliant with the encoding.
Accented letters can be inserted via the Insert Symbol palette or via Windows Alt codes. When using Alt codes, check the code in HTML view to be sure the entity codes have been used.
See Front Page instructions at Viet Unicode on how to change the default encoding in Front Page so that all pages are Unicode.
Developers need a recent version of Microsoft FrontPage, the relevant fonts installed, and the Windows keyboard for that language or script installed and activated. To configure FrontPage:
NOTE: These instructions are for the Windows version of FrontPage.
NOTE: Results may vary with different scripts. When in doubt, preview in a live browser.
Another option is to cut/paste or import Unicode text, then format it for the Web.
This is best used for extended passages of scripts such as Cyrillic, Chinese, Japanese, Korean, Arabic, Thai, Central European languages or Hebrew which are widely supported in browser preferences.
<head>
<meta http-equiv="Content-Type" content="text/html; charset=win-1251">
(Cyrillic Windows)
</head>
