Index: /CKEditor/trunk/_samples/api_dialog/my_dialog.js
===================================================================
--- /CKEditor/trunk/_samples/api_dialog/my_dialog.js	(revision 6351)
+++ /CKEditor/trunk/_samples/api_dialog/my_dialog.js	(revision 6352)
@@ -1,3 +1,3 @@
-/*
+﻿/*
 Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.
 For licensing, see LICENSE.html or http://ckeditor.com/license
Index: /CKEditor/trunk/_samples/asp/advanced.asp
===================================================================
--- /CKEditor/trunk/_samples/asp/advanced.asp	(revision 6351)
+++ /CKEditor/trunk/_samples/asp/advanced.asp	(revision 6352)
@@ -1,3 +1,3 @@
-ï»?%@  codepage="65001" language="VBScript" %>
+﻿<%@  codepage="65001" language="VBScript" %>
 <% Option Explicit %>
 <!-- #INCLUDE file="../../ckeditor.asp" -->
Index: /CKEditor/trunk/_samples/asp/events.asp
===================================================================
--- /CKEditor/trunk/_samples/asp/events.asp	(revision 6351)
+++ /CKEditor/trunk/_samples/asp/events.asp	(revision 6352)
@@ -1,3 +1,3 @@
-ï»?%@  codepage="65001" language="VBScript" %>
+﻿<%@  codepage="65001" language="VBScript" %>
 <% Option Explicit %>
 <!-- #INCLUDE file="../../ckeditor.asp" -->
Index: /CKEditor/trunk/_samples/asp/replace.asp
===================================================================
--- /CKEditor/trunk/_samples/asp/replace.asp	(revision 6351)
+++ /CKEditor/trunk/_samples/asp/replace.asp	(revision 6352)
@@ -1,3 +1,3 @@
-ï»?%@  codepage="65001" language="VBScript" %>
+﻿<%@  codepage="65001" language="VBScript" %>
 <% Option Explicit %>
 <!-- #INCLUDE file="../../ckeditor.asp" -->
Index: /CKEditor/trunk/_samples/asp/replaceall.asp
===================================================================
--- /CKEditor/trunk/_samples/asp/replaceall.asp	(revision 6351)
+++ /CKEditor/trunk/_samples/asp/replaceall.asp	(revision 6352)
@@ -1,3 +1,3 @@
-ï»?%@  codepage="65001" language="VBScript" %>
+﻿<%@  codepage="65001" language="VBScript" %>
 <% Option Explicit %>
 <!-- #INCLUDE file="../../ckeditor.asp" -->
Index: /CKEditor/trunk/_samples/asp/sample_posteddata.asp
===================================================================
--- /CKEditor/trunk/_samples/asp/sample_posteddata.asp	(revision 6351)
+++ /CKEditor/trunk/_samples/asp/sample_posteddata.asp	(revision 6352)
@@ -1,3 +1,3 @@
-ï»?%@  codepage="65001" language="VBScript" %>
+﻿<%@  codepage="65001" language="VBScript" %>
 <% Option Explicit %>
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
Index: /CKEditor/trunk/_samples/asp/standalone.asp
===================================================================
--- /CKEditor/trunk/_samples/asp/standalone.asp	(revision 6351)
+++ /CKEditor/trunk/_samples/asp/standalone.asp	(revision 6352)
@@ -1,3 +1,3 @@
-ï»?%@  codepage="65001" language="VBScript" %>
+﻿<%@  codepage="65001" language="VBScript" %>
 <% Option Explicit %>
 <!-- #INCLUDE file="../../ckeditor.asp" -->
Index: /CKEditor/trunk/_samples/sample.js
===================================================================
--- /CKEditor/trunk/_samples/sample.js	(revision 6351)
+++ /CKEditor/trunk/_samples/sample.js	(revision 6352)
@@ -1,3 +1,3 @@
-/*
+﻿/*
 Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.
 For licensing, see LICENSE.html or http://ckeditor.com/license
Index: /CKEditor/trunk/ckeditor.asp
===================================================================
--- /CKEditor/trunk/ckeditor.asp	(revision 6351)
+++ /CKEditor/trunk/ckeditor.asp	(revision 6352)
@@ -1,3 +1,3 @@
-ï»?%
+﻿<%
  '
  ' Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.
Index: /CKEditor/trunk/ckeditor_basic_source.js
===================================================================
--- /CKEditor/trunk/ckeditor_basic_source.js	(revision 6351)
+++ /CKEditor/trunk/ckeditor_basic_source.js	(revision 6352)
@@ -1,3 +1,3 @@
-/*
+﻿/*
 Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.
 For licensing, see LICENSE.html or http://ckeditor.com/license
Index: /CKEditor/trunk/ckeditor_php4.php
===================================================================
--- /CKEditor/trunk/ckeditor_php4.php	(revision 6351)
+++ /CKEditor/trunk/ckeditor_php4.php	(revision 6352)
@@ -506,5 +506,5 @@
 		else {
 			/**
-			 * realpath â?Returns canonicalized absolute pathname
+			 * realpath - Returns canonicalized absolute pathname
 			 */
 			$realPath = realpath( './' ) ;
Index: /CKEditor/trunk/ckeditor_php5.php
===================================================================
--- /CKEditor/trunk/ckeditor_php5.php	(revision 6351)
+++ /CKEditor/trunk/ckeditor_php5.php	(revision 6352)
@@ -497,5 +497,5 @@
 		else {
 			/**
-			 * realpath â?Returns canonicalized absolute pathname
+			 * realpath - Returns canonicalized absolute pathname
 			 */
 			$realPath = realpath( './' ) ;
Index: /CKEditor/trunk/ckeditor_source.js
===================================================================
--- /CKEditor/trunk/ckeditor_source.js	(revision 6351)
+++ /CKEditor/trunk/ckeditor_source.js	(revision 6352)
@@ -1,3 +1,3 @@
-/*
+﻿/*
 Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.
 For licensing, see LICENSE.html or http://ckeditor.com/license
Index: /CKEditor/trunk/config.js
===================================================================
--- /CKEditor/trunk/config.js	(revision 6351)
+++ /CKEditor/trunk/config.js	(revision 6352)
@@ -1,3 +1,3 @@
-/*
+﻿/*
 Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.
 For licensing, see LICENSE.html or http://ckeditor.com/license
