Netscape Composer Tips | FrontPage (PC) Tips
Most recent versions of Dreamweaver will create international pages effectively.
Dreamweaver MX 2004 and later allow users to use most of the keyboards. Dreamweaver MX supports text import, but not all keyboards.
You can insert special characters into Dreamweaver by typing them in directly or by going to Insert then Special Characters.
In the default set-up, Dreamweaver pages are encoded as Latin 1 (ISO-8859-1). When you type an accented letter such as ñ, Dreamweaver converts it to the appropriate entity code (e.g. ñ)
However, if your page is set up for some other encoding system such as Unicode and you type directly into Dreamweaver, the conversion from typed character to entity code will be disabled. If you need your pages to be in Unicode, but wish to use entity codes, they need to be entered manually in the code pane.
The default encoding for HTML documents created in U.S. Dreamweaver is Latin-1. To change the default encoding for new HTML documents to something else such as Unicode, do the following.
Developers need a recent version of Dreamweaver and the relevant fonts installed. You should also configure Dreamweaver to work with a non-English HTML file.

One way to work with Dreamweaver is to open an encoded HTML file and then add the formatting or style tags as needed.
These text editors allow you to easily type encoded text then export them as properly encoded HTML or text files.
NOTE: Because of Microsoft HTML formatting issues, export from Microsoft Word is not recommended.
If you use this option, try to use only minimal formatting in the text editor then add formatting within Dreamweaver.
For some major scripts, you can type directly into Dreamweaver by switching your keyboards. Keyboards for any scripts you wish to use must first be installed and activated. See the Keyboards section for more details on how to activate keyboards. Supported keyboards include the Windows U.S. International Keyboard and the OS X Extended keyboard codes.
Note: If switching keyboards does not work, then make sure the encoding meta tag is set differently from Latin 1.
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
