Index: /CKEditor/branches/versions/3.4.x/_samples/assets/swfobject.js
===================================================================
--- /CKEditor/branches/versions/3.4.x/_samples/assets/swfobject.js	(revision 6042)
+++ /CKEditor/branches/versions/3.4.x/_samples/assets/swfobject.js	(revision 6043)
@@ -1,3 +1,3 @@
-/**
+﻿/**
  * SWFObject v1.5: Flash Player detection and embed - http://blog.deconcept.com/swfobject/
  *
Index: /CKEditor/branches/versions/3.4.x/_samples/output_for_flash.html
===================================================================
--- /CKEditor/branches/versions/3.4.x/_samples/output_for_flash.html	(revision 6042)
+++ /CKEditor/branches/versions/3.4.x/_samples/output_for_flash.html	(revision 6043)
@@ -96,5 +96,5 @@
 						 */
 						// Define the way font elements will be applied to the document. The "font"
-						// element will be used. 
+						// element will be used.
 						font_style :
 						{
@@ -138,5 +138,5 @@
 
 /*
- * Adjust the behavior of the dataProcessor to match the 
+ * Adjust the behavior of the dataProcessor to match the
  * requirements of Flash
  */
@@ -173,5 +173,5 @@
 
 	// Output properties as attributes, not styles.
-	htmlFilter.addRules( 
+	htmlFilter.addRules(
 		{
 			elements :
Index: /CKEditor/branches/versions/3.4.x/_source/core/commanddefinition.js
===================================================================
--- /CKEditor/branches/versions/3.4.x/_source/core/commanddefinition.js	(revision 6042)
+++ /CKEditor/branches/versions/3.4.x/_source/core/commanddefinition.js	(revision 6043)
@@ -12,5 +12,5 @@
 /**
  * (Virtual Class) Do not call this constructor. This class is not really part
- * of the API. 
+ * of the API.
  * @name CKEDITOR.commandDefinition
  * @class Virtual class that illustrates the features of command objects to be
Index: /CKEditor/branches/versions/3.4.x/_source/core/config.js
===================================================================
--- /CKEditor/branches/versions/3.4.x/_source/core/config.js	(revision 6042)
+++ /CKEditor/branches/versions/3.4.x/_source/core/config.js	(revision 6043)
@@ -217,5 +217,5 @@
 	 * @type String
 	 * @default '' (empty)
-	 * @example	
+	 * @example
 	 * config.bodyId = 'contents_id';
 	 */
@@ -231,5 +231,5 @@
 	 * @type String
 	 * @default '' (empty)
-	 * @example	
+	 * @example
 	 * config.bodyClass = 'contents';
 	 */
Index: /CKEditor/branches/versions/3.4.x/_source/core/dom/element.js
===================================================================
--- /CKEditor/branches/versions/3.4.x/_source/core/dom/element.js	(revision 6042)
+++ /CKEditor/branches/versions/3.4.x/_source/core/dom/element.js	(revision 6043)
Index: /CKEditor/branches/versions/3.4.x/_source/core/dom/rangelist.js
===================================================================
--- /CKEditor/branches/versions/3.4.x/_source/core/dom/rangelist.js	(revision 6042)
+++ /CKEditor/branches/versions/3.4.x/_source/core/dom/rangelist.js	(revision 6043)
@@ -113,6 +113,6 @@
 
 							range.moveToBookmark( bookmarks.shift() );
-							
-							var next; 
+
+							var next;
 							// Merge ranges finally after moving to bookmarks.
 							while( mergeCount-- )
Index: /CKEditor/branches/versions/3.4.x/_source/core/editor.js
===================================================================
--- /CKEditor/branches/versions/3.4.x/_source/core/editor.js	(revision 6042)
+++ /CKEditor/branches/versions/3.4.x/_source/core/editor.js	(revision 6043)
@@ -782,5 +782,5 @@
 		 * 	        return e.returnValue = "You'll loose the changes made in the editor.";
 		 * }
-		 * 
+		 *
 		 * if ( window.addEventListener )
 		 *     window.addEventListener( 'beforeunload', beforeUnload, false );
Index: /CKEditor/branches/versions/3.4.x/_source/core/eventInfo.js
===================================================================
--- /CKEditor/branches/versions/3.4.x/_source/core/eventInfo.js	(revision 6042)
+++ /CKEditor/branches/versions/3.4.x/_source/core/eventInfo.js	(revision 6043)
@@ -12,5 +12,5 @@
 /**
  * (Virtual Class) Do not call this constructor. This class is not really part
- * of the API. 
+ * of the API.
  * @class Virtual class that illustrates the features of the event object to be
  * passed to event listeners by a {@link CKEDITOR.event} based object.
Index: /CKEditor/branches/versions/3.4.x/_source/core/imagecacher.js
===================================================================
--- /CKEditor/branches/versions/3.4.x/_source/core/imagecacher.js	(revision 6042)
+++ /CKEditor/branches/versions/3.4.x/_source/core/imagecacher.js	(revision 6043)
@@ -55,5 +55,5 @@
 					event.finished = 1;
 				});
-			
+
 			if ( callback )
 				event.on( 'loaded', callback );
Index: /CKEditor/branches/versions/3.4.x/_source/plugins/basicstyles/plugin.js
===================================================================
--- /CKEditor/branches/versions/3.4.x/_source/plugins/basicstyles/plugin.js	(revision 6042)
+++ /CKEditor/branches/versions/3.4.x/_source/plugins/basicstyles/plugin.js	(revision 6043)
@@ -30,5 +30,5 @@
 		};
 
-		var config = editor.config, 
+		var config = editor.config,
 			lang = editor.lang;
 
Index: /CKEditor/branches/versions/3.4.x/_source/plugins/bidi/plugin.js
===================================================================
--- /CKEditor/branches/versions/3.4.x/_source/plugins/bidi/plugin.js	(revision 6042)
+++ /CKEditor/branches/versions/3.4.x/_source/plugins/bidi/plugin.js	(revision 6043)
@@ -50,5 +50,5 @@
 			chromeRoot = editor.container.getChild( 1 ),
 			directionNode = getElementForDirection( evt.data.path.lastElement );
-		
+
 		if ( directionNode && editor.lang.dir != directionNode.getComputedStyle( 'direction' ) )
 			chromeRoot.addClass( 'cke_mixed_dir_content' );
@@ -94,5 +94,5 @@
 
 		var useComputedState = ( 'useComputedState' in editor.config ) ? editor.config.useComputedState : 1;
-		
+
 		var elementDir = useComputedState ? element.getComputedStyle( 'direction' )
 			: element.getStyle( 'direction' ) || element.hasAttribute( 'dir' );
@@ -108,5 +108,5 @@
 		element.removeStyle( 'direction' );
 
-		// Do the second check when computed state is ON, to check 
+		// Do the second check when computed state is ON, to check
 		// if we need to apply explicit direction on this element.
 		if ( useComputedState )
Index: /CKEditor/branches/versions/3.4.x/_source/plugins/contextmenu/plugin.js
===================================================================
--- /CKEditor/branches/versions/3.4.x/_source/plugins/contextmenu/plugin.js	(revision 6042)
+++ /CKEditor/branches/versions/3.4.x/_source/plugins/contextmenu/plugin.js	(revision 6043)
@@ -1,3 +1,3 @@
-/*
+﻿/*
 Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.
 For licensing, see LICENSE.html or http://ckeditor.com/license
@@ -229,5 +229,5 @@
 			{
 				// 'contextmenu' event triggered by Windows menu key is unpreventable,
-				// cancel the key event itself. (#6534)  
+				// cancel the key event itself. (#6534)
 				element.on( 'keypress' , function ( evt )
 				{
Index: /CKEditor/branches/versions/3.4.x/_source/plugins/dialog/plugin.js
===================================================================
--- /CKEditor/branches/versions/3.4.x/_source/plugins/dialog/plugin.js	(revision 6042)
+++ /CKEditor/branches/versions/3.4.x/_source/plugins/dialog/plugin.js	(revision 6043)
@@ -994,6 +994,6 @@
 			var selected = this._.tabs[ id ];
 			selected[ 0 ].addClass( 'cke_dialog_tab_selected' );
-			
-			// [IE] an invisible input[type='text'] will enlarge it's width 
+
+			// [IE] an invisible input[type='text'] will enlarge it's width
 			// if it's value is long when it shows, so we clear it's value
 			// before it shows and then recover it (#5649)
Index: /CKEditor/branches/versions/3.4.x/_source/plugins/floatpanel/plugin.js
===================================================================
--- /CKEditor/branches/versions/3.4.x/_source/plugins/floatpanel/plugin.js	(revision 6042)
+++ /CKEditor/branches/versions/3.4.x/_source/plugins/floatpanel/plugin.js	(revision 6043)
@@ -279,5 +279,5 @@
 
 							// Trigger the onHide event of the previously active panel to prevent
-							// incorrect styles from being applied (#6170) 
+							// incorrect styles from being applied (#6170)
 							var innerElement = element.getFirst(),
 								activePanel;
@@ -319,5 +319,5 @@
 					this.element.setStyle( 'display', 'none' );
 					this.visible = 0;
-					this.element.getFirst().removeCustomData( 'activePanel' ); 
+					this.element.getFirst().removeCustomData( 'activePanel' );
 				}
 			},
Index: /CKEditor/branches/versions/3.4.x/_source/plugins/indent/plugin.js
===================================================================
--- /CKEditor/branches/versions/3.4.x/_source/plugins/indent/plugin.js	(revision 6042)
+++ /CKEditor/branches/versions/3.4.x/_source/plugins/indent/plugin.js	(revision 6043)
@@ -1,3 +1,3 @@
-/*
+﻿/*
 Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.
 For licensing, see LICENSE.html or http://ckeditor.com/license
@@ -398,5 +398,5 @@
 				range.setStartBefore( e.data );
 				range.setEndAfter( e.data );
-				
+
 				var walker = new CKEDITOR.dom.walker( range ),
 					node;
Index: /CKEditor/branches/versions/3.4.x/_source/plugins/list/plugin.js
===================================================================
--- /CKEditor/branches/versions/3.4.x/_source/plugins/list/plugin.js	(revision 6042)
+++ /CKEditor/branches/versions/3.4.x/_source/plugins/list/plugin.js	(revision 6043)
@@ -293,5 +293,5 @@
 					listContents.push( contentNode );
 
-					// Determine the lists's direction. 
+					// Determine the lists's direction.
 					if ( !explicitDirection && contentNode.getDirection() )
 						explicitDirection = 1;
@@ -341,5 +341,5 @@
 					contentBlock.removeAttribute( 'dir' );
 				}
-				
+
 				contentBlock.copyAttributes( listItem );
 				contentBlock.moveChildren( listItem );
Index: /CKEditor/branches/versions/3.4.x/_source/plugins/maximize/plugin.js
===================================================================
--- /CKEditor/branches/versions/3.4.x/_source/plugins/maximize/plugin.js	(revision 6042)
+++ /CKEditor/branches/versions/3.4.x/_source/plugins/maximize/plugin.js	(revision 6043)
@@ -196,5 +196,5 @@
 							// Hide scroll bars.
 							var viewPaneSize = mainWindow.getViewPaneSize();
-							var styles = 
+							var styles =
 								{
 									overflow : 'hidden',
@@ -202,5 +202,5 @@
 									height : ( CKEDITOR.env.opera ? viewPaneSize.height - 16 : 0 ) + 'px'
 								};
-							
+
 							if ( CKEDITOR.env.ie )
 							{
@@ -212,5 +212,5 @@
 								mainDocument.getBody().setStyles( styles );
 							}
-							
+
 							// #4023: [Opera] Maximize plugin
 							if ( CKEDITOR.env.opera )
Index: /CKEditor/branches/versions/3.4.x/_source/plugins/panel/plugin.js
===================================================================
--- /CKEditor/branches/versions/3.4.x/_source/plugins/panel/plugin.js	(revision 6042)
+++ /CKEditor/branches/versions/3.4.x/_source/plugins/panel/plugin.js	(revision 6043)
@@ -171,5 +171,5 @@
 				win.$.CKEDITOR = CKEDITOR;
 
-				// Arrow keys for scrolling is only preventable with 'keypress' event in Opera (#4534).  
+				// Arrow keys for scrolling is only preventable with 'keypress' event in Opera (#4534).
 				doc.on( 'key' + ( CKEDITOR.env.opera? 'press':'down' ), function( evt )
 					{
Index: /CKEditor/branches/versions/3.4.x/_source/plugins/scayt/plugin.js
===================================================================
--- /CKEditor/branches/versions/3.4.x/_source/plugins/scayt/plugin.js	(revision 6042)
+++ /CKEditor/branches/versions/3.4.x/_source/plugins/scayt/plugin.js	(revision 6043)
@@ -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/branches/versions/3.4.x/_source/plugins/smiley/dialogs/smiley.js
===================================================================
--- /CKEditor/branches/versions/3.4.x/_source/plugins/smiley/dialogs/smiley.js	(revision 6042)
+++ /CKEditor/branches/versions/3.4.x/_source/plugins/smiley/dialogs/smiley.js	(revision 6043)
@@ -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/branches/versions/3.4.x/_source/plugins/sourcearea/plugin.js
===================================================================
--- /CKEditor/branches/versions/3.4.x/_source/plugins/sourcearea/plugin.js	(revision 6042)
+++ /CKEditor/branches/versions/3.4.x/_source/plugins/sourcearea/plugin.js	(revision 6043)
@@ -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/branches/versions/3.4.x/_source/plugins/styles/plugin.js
===================================================================
--- /CKEditor/branches/versions/3.4.x/_source/plugins/styles/plugin.js	(revision 6042)
+++ /CKEditor/branches/versions/3.4.x/_source/plugins/styles/plugin.js	(revision 6043)
@@ -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/branches/versions/3.4.x/_source/plugins/wysiwygarea/plugin.js
===================================================================
--- /CKEditor/branches/versions/3.4.x/_source/plugins/wysiwygarea/plugin.js	(revision 6042)
+++ /CKEditor/branches/versions/3.4.x/_source/plugins/wysiwygarea/plugin.js	(revision 6043)
@@ -1,3 +1,3 @@
-/*
+﻿/*
 Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.
 For licensing, see LICENSE.html or http://ckeditor.com/license
