Microsoft SDK for Java

StringSorter.IGNORENONSPACE

Specifies that nonspacing characters (such as accents, diacritics, and vowel marks) are ignored when comparing or sorting two strings.

Syntax

public static final int IGNORENONSPACE;

Remarks

When this flag is specified in calls to compare and sort, the strings are considered equal if they differ only in how characters are accented.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.