Index: /CKEditor/trunk/CHANGES.html
===================================================================
--- /CKEditor/trunk/CHANGES.html	(revision 5713)
+++ /CKEditor/trunk/CHANGES.html	(revision 5714)
@@ -35,5 +35,5 @@
 		CKEditor Changelog
 	</h1>
-	
+
 	<h3>
 		CKEditor 3.4 (SVN)</h3>
Index: /CKEditor/trunk/_dev/docs_build/docs_build.conf
===================================================================
--- /CKEditor/trunk/_dev/docs_build/docs_build.conf	(revision 5713)
+++ /CKEditor/trunk/_dev/docs_build/docs_build.conf	(revision 5714)
@@ -1,3 +1,3 @@
-﻿/*
+/*
 	This is an example of one way you could set up a configuration file to more
 	conveniently define some commandline options. You might like to do this if
Index: /CKEditor/trunk/_source/core/dom/range.js
===================================================================
--- /CKEditor/trunk/_source/core/dom/range.js	(revision 5713)
+++ /CKEditor/trunk/_source/core/dom/range.js	(revision 5714)
@@ -1,3 +1,3 @@
-/*
+﻿/*
 Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.
 For licensing, see LICENSE.html or http://ckeditor.com/license
@@ -1247,5 +1247,5 @@
 		 * 	 <dd>Shrink the range boudaries to anchor by the side of enclosed text  node, range remains if there's no text nodes on boundaries at all.</dd>
 		  * </dl>
-		 * @param {Boolean} selectContents Whether result range anchors at the inner OR outer boundary of the node.   
+		 * @param {Boolean} selectContents Whether result range anchors at the inner OR outer boundary of the node.
 		 */
 		shrink : function( mode, selectContents )
Index: /CKEditor/trunk/_source/plugins/colordialog/dialogs/colordialog.js
===================================================================
--- /CKEditor/trunk/_source/plugins/colordialog/dialogs/colordialog.js	(revision 5713)
+++ /CKEditor/trunk/_source/plugins/colordialog/dialogs/colordialog.js	(revision 5714)
@@ -1,3 +1,3 @@
-/*
+﻿/*
 Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.
 For licensing, see LICENSE.html or http://ckeditor.com/license
Index: /CKEditor/trunk/_source/plugins/dialogui/plugin.js
===================================================================
--- /CKEditor/trunk/_source/plugins/dialogui/plugin.js	(revision 5713)
+++ /CKEditor/trunk/_source/plugins/dialogui/plugin.js	(revision 5714)
Index: /CKEditor/trunk/_source/plugins/floatpanel/plugin.js
===================================================================
--- /CKEditor/trunk/_source/plugins/floatpanel/plugin.js	(revision 5713)
+++ /CKEditor/trunk/_source/plugins/floatpanel/plugin.js	(revision 5714)
@@ -133,6 +133,6 @@
 						display	: ''
 					});
-				// Don't use display or visibility style because we need to  
-				// calculate the rendering layout later and focus the element.  
+				// Don't use display or visibility style because we need to
+				// calculate the rendering layout later and focus the element.
 				element.setOpacity( 0 );
 
Index: /CKEditor/trunk/_source/plugins/htmldataprocessor/plugin.js
===================================================================
--- /CKEditor/trunk/_source/plugins/htmldataprocessor/plugin.js	(revision 5713)
+++ /CKEditor/trunk/_source/plugins/htmldataprocessor/plugin.js	(revision 5714)
@@ -1,3 +1,3 @@
-/*
+﻿/*
 Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.
 For licensing, see LICENSE.html or http://ckeditor.com/license
Index: /CKEditor/trunk/_source/plugins/indent/plugin.js
===================================================================
--- /CKEditor/trunk/_source/plugins/indent/plugin.js	(revision 5713)
+++ /CKEditor/trunk/_source/plugins/indent/plugin.js	(revision 5714)
@@ -1,3 +1,3 @@
-/*
+﻿/*
 Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.
 For licensing, see LICENSE.html or http://ckeditor.com/license
Index: /CKEditor/trunk/_source/plugins/maximize/plugin.js
===================================================================
--- /CKEditor/trunk/_source/plugins/maximize/plugin.js	(revision 5713)
+++ /CKEditor/trunk/_source/plugins/maximize/plugin.js	(revision 5714)
@@ -227,8 +227,8 @@
 
 							shim =  createIframeShim( container );		// IE6 select element penetration when maximized. (#4459)
-							
+
 							// Add cke_maximized class before resize handle since that will change things sizes (#5580)
 							container.addClass( 'cke_maximized' );
-							
+
 							resizeHandler();
 
Index: /CKEditor/trunk/_source/plugins/pastefromword/filter/default.js
===================================================================
--- /CKEditor/trunk/_source/plugins/pastefromword/filter/default.js	(revision 5713)
+++ /CKEditor/trunk/_source/plugins/pastefromword/filter/default.js	(revision 5714)
@@ -1,3 +1,3 @@
-/*
+﻿/*
 Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.
 For licensing, see LICENSE.html or http://ckeditor.com/license
@@ -160,9 +160,9 @@
 				else
 				{
-					if ( /[l\u00B7\u2002]/.test( bulletStyle[ 1 ] ) ) //l·•
+					if ( /[l\u00B7\u2002]/.test( bulletStyle[ 1 ] ) )
 						bulletStyle = 'disc';
-					else if ( /[\u006F\u00D8]/.test( bulletStyle[ 1 ] ) )  //oØ
+					else if ( /[\u006F\u00D8]/.test( bulletStyle[ 1 ] ) )
 						bulletStyle = 'circle';
-					else if ( /[\u006E\u25C6]/.test( bulletStyle[ 1 ] ) ) //n◆
+					else if ( /[\u006E\u25C6]/.test( bulletStyle[ 1 ] ) )
 						bulletStyle = 'square';
 					else
Index: /CKEditor/trunk/_source/plugins/resize/plugin.js
===================================================================
--- /CKEditor/trunk/_source/plugins/resize/plugin.js	(revision 5713)
+++ /CKEditor/trunk/_source/plugins/resize/plugin.js	(revision 5714)
@@ -12,5 +12,5 @@
 		!config.resize_dir && ( config.resize_dir = 'both' );
 		( config.resize_maxWidth == undefined ) && ( config.resize_maxWidth = 3000 );
-		( config.resize_maxHeight == undefined ) && ( config.resize_maxHeight = 3000 ); 
+		( config.resize_maxHeight == undefined ) && ( config.resize_maxHeight = 3000 );
 		( config.resize_minWidth == undefined ) && ( config.resize_minWidth = 750 );
 		( config.resize_minHeight == undefined ) && ( config.resize_minHeight = 250 );
@@ -156,3 +156,2 @@
  * config.resize_dir = 'vertical';
  */
