Importing foreign encoded text filesBefore importing foreign-language files or text files from other platforms, you need to know the type of encoding they were written with. If the text was saved with an encoding not recognized by your operating system, it won't display properly. However, the HTML code is still valid. To insert foreign script, you must display your GoLive document in the Source Code Editor, and paste the double-byte text into it. To import foreign encoded text files:
This inserts the encoding information in the head section of the page. (For information on adding language encodings to the File > Document Encoding menu, see Setting language scripts and font preferences.) If your text contains characters that are used in HTML syntax, such as "<", ">", and "&", you must use the proper HTML notation for special characters, such as "<", ">", and "&"; otherwise, GoLive interprets them as HTML tags when it reads the text-only file. The text will not display properly without the necessary operating system and fonts. To preview the page, you must use a Web browser with the correct encoding running on the necessary operating system. Note: Switching encodings while in the Source Code Editor in the document window changes the character set information, not the encoding information, for the current page. |