This utility is useful for sorting Indian language text. The text to be sorted may contain different scripts in either ANSI or Unicode encoding.
Usage: brhsort InFile OutFile Direction OutType
InFile: Input file in RTF format.
OutFile: Output file in RTF format.
Direction: The sort direction. This should be either Ascending or Descending
OutType: The text format of OutFile. This should be either ANSI or Unicode.
Example: brhsort input.rtf output.rtf Ascending ANSI
In this example, the text in the input.rtf file is sorted in ascending order and saved in output.rtf in ANSI encoding.