-
Index: /CKEditor/trunk/_source/plugins/scayt/plugin.js
===================================================================
--- /CKEditor/trunk/_source/plugins/scayt/plugin.js	(revision 5713)
+++ /CKEditor/trunk/_source/plugins/scayt/plugin.js	(revision 5714)
@@ -1,3 +1,3 @@
-/*
+﻿/*
 Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.
 For licensing, see LICENSE.html or http://ckeditor.com/license
Index: /CKEditor/trunk/_source/plugins/selection/plugin.js
===================================================================
--- /CKEditor/trunk/_source/plugins/selection/plugin.js	(revision 5713)
+++ /CKEditor/trunk/_source/plugins/selection/plugin.js	(revision 5714)
@@ -1,3 +1,3 @@
-/*
+﻿/*
 Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.
 For licensing, see LICENSE.html or http://ckeditor.com/license
Index: /CKEditor/trunk/_source/plugins/styles/plugin.js
===================================================================
--- /CKEditor/trunk/_source/plugins/styles/plugin.js	(revision 5713)
+++ /CKEditor/trunk/_source/plugins/styles/plugin.js	(revision 5714)
@@ -1,3 +1,3 @@
-/*
+﻿/*
 Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.
 For licensing, see LICENSE.html or http://ckeditor.com/license
Index: /CKEditor/trunk/_source/plugins/wysiwygarea/plugin.js
===================================================================
--- /CKEditor/trunk/_source/plugins/wysiwygarea/plugin.js	(revision 5713)
+++ /CKEditor/trunk/_source/plugins/wysiwygarea/plugin.js	(revision 5714)
@@ -456,5 +456,5 @@
 
 									// Prevent right click from selecting an empty block even
-									// when selection is anchored inside it. (#5845) 
+									// when selection is anchored inside it. (#5845)
 									if ( !target.getOuterHtml().replace( emptyParagraphRegexp, '' ) )
 									{
