Index: /CKEditor/trunk/_source/plugins/specialchar/dialogs/specialchar.js
===================================================================
--- /CKEditor/trunk/_source/plugins/specialchar/dialogs/specialchar.js	(revision 7163)
+++ /CKEditor/trunk/_source/plugins/specialchar/dialogs/specialchar.js	(revision 7164)
@@ -229,5 +229,5 @@
 						else
 						{
-							var _tmpName = character.toLowerCase().replace( '&', '' ).replace( ';', '' ).replace( '#', '' );
+							var _tmpName = character.replace( '&', '' ).replace( ';', '' ).replace( '#', '' );
 
 							// Use character in case description unavailable.
Index: /CKEditor/trunk/_source/plugins/specialchar/lang/en.js
===================================================================
--- /CKEditor/trunk/_source/plugins/specialchar/lang/en.js	(revision 7163)
+++ /CKEditor/trunk/_source/plugins/specialchar/lang/en.js	(revision 7164)
@@ -37,44 +37,76 @@
 	frac34: "Vulgar fraction three quarters",
 	iquest: "Inverted question mark",
-	agrave: "Latin small letter a with grave",
-	aacute: "Latin small letter a with acute",
+	Agrave: "Latin capital letter A with grave accent",
+	Aacute: "Latin capital letter A with acute accent",
+	Acirc: "Latin capital letter A with circumflex",
+	Atilde: "Latin capital letter A with tilde",
+	Auml: "Latin capital letter A with diaeresis",
+	Aring: "Latin capital letter A with ring above",
+	AElig: "Latin Capital letter Æ",
+	Ccedil: "Latin capital letter C with cedilla",
+	Egrave: "Latin capital letter E with grave accent",
+	Eacute: "Latin capital letter E with acute accent",
+	Ecirc: "Latin capital letter E with circumflex",
+	Euml: "Latin capital letter E with diaeresis",
+	Igrave: "Latin capital letter I with grave accent",
+	Iacute: "Latin capital letter I with acute accent",
+	Icirc: "Latin capital letter I with circumflex",
+	Iuml: "Latin capital letter I with diaeresis",
+	ETH: "Latin capital letter Eth",
+	Ntilde: "Latin capital letter N with tilde",
+	Ograve: "Latin capital letter O with grave accent",
+	Oacute: "Latin capital letter O with acute accent",
+	Ocirc: "Latin capital letter O with circumflex",
+	Otilde: "Latin capital letter O with tilde",
+	Ouml: "Latin capital letter O with diaeresis",
+	times: "Multiplication sign",
+	Oslash: "Latin capital letter O with stroke",
+	Ugrave: "Latin capital letter U with grave accent",
+	Uacute: "Latin capital letter U with acute accent",
+	Ucirc: "Latin capital letter U with circumflex",
+	Uuml: "Latin capital letter U with diaeresis",
+	Yacute: "Latin capital letter Y with acute accent",
+	THORN: "Latin capital letter Thorn",
+	szlig: "Latin small letter sharp s",
+	agrave: "Latin small letter a with grave accent",
+	aacute: "Latin small letter a with acute accent",
 	acirc: "Latin small letter a with circumflex",
 	atilde: "Latin small letter a with tilde",
 	auml: "Latin small letter a with diaeresis",
 	aring: "Latin small letter a with ring above",
-	aelig: "Latin small letter ae",
+	aelig: "Latin small letter æ",
 	ccedil: "Latin small letter c with cedilla",
-	egrave: "Latin small letter e with grave",
-	eacute: "Latin small letter e with acute",
+	egrave: "Latin small letter e with grave accent",
+	eacute: "Latin small letter e with acute accent",
 	ecirc: "Latin small letter e with circumflex",
 	euml: "Latin small letter e with diaeresis",
-	igrave: "Latin small letter i with grave",
-	iacute: "Latin small letter i with acute",
+	igrave: "Latin small letter i with grave accent",
+	iacute: "Latin small letter i with acute accent",
 	icirc: "Latin small letter i with circumflex",
 	iuml: "Latin small letter i with diaeresis",
 	eth: "Latin small letter eth",
 	ntilde: "Latin small letter n with tilde",
-	ograve: "Latin small letter o with grave",
-	oacute: "Latin small letter o with acute",
+	ograve: "Latin small letter o with grave accent",
+	oacute: "Latin small letter o with acute accent",
 	ocirc: "Latin small letter o with circumflex",
 	otilde: "Latin small letter o with tilde",
 	ouml: "Latin small letter o with diaeresis",
-	times: "Multiplication sign",
+	divide: "Division sign",
 	oslash: "Latin small letter o with stroke",
-	ugrave: "Latin small letter u with grave",
-	uacute: "Latin small letter u with acute",
+	ugrave: "Latin small letter u with grave accent",
+	uacute: "Latin small letter u with acute accent",
 	ucirc: "Latin small letter u with circumflex",
 	uuml: "Latin small letter u with diaeresis",
-	yacute: "Latin small letter y with acute",
+	yacute: "Latin small letter y with acute accent",
 	thorn: "Latin small letter thorn",
-	szlig: "Latin small letter sharp s",
-	divide: "Division sign",
 	yuml: "Latin small letter y with diaeresis",
+	OElig: "Latin capital ligature OE",
 	oelig: "Latin small ligature oe",
-	'372': "Latin capital letter w with circumflex",
-	'374': "Latin capital letter y with circumflex",
+	'372': "Latin capital letter W with circumflex",
+	'374': "Latin capital letter Y with circumflex",
 	'373': "Latin small letter w with circumflex",
 	'375': "Latin small letter y with circumflex",
-	8219: "Single high-reversed-9 quotation mark",
+	sbquo: "Single low-9 quotation mark",
+	'8219': "Single high-reversed-9 quotation mark",
 	bdquo: "Double low-9 quotation mark",
 	hellip: "Horizontal ellipsis",
@@ -82,8 +114,8 @@
 	'9658': "Black right-pointing pointer",
 	bull: "Bullet",
-	rarr: "Rightwards double arrow",
-	harr: "Left right double arrow",
+	rarr: "Rightwards arrow",
+	rArr: "Rightwards double arrow",
+	hArr: "Left right double arrow",
 	diams: "Black diamond suit",
-	asymp: "Almost equal to",
-	sbquo: "Single low-9 quotation mark"
+	asymp: "Almost equal to"
 });
