sortuk

sorts strings by Ukrainian alphabet.

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.

sortuk v0.0.1

sorts strings by Ukrainian alphabet.

Authors

  • Andrij Mizyk

License

GPL-3.0-or-later

Dependencies

Test Dependencies

Provides

  • SortUk

The Camelia image is copyright 2009 by Larry Wall. "Raku" is trademark of the Yet Another Society. All rights reserved.