﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
12496	Charset in docprops plugin is not recognized	datalink		"1. Open document properties sample
2. Insert below meta tag into page (under title :)). You can also insert doctype but this has no effect on result.
{{{
<meta charset=""utf-8"" />
}}}
3. Open document properties dialog and notice that charset it not set in dialog.
4. When you set charset to UTF-8 in dialog, below meta tag is inserted:
{{{
<meta http-equiv=""Content-Type"" content=""text/html; charset=utf-8"" />
}}}
This problem can be reproduced from CKEditor 4.0 beta.

----

In current version the problem gets worse.
1. Let's say that you have removed HTML5 charset and decided to use HTML4 charset. 
2. In current version (latest master) this charset is also not recognized. What is more every time you set utf-8 charset in dialog, new tag gets inserted so you can end up with multiple meta tags inserted into page.

----

Shouldn't charset meta tag be somehow dependent on doctype or this is something developer/user should know when creating page?
"	Bug	confirmed	Normal		General	4.0 Beta			
