]> source.dussan.org Git - jackcess.git/commitdiff
remove invalid character
authorJames Ahlborn <jtahlborn@yahoo.com>
Sun, 12 Nov 2006 19:15:57 +0000 (19:15 +0000)
committerJames Ahlborn <jtahlborn@yahoo.com>
Sun, 12 Nov 2006 19:15:57 +0000 (19:15 +0000)
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@132 f203690c-595d-4dc9-a70b-905162fa7fd2

src/java/com/healthmarketscience/jackcess/scsu/Debug.java
src/java/com/healthmarketscience/jackcess/scsu/EndOfInputException.java
src/java/com/healthmarketscience/jackcess/scsu/Expand.java
src/java/com/healthmarketscience/jackcess/scsu/IllegalInputException.java
src/java/com/healthmarketscience/jackcess/scsu/SCSU.java

index 16a9a422aeacad5b38982411ab0e2abd6cd4533b..65e2dbc18254f5c27f2fa832a269f119869b11d7 100644 (file)
@@ -7,7 +7,7 @@ import org.apache.commons.logging.LogFactory;
  * This sample software accompanies Unicode Technical Report #6 and
  * distributed as is by Unicode, Inc., subject to the following:
  *
- * Copyright © 1996-1997 Unicode, Inc.. All Rights Reserved.
+ * Copyright 1996-1997 Unicode, Inc.. All Rights Reserved.
  *
  * Permission to use, copy, modify, and distribute this software
  * without fee is hereby granted provided that this copyright notice
@@ -148,4 +148,4 @@ public class Debug
         LOG.debug(msg+"("+iStart+"): ");
         out(data, iStart);
     }
-}
\ No newline at end of file
+}
index 125dbb18e8f1ad22e7db4a8e36af10e14e6c24ff..6d2a16ead83ee85c4d852b6676b3132832507913 100644 (file)
@@ -4,7 +4,7 @@ package com.healthmarketscience.jackcess.scsu;
  * This sample software accompanies Unicode Technical Report #6 and
  * distributed as is by Unicode, Inc., subject to the following:
  *
- * Copyright © 1996-1997 Unicode, Inc.. All Rights Reserved.
+ * Copyright 1996-1997 Unicode, Inc.. All Rights Reserved.
  *
  * Permission to use, copy, modify, and distribute this software
  * without fee is hereby granted provided that this copyright notice
index b190ed0df6ae3aeb2cb2ce03d9d6c0cae6c46bff..a91eef713dfa65d8047d9ed6f3176e0eff3be73b 100644 (file)
@@ -4,7 +4,7 @@ package com.healthmarketscience.jackcess.scsu;
  * This sample software accompanies Unicode Technical Report #6 and
  * distributed as is by Unicode, Inc., subject to the following:
  *
- * Copyright © 1996-1998 Unicode, Inc.. All Rights Reserved.
+ * Copyright 1996-1998 Unicode, Inc.. All Rights Reserved.
  *
  * Permission to use, copy, modify, and distribute this software
  * without fee is hereby granted provided that this copyright notice
index f99187a456130f7683a13cb23f6ea83df71ff410..e17ef98d80ec27c657c53402715a1349bef3e2e6 100644 (file)
@@ -4,7 +4,7 @@ package com.healthmarketscience.jackcess.scsu;
  * This sample software accompanies Unicode Technical Report #6 and
  * distributed as is by Unicode, Inc., subject to the following:
  *
- * Copyright © 1996-1997 Unicode, Inc.. All Rights Reserved.
+ * Copyright 1996-1997 Unicode, Inc.. All Rights Reserved.
  *
  * Permission to use, copy, modify, and distribute this software
  * without fee is hereby granted provided that this copyright notice
index da3af58cfa753661a03d75c0e4a7de605e4889f7..887062b8ebe226560344a1f1be7457dfa93f62d8 100644 (file)
@@ -4,7 +4,7 @@ package com.healthmarketscience.jackcess.scsu;
  * This sample software accompanies Unicode Technical Report #6 and
  * distributed as is by Unicode, Inc., subject to the following:
  *
- * Copyright © 1996-1998 Unicode, Inc.. All Rights Reserved.
+ * Copyright 1996-1998 Unicode, Inc.. All Rights Reserved.
  *
  * Permission to use, copy, modify, and distribute this software
  * without fee is hereby granted provided that this copyright notice
@@ -249,4 +249,4 @@ public abstract class SCSU
         }
         this.iWindow = 0;
     }
-}
\ No newline at end of file
+}