Index: /CKEditor/branches/versions/3.4.x/CHANGES.html
===================================================================
--- /CKEditor/branches/versions/3.4.x/CHANGES.html	(revision 5766)
+++ /CKEditor/branches/versions/3.4.x/CHANGES.html	(revision 5767)
@@ -61,5 +61,5 @@
 		<li><a href="http://dev.fckeditor.net/ticket/5689">#5689</a> : Make it possible to run CKEditor inside of Firefox chrome.</li>
 		<li><a href="http://dev.fckeditor.net/ticket/5531">#5531</a> : Not all IDs had the "cke_" prefix.</li>
-		<li><a href="http://dev.fckeditor.net/ticket/6042">#6042</a> : It wasn't possible to align a paragarph with the dir attribute to the opposite direction.</li>		
+		<li><a href="http://dev.fckeditor.net/ticket/6042">#6042</a> : It wasn't possible to align a paragarph with the dir attribute to the opposite direction.</li>
 	</ul>
 	<h3>
Index: /CKEditor/branches/versions/3.4.x/_source/core/dom/rangelist.js
===================================================================
--- /CKEditor/branches/versions/3.4.x/_source/core/dom/rangelist.js	(revision 5766)
+++ /CKEditor/branches/versions/3.4.x/_source/core/dom/rangelist.js	(revision 5767)
@@ -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/core/loader.js
===================================================================
--- /CKEditor/branches/versions/3.4.x/_source/core/loader.js	(revision 5766)
+++ /CKEditor/branches/versions/3.4.x/_source/core/loader.js	(revision 5767)
@@ -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/autogrow/plugin.js
===================================================================
--- /CKEditor/branches/versions/3.4.x/_source/plugins/autogrow/plugin.js	(revision 5766)
+++ /CKEditor/branches/versions/3.4.x/_source/plugins/autogrow/plugin.js	(revision 5767)
@@ -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/bidi/plugin.js
===================================================================
--- /CKEditor/branches/versions/3.4.x/_source/plugins/bidi/plugin.js	(revision 5766)
+++ /CKEditor/branches/versions/3.4.x/_source/plugins/bidi/plugin.js	(revision 5767)
@@ -1,3 +1,3 @@
-/*
+﻿/*
 Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.
 For licensing, see LICENSE.html or http://ckeditor.com/license
@@ -58,5 +58,5 @@
 
 			var walker = new CKEDITOR.dom.walker( range );
-			
+
 			var node;
 			while ( ( node = walker.next() ) )
@@ -75,5 +75,5 @@
 					var marginLeft = node.getStyle( 'margin-right' ),
 						marginRight = node.getStyle( 'margin-left' );
-					
+
 					marginLeft ? node.setStyle( 'margin-left', marginLeft ) : node.removeStyle( 'margin-left' );
 					marginRight ? node.setStyle( 'margin-right', marginRight ) : node.removeStyle( 'margin-right' );
Index: /CKEditor/branches/versions/3.4.x/_source/plugins/clipboard/plugin.js
===================================================================
--- /CKEditor/branches/versions/3.4.x/_source/plugins/clipboard/plugin.js	(revision 5766)
+++ /CKEditor/branches/versions/3.4.x/_source/plugins/clipboard/plugin.js	(revision 5767)
@@ -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/dialogadvtab/plugin.js
===================================================================
--- /CKEditor/branches/versions/3.4.x/_source/plugins/dialogadvtab/plugin.js	(revision 5766)
+++ /CKEditor/branches/versions/3.4.x/_source/plugins/dialogadvtab/plugin.js	(revision 5767)
@@ -1,3 +1,3 @@
-/*
+﻿/*
 Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.
 For licensing, see LICENSE.html or http://ckeditor.com/license
@@ -6,5 +6,5 @@
 (function()
 {
-	
+
 function setupAdvParams( element )
 {
@@ -22,5 +22,5 @@
 	// definition, we take the first CKEDITOR.dom.element available.
 	var element;
-	
+
 	for ( var i = 0 ; i < arguments.length ; i++ )
 	{
@@ -134,5 +134,5 @@
 						label : lang.styles,
 						'default' : '',
-						
+
 						onChange : function(){},
 
@@ -142,10 +142,10 @@
 							return match ? match[ 1 ] : defaultValue;
 						},
-						
+
 						updateStyle : function( name, value )
 						{
 							if ( isUpdating )
 								return;
-							
+
 							// Flag to avoid recursion.
 							isUpdating = 1;
@@ -167,7 +167,7 @@
 								styles += name + ': ' + value;
 							}
-							
+
 							this.setValue( styles );
-							
+
 							isUpdating = 0;
 						},
Index: /CKEditor/branches/versions/3.4.x/_source/plugins/find/dialogs/find.js
===================================================================
--- /CKEditor/branches/versions/3.4.x/_source/plugins/find/dialogs/find.js	(revision 5766)
+++ /CKEditor/branches/versions/3.4.x/_source/plugins/find/dialogs/find.js	(revision 5767)
@@ -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/forms/plugin.js
===================================================================
--- /CKEditor/branches/versions/3.4.x/_source/plugins/forms/plugin.js	(revision 5766)
+++ /CKEditor/branches/versions/3.4.x/_source/plugins/forms/plugin.js	(revision 5767)
@@ -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/justify/plugin.js
===================================================================
--- /CKEditor/branches/versions/3.4.x/_source/plugins/justify/plugin.js	(revision 5766)
+++ /CKEditor/branches/versions/3.4.x/_source/plugins/justify/plugin.js	(revision 5767)
@@ -1,3 +1,3 @@
-/*
+﻿/*
 Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.
 For licensing, see LICENSE.html or http://ckeditor.com/license
@@ -37,5 +37,5 @@
 			val = command.value;
 		return ( direction == 'rtl' && val == 'right' ) || ( direction == 'ltr' && val == 'left' );
-		
+
 	}
 
Index: /CKEditor/branches/versions/3.4.x/_source/plugins/link/plugin.js
===================================================================
--- /CKEditor/branches/versions/3.4.x/_source/plugins/link/plugin.js	(revision 5766)
+++ /CKEditor/branches/versions/3.4.x/_source/plugins/link/plugin.js	(revision 5767)
@@ -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/removeformat/plugin.js
===================================================================
--- /CKEditor/branches/versions/3.4.x/_source/plugins/removeformat/plugin.js	(revision 5766)
+++ /CKEditor/branches/versions/3.4.x/_source/plugins/removeformat/plugin.js	(revision 5767)
@@ -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/showborders/plugin.js
===================================================================
--- /CKEditor/branches/versions/3.4.x/_source/plugins/showborders/plugin.js	(revision 5766)
+++ /CKEditor/branches/versions/3.4.x/_source/plugins/showborders/plugin.js	(revision 5767)
@@ -182,5 +182,5 @@
 							{
 								originalCommit.apply( this, arguments );
-								
+
 								if ( !parseInt( element.getAttribute( 'border' ), 10 ) )
 									element.addClass( 'cke_show_border' );
Index: /CKEditor/branches/versions/3.4.x/_source/plugins/specialchar/dialogs/specialchar.js
===================================================================
--- /CKEditor/branches/versions/3.4.x/_source/plugins/specialchar/dialogs/specialchar.js	(revision 5766)
+++ /CKEditor/branches/versions/3.4.x/_source/plugins/specialchar/dialogs/specialchar.js	(revision 5767)
@@ -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/table/dialogs/table.js
===================================================================
--- /CKEditor/branches/versions/3.4.x/_source/plugins/table/dialogs/table.js	(revision 5766)
+++ /CKEditor/branches/versions/3.4.x/_source/plugins/table/dialogs/table.js	(revision 5767)
@@ -35,5 +35,5 @@
 				var dialog = this,
 					isUpdating;
-					
+
 				var styles = dialog.getContentElement( 'advanced', 'advStyles' );
 
@@ -44,8 +44,8 @@
 							if ( isUpdating )
 								return;
-							
+
 							// Flag to avoid recursion.
 							isUpdating = 1;
-							
+
 							// Synchronize width value.
 							var width = this.getStyle( 'width', '' ),
@@ -62,5 +62,5 @@
 							txtWidth && txtWidth.setValue( width );
 							cmbWidthType && cmbWidthType.setValue( isPx ? 'pixels' : 'percents' );
-							
+
 							// Synchronize height value.
 							var height = this.getStyle( 'height', '' ),
@@ -459,5 +459,5 @@
 														{
 															var value = this.getValue();
-															
+
 															if ( value )
 																value += this.getDialog().getContentElement( 'info', 'cmbWidthType' ).getValue() == 'percents' ? '%' : 'px';
@@ -529,5 +529,5 @@
 													{
 														var styles = this.getDialog().getContentElement( 'advanced', 'advStyles' );
-														
+
 														if ( styles )
 														{
Index: /CKEditor/branches/versions/3.4.x/_source/plugins/table/plugin.js
===================================================================
--- /CKEditor/branches/versions/3.4.x/_source/plugins/table/plugin.js	(revision 5766)
+++ /CKEditor/branches/versions/3.4.x/_source/plugins/table/plugin.js	(revision 5767)
@@ -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/tableresize/plugin.js
===================================================================
--- /CKEditor/branches/versions/3.4.x/_source/plugins/tableresize/plugin.js	(revision 5766)
+++ /CKEditor/branches/versions/3.4.x/_source/plugins/tableresize/plugin.js	(revision 5767)
@@ -1,3 +1,3 @@
-/*
+﻿/*
 Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.
 For licensing, see LICENSE.html or http://ckeditor.com/license
@@ -35,5 +35,5 @@
 		return parseInt( computed, 10 );
 	}
-	
+
 	// Gets the table row that contains the most columns.
 	function getMasterPillarRow( table )
@@ -54,5 +54,5 @@
 			}
 		}
-		
+
 		return $elected;
 	}
@@ -63,5 +63,5 @@
 			pillarIndex = -1,
 			rtl = ( table.getComputedStyle( 'direction' ) == 'rtl' );
-		
+
 		// Get the raw row element that cointains the most columns.
 		var $tr = getMasterPillarRow( table );
@@ -81,5 +81,5 @@
 
 			pillarIndex += td.$.colSpan || 1;
-			
+
 			// Calculate the pillar boundary positions.
 			var pillarLeft, pillarRight, pillarWidth, pillarPadding;
@@ -92,5 +92,5 @@
 				pillarLeft  = x + td.$.offsetWidth - getBorderWidth( td, 'right' );
 
-			// Calculate positions based on the next cell, if available.			
+			// Calculate positions based on the next cell, if available.
 			if ( nextTd )
 			{
@@ -112,5 +112,5 @@
 
 			pillarWidth = Math.max( pillarRight - pillarLeft, 3 );
-			
+
 			// Make the pillar touch area at least 14 pixels wide, for easy to use.
 			pillarPadding = Math.max( Math.round( 7 - ( pillarWidth / 2 ) ), 0 );
@@ -138,5 +138,5 @@
 			var pillar = pillars[ i ],
 				pad = pillar.padding;
-			
+
 			if ( positionX >= pillar.x - pad && positionX <= ( pillar.x + pillar.width + pad ) )
 				return pillar;
@@ -153,9 +153,9 @@
 	function columnResizer( editor )
 	{
-		var pillar, 
-			document, 
-			resizer, 
+		var pillar,
+			document,
+			resizer,
 			isResizing,
-			startOffset, 
+			startOffset,
 			currentShift;
 
@@ -175,5 +175,5 @@
 
 			// Hide the resizer (remove it on IE7 - #5890).
-			needsIEHacks ? resizer.remove() : resizer.hide();			
+			needsIEHacks ? resizer.remove() : resizer.hide();
 		}
 
@@ -196,5 +196,5 @@
 					leftCell	= row[ columnIndex + ( rtl ? 1 : 0 ) ],
 					rightCell	= row[ columnIndex + ( rtl ? 0 : 1 ) ];
-					
+
 				leftCell	= leftCell && new CKEDITOR.dom.element( leftCell );
 				rightCell	= rightCell && new CKEDITOR.dom.element( rightCell );
@@ -204,5 +204,5 @@
 					leftCell && ( leftMinSize = Math.min( leftMinSize, getWidth( leftCell ) ) );
 					rightCell && ( rightMinSize = Math.min( rightMinSize, getWidth( rightCell ) ) );
-					
+
 					leftColumnCells.push( leftCell );
 					rightColumnCells.push( rightCell );
@@ -222,7 +222,7 @@
 			currentShift = 0;
 			isResizing = 1;
-			
+
 			resizer.on( 'mousemove', onMouseMove );
-			
+
 			// Prevent the native drag behavior otherwise 'mousemove' won't fire.
 			document.on( 'dragstart', cancel );
@@ -234,5 +234,5 @@
 
 			resizer.setOpacity( 0 );
-			
+
 			currentShift && resizeColumn();
 
@@ -254,5 +254,5 @@
 					rightCell = rightSideCells[ i ],
 					table = pillar.table;
-				
+
 				// Defer the resizing to avoid any interference among cells.
 				CKEDITOR.tools.setTimeout(
@@ -261,5 +261,5 @@
 						leftCell && leftCell.setStyle( 'width', pxUnit( Math.max( leftOldWidth + sizeShift, 0 ) ) );
 						rightCell && rightCell.setStyle( 'width', pxUnit( Math.max( rightOldWidth - sizeShift, 0 ) ) );
-						
+
 						// If we're in the last cell, we need to resize the table as well
 						if ( tableWidth )
@@ -290,5 +290,5 @@
 			resizeEnd();
 		}
-		
+
 		function onMouseMove( evt )
 		{
@@ -335,19 +335,19 @@
 			// to give the user a visual clue.
 			needsIEHacks && resizer.setOpacity( 0.25 );
-			
+
 			resizer.on( 'mousedown', onMouseDown, this );
 
 			document.getBody().setStyle( 'cursor', 'col-resize' );
-			
+
 			// Display the resizer to receive events but don't show it,
 			// only change the cursor to resizable shape.
 			resizer.show();
 		};
-		
+
 		var move = this.move = function( posX )
 		{
 			if ( !pillar )
 				return 0;
-			
+
 			var pad = pillar.padding;
 
@@ -359,13 +359,13 @@
 
 			var resizerNewPosition = posX - Math.round( resizer.$.offsetWidth / 2 );
-			
+
 			if ( isResizing )
 			{
 				if ( resizerNewPosition == leftShiftBoundary || resizerNewPosition == rightShiftBoundary )
 					return 1;
-				
+
 				resizerNewPosition = Math.max( resizerNewPosition, leftShiftBoundary );
 				resizerNewPosition = Math.min( resizerNewPosition, rightShiftBoundary );
-			
+
 				currentShift = resizerNewPosition - startOffset;
 			}
@@ -410,5 +410,5 @@
 					{
 						evt = evt.data;
-						
+
 						// If we're already attached to a pillar, simply move the
 						// resizer.
Index: /CKEditor/branches/versions/3.4.x/_source/plugins/tabletools/plugin.js
===================================================================
--- /CKEditor/branches/versions/3.4.x/_source/plugins/tabletools/plugin.js	(revision 5766)
+++ /CKEditor/branches/versions/3.4.x/_source/plugins/tabletools/plugin.js	(revision 5767)
@@ -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 5766)
+++ /CKEditor/branches/versions/3.4.x/_source/plugins/wysiwygarea/plugin.js	(revision 5767)
@@ -60,5 +60,5 @@
 					var range = selection.getRanges()[0],
 						endContainer = range && range.endContainer;
-					
+
 					if ( endContainer &&
  						 endContainer.type == CKEDITOR.NODE_ELEMENT &&
Index: /CKEditor/branches/versions/3.4.x/ckeditor.pack
===================================================================
--- /CKEditor/branches/versions/3.4.x/ckeditor.pack	(revision 5766)
+++ /CKEditor/branches/versions/3.4.x/ckeditor.pack	(revision 5767)
@@ -1,3 +1,3 @@
-﻿/*
+/*
  * CKPackager - Sample Package file
  */
Index: /CKEditor/branches/versions/3.4.x/config.js
===================================================================
--- /CKEditor/branches/versions/3.4.x/config.js	(revision 5766)
+++ /CKEditor/branches/versions/3.4.x/config.js	(revision 5767)
@@ -1,3 +1,3 @@
-/*
+﻿/*
 Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.
 For licensing, see LICENSE.html or http://ckeditor.com/license
