Microsoft SDK for Java

Locale.getCompareIgnoreKashida

Determines if string comparisons will ignore kashida.

Syntax

public boolean getCompareIgnoreKashida()

Return Value

Returns true if string comparisons will ignore kashida; otherwise, returns false.

Remarks

Use this method to determine if the Locale object will ignore kashina when doing string comparisons. By default, this value will return true unless set otherwise by using the setCompareIngnoreKashida method.

See Also   setCompareIgnoreKashida, getCompareIgnoreCase, setCompareIgnoreCase, getCompareIgnoreKana, setCompareIgnoreKana, getCompareIgnoreNonSpace, setCompareIgnoreNonSpace, getCompareIgnoreSymbols, setCompareIgnoreSymbols, getCompareIgnoreWidth, setCompareIgnoreWidth

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