|
BobbyDouglas -> Displaying French characters (4/17/2008 16:42:43)
|
A project I am working on requires a french translation of the text. So I sent the client the html files, they translated all of the english text into french. For example: [image]http://www.rp-s.com/junk/french/declaration.jpg[/image] When this displays on the web page, it looks like: [image]http://www.rp-s.com/junk/french/declaration-display.jpg[/image] I have declared the content type here: <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> What am I missing here? Anyone ever worked with multi-language websites? edit, forgot to add I have declared the lang attributes too: <html xmlns="http://www.w3.org/1999/xhtml" lang="fr" xml:lang="fr">
|
|
|
|