Overview | Methods | This Package | All Packages
OverviewMethodsThis PackageAll Packages
Locale.getCompareIgnoreKana
Determines if string comparisons will ignore kana.
Syntax
public boolean getCompareIgnoreKana()
Return Value
Returns true if string comparisons will ignore kana; otherwise, returns false.
Remarks
Use this method to determine if the Locale object will ignore kana when doing string comparisons. By default, this value will return true unless set otherwise by using the setCompareIgnoreKana method.
See Also setCompareIgnoreKana, getCompareIgnoreCase, setCompareIgnoreCase, getCompareIgnoreKashida, setCompareIgnoreKashida, getCompareIgnoreNonSpace, setCompareIgnoreNonSpace, getCompareIgnoreSymbols, setCompareIgnoreSymbols, getComapreIgnoreWidth, setCompareIgnoreWidth