ICU-3037 removed non-ascii characters
X-SVN-Rev: 12528
This commit is contained in:
parent
678782ccca
commit
df2a3d93fc
@ -8,7 +8,7 @@ import java.util.Hashtable;
|
||||
*/
|
||||
|
||||
public class IntHashtable {
|
||||
static final String copyright = "Copyright © 1998-1999 Unicode, Inc.";
|
||||
static final String copyright = "Copyright (C) 1998-1999 Unicode, Inc.";
|
||||
|
||||
public IntHashtable (int defaultValue) {
|
||||
this.defaultValue = defaultValue;
|
||||
|
@ -8,7 +8,7 @@ import java.util.Hashtable;
|
||||
*/
|
||||
|
||||
public class IntStringHashtable {
|
||||
static final String copyright = "Copyright © 1998-1999 Unicode, Inc.";
|
||||
static final String copyright = "Copyright (C) 1998-1999 Unicode, Inc.";
|
||||
|
||||
public IntStringHashtable (String defaultValue) {
|
||||
this.defaultValue = defaultValue;
|
||||
|
@ -9,7 +9,7 @@ import java.util.Hashtable;
|
||||
* @author Vladimir Weinstein
|
||||
*/
|
||||
public class LongHashtable {
|
||||
static final String copyright = "Copyright © 2002 Unicode, Inc.";
|
||||
static final String copyright = "Copyright (C) 2002 Unicode, Inc.";
|
||||
|
||||
public LongHashtable (int defaultValue) {
|
||||
this.defaultValue = defaultValue;
|
||||
|
@ -6,7 +6,7 @@ import com.ibm.icu.dev.test.UTF16Util;
|
||||
|
||||
/**
|
||||
* Accesses the Normalization Data used for Forms C and D.<br>
|
||||
* Copyright © 1998-2002 Unicode, Inc. All Rights Reserved.<br>
|
||||
* Copyright (C) 1998-2002 Unicode, Inc. All Rights Reserved.<br>
|
||||
* The Unicode Consortium makes no expressed or implied warranty of any
|
||||
* kind, and assumes no liability for errors or omissions.
|
||||
* No liability is assumed for incidental and consequential damages
|
||||
@ -16,7 +16,7 @@ import com.ibm.icu.dev.test.UTF16Util;
|
||||
* Vladimir Weinstein & Markus Scherer
|
||||
*/
|
||||
public class NormalizerData {
|
||||
static final String copyright = "Copyright © 1998-1999 Unicode, Inc.";
|
||||
static final String copyright = "Copyright (C) 1998-1999 Unicode, Inc.";
|
||||
|
||||
/**
|
||||
* Constant for use in getPairwiseComposition
|
||||
|
@ -1,7 +1,7 @@
|
||||
/**
|
||||
* Implements Unicode Normalization Forms C, D, KC, KD.<br>
|
||||
* See UTR#15 for details.<br>
|
||||
* Copyright © 1998-2002 Unicode, Inc. All Rights Reserved.<br>
|
||||
* Copyright (C) 1998-2002 Unicode, Inc. All Rights Reserved.<br>
|
||||
* The Unicode Consortium makes no expressed or implied warranty of any
|
||||
* kind, and assumes no liability for errors or omissions.
|
||||
* No liability is assumed for incidental and consequential damages
|
||||
@ -16,7 +16,7 @@ package com.ibm.icu.dev.test.normalizer;
|
||||
import com.ibm.icu.dev.test.UTF16Util;
|
||||
|
||||
public class UnicodeNormalizer {
|
||||
static final String copyright = "Copyright © 1998-1999 Unicode, Inc.";
|
||||
static final String copyright = "Copyright (C) 1998-1999 Unicode, Inc.";
|
||||
|
||||
/**
|
||||
* Create a normalizer for a given form.
|
||||
|
Loading…
Reference in New Issue
Block a user