java - Sorting strings in Japanese -


i in process of localizing android application japanese. have localized strings. example, when displaying list, need strings displayed in alphabetical order.

is there way can sort japanese strings alphabetically (because see symbols :p).

have tried using collator:

collator collator = collator.getinstance(locale.japanese); collections.sort(list, collator); 

?


Comments

Popular posts from this blog

java - Oracle EBS .ClassNotFoundException: oracle.apps.fnd.formsClient.FormsLauncher.class ERROR -

c# - how to use buttonedit in devexpress gridcontrol -

nvd3.js - angularjs-nvd3-directives setting color in legend as well as in chart elements -