def convert_umlaut_to_base(input)
text = input.dup
%w[áäa ÃÄÅA óöo ÓÖO Ãi ÃI úüu ÚÜU ée ÉE ßs].each do |set|
...
def convert_umlaut_to_base(input)
text = input.dup
%w[áäa ÃÄÅA óöo ÓÖO Ãi ÃI úüu ÚÜU ée ÉE ßs].each do |set|
...
This is used to sort a list...