sortuk
NAME
sortuk - is script and library for sorting strings by Ukrainian alphabet.
INSTALLATION
zef install sortuk
USAGE
bin/sortuk 锌始褟褌褜 褋褨屑 写械胁始褟褌褜
bin/sortuk resources/test_file.txt
or as library:
use SortUk;
say sortuk <芯写懈薪 写胁邪 锌始褟褌褜>;
# OUTPUT: (写胁邪 芯写懈薪 锌始褟褌褜)
my @data = 'resources/test_file.txt'.IO.lines;
.put for sortuk @data;
AUTHOR
Andrij Mizyk
LICENSE
Copyright (C) 2022 Andrij Mizyk
This library is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.