I need to sort a table of contents that contains Swedish letters in Batch.
I can echo them using (chcp 65001
) at the top of my code.
Is there a way to to sort the list according to the swedish alphabetical order ?(something like LC_ALL=C.UTF-8
in bash)