|
The Problem
Those of us working in the field of multilingual computing regularly have to figure out the character encoding of a file.
This is often the case when handling files [software message files, html files, html fragment files etc.] returned from translation vendors. No offence vendors, but sometimes files are returned in an encoding different to what was requested! So while you may know the language of the page, you may not know the character encoding. In today's sophisticated web content authoring systems, fragments of html files are often sent to vendors for translation. Different fragments might contain the masthead, the left navigation, the footer and another one for the actual main content. When the localized files are eventually compiled into a single HTML file, if they're not all in the same character encoding, you'll get some garbled results. So it's important to know the character encoding of your files.
The Solution
There are a few tools & tricks that can be used:
|
| |||||
|
| ||||||||||||