How to sort the List of strings containing Hindi names or using special characters or using digits in Java?
For example:
input:
[!@#,hindi,अभिवादन,12dhs]
output:
[अभिवादन,!@#,12dhs,hindi]
How to sort the List of strings containing Hindi names or using special characters or using digits in Java?
For example:
input:
[!@#,hindi,अभिवादन,12dhs]
output:
[अभिवादन,!@#,12dhs,hindi]