Index: /CKEditor/trunk/_source/plugins/specialchar/plugin.js
===================================================================
--- /CKEditor/trunk/_source/plugins/specialchar/plugin.js	(revision 7163)
+++ /CKEditor/trunk/_source/plugins/specialchar/plugin.js	(revision 7164)
@@ -50,5 +50,5 @@
 
 /**
-  * The list of special characters visible in Special Character dialog.
+  * The list of special characters visible in the Special Character dialog window.
   * @type Array
   * @example
@@ -67,4 +67,4 @@
 		'q','r','s','t','u','v','w','x','y','z',
 		'{','|','}','~',
-		"&euro;", "&lsquo;", "&rsquo;", "&ldquo;", "&rdquo;", "&ndash;", "&mdash;", "&iexcl;", "&cent;", "&pound;", "&curren;", "&yen;", "&brvbar;", "&sect;", "&uml;", "&copy;", "&ordf;", "&laquo;", "&not;", "&reg;", "&macr;", "&deg;", "&", "&sup2;", "&sup3;", "&acute;", "&micro;", "&para;", "&middot;", "&cedil;", "&sup1;", "&ordm;", "&", "&frac14;", "&frac12;", "&frac34;", "&iquest;", "&Agrave;", "&Aacute;", "&Acirc;", "&Atilde;", "&Auml;", "&Aring;", "&AElig;", "&Ccedil;", "&Egrave;", "&Eacute;", "&Ecirc;", "&Euml;", "&Igrave;", "&Iacute;", "&Icirc;", "&Iuml;", "&ETH;", "&Ntilde;", "&Ograve;", "&Oacute;", "&Ocirc;", "&Otilde;", "&Ouml;", "&times;", "&Oslash;", "&Ugrave;", "&Uacute;", "&Ucirc;", "&Uuml;", "&Yacute;", "&THORN;", "&szlig;", "&agrave;", "&aacute;", "&acirc;", "&atilde;", "&auml;", "&aring;", "&aelig;", "&ccedil;", "&egrave;", "&eacute;", "&ecirc;", "&euml;", "&igrave;", "&iacute;", "&icirc;", "&iuml;", "&eth;", "&ntilde;", "&ograve;", "&oacute;", "&ocirc;", "&otilde;", "&ouml;", "&divide;", "&oslash;", "&ugrave;", "&uacute;", "&ucirc;", "&uuml;", "&uuml;", "&yacute;", "&thorn;", "&yuml;", "&OElig;", "&oelig;", "&#372;", "&#374", "&#373", "&#375;", "&sbquo;", "&#8219;", "&bdquo;", "&hellip;", "&trade;", "&#9658;", "&bull;", "&rarr;", "&rArr;", "&hArr;", "&diams;", "&asymp;"
+		"&euro;", "&lsquo;", "&rsquo;", "&ldquo;", "&rdquo;", "&ndash;", "&mdash;", "&iexcl;", "&cent;", "&pound;", "&curren;", "&yen;", "&brvbar;", "&sect;", "&uml;", "&copy;", "&ordf;", "&laquo;", "&not;", "&reg;", "&macr;", "&deg;", "&sup2;", "&sup3;", "&acute;", "&micro;", "&para;", "&middot;", "&cedil;", "&sup1;", "&ordm;", "&frac14;", "&frac12;", "&frac34;", "&iquest;", "&Agrave;", "&Aacute;", "&Acirc;", "&Atilde;", "&Auml;", "&Aring;", "&AElig;", "&Ccedil;", "&Egrave;", "&Eacute;", "&Ecirc;", "&Euml;", "&Igrave;", "&Iacute;", "&Icirc;", "&Iuml;", "&ETH;", "&Ntilde;", "&Ograve;", "&Oacute;", "&Ocirc;", "&Otilde;", "&Ouml;", "&times;", "&Oslash;", "&Ugrave;", "&Uacute;", "&Ucirc;", "&Uuml;", "&Yacute;", "&THORN;", "&szlig;", "&agrave;", "&aacute;", "&acirc;", "&atilde;", "&auml;", "&aring;", "&aelig;", "&ccedil;", "&egrave;", "&eacute;", "&ecirc;", "&euml;", "&igrave;", "&iacute;", "&icirc;", "&iuml;", "&eth;", "&ntilde;", "&ograve;", "&oacute;", "&ocirc;", "&otilde;", "&ouml;", "&divide;", "&oslash;", "&ugrave;", "&uacute;", "&ucirc;", "&uuml;", "&yacute;", "&thorn;", "&yuml;", "&OElig;", "&oelig;", "&#372;", "&#374", "&#373", "&#375;", "&sbquo;", "&#8219;", "&bdquo;", "&hellip;", "&trade;", "&#9658;", "&bull;", "&rarr;", "&rArr;", "&hArr;", "&diams;", "&asymp;"
 	];
