fleszar11 / editease

Automatically exported from code.google.com/p/editease
0 stars 0 forks source link

Translation to Danish (with european characters) #12

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Updating text-strings to danish with Æ, Ø, and Å

What is the expected output? What do you see instead?
Ex. is (Choose page) that should look like (Vælg side) looks like: (V�lg 
side)

What version of the product are you using? On what operating system?
1.5.1 on Windows 7. Hosted on One.com

Please provide any additional information below.
I think I should write some encoding, but I don't know where?

Original issue reported on code.google.com by kennethb...@gmail.com on 21 Jul 2010 at 7:36

GoogleCodeExporter commented 8 years ago
I know it's an old post, but if others have a similar problem(I had): 
Go to _ee/lib/ckeditor/cfk-edit.php and change charset to utf-8, like this:

Replace this line: <meta http-equiv="Content-Type" content="text/html; 
charset=iso-8859-1" />
with this line: <meta http-equiv="Content-Type" content="text/html; 
charset=utf-8" />

Original comment by kesteinb...@gmail.com on 25 Oct 2011 at 5:16