1

I'd like to know if there is a way to sort a column of words written in hiragana, according to the Gojūon ordering, preferably using emacs. Is there an easy way to do this, like assigning custom numerical values to the characters, and sorting accordingly?

zuggg
  • 111
  • 3

1 Answers1

2

If it is limited to Hiragana only, sort-columns should work, as Hiragana are already in Gojūon order within Unicode.

JSON
  • 4,487
  • 22
  • 26