From Fedora Project Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

How To Test

1) Type all the characters of language in text file. One character at each line.

Example: For testing hindi language file text file should be like.

[Test_File]

2) Open terminal and type following command.

$LANG=hi_IN.utf8 sort Test_File > Sorted_File

here hi_IN.utf8 is locale for language, sort is command for sorting. Test_File is input file name, Sorted_File is output file name.

3) Sorted for you language is now available in Sorted_File