Skip to content

Commit

Permalink
Номер версии 0.6.2.
Browse files Browse the repository at this point in the history
Добавлен рекурсивный обход каталогов.
Обновлены годы выпуска и номер версии.
  • Loading branch information
chomobi committed Apr 11, 2018
1 parent 3b96a8a commit ab0b5ab
Show file tree
Hide file tree
Showing 9 changed files with 310 additions and 192 deletions.
3 changes: 3 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
0.6.2 2018-04-11
- Рекурсивный обход каталогов добавлены для всех функций, кроме распаковки локализации из архивов DLC и генератора lite-локализации CKII.

0.6.1 2017-11-05
- Возвращено либеральное правило проверки на BOM (но только в начале файла; кроме мода-сохранения) — теперь BOM не обязательно проставлять в исходных файлах. Более того — теперь я этого не рекомендую.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,6 @@ S’exy je eçë êtih mägkih franquzskih bulok da vîpey caü.

## Лицензия

Copyright © 2016-2017 terqüéz
Copyright © 2016-2018 terqüéz

Этот текст доступен на условиях лицензии [CC BY-NC-ND 4.0 Международная](https://creativecommons.org/licenses/by-nc-nd/4.0/). Программный код скрипта доступен на условиях GPLv3 или (по вашему выбору) более поздней версии.
473 changes: 294 additions & 179 deletions Recodenc.pm

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion encxs/lib/Encode/Recodenc.pm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package Encode::Recodenc;
################################################################################
# Recodenc
# Copyright © 2016-2017 terqüéz <[email protected]>
# Copyright © 2016-2018 terqüéz <[email protected]>
#
# This file is part of Recodenc.
#
Expand Down
4 changes: 2 additions & 2 deletions encxs/ucm/cp1252cp1251.ucm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
################################################################################
# Recodenc
# Copyright © 2016-2017 terqüéz <[email protected]>
# Copyright © 2016-2018 terqüéz <[email protected]>
#
# This file is part of Recodenc.
#
Expand All @@ -17,7 +17,7 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
################################################################################
<code_set_name> "cp1252cp1251"
<code_set_name> "cp1252a"
<mb_cur_min> 1
<mb_cur_max> 1
<subchar> \x3F
Expand Down
2 changes: 1 addition & 1 deletion encxs/ucm/cp1252cyrck2.ucm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
################################################################################
# Recodenc
# Copyright © 2016-2017 terqüéz <[email protected]>
# Copyright © 2016-2018 terqüéz <[email protected]>
#
# This file is part of Recodenc.
#
Expand Down
2 changes: 1 addition & 1 deletion encxs/ucm/cp1252cyreu4.ucm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
################################################################################
# Recodenc
# Copyright © 2016-2017 terqüéz <[email protected]>
# Copyright © 2016-2018 terqüéz <[email protected]>
#
# This file is part of Recodenc.
#
Expand Down
6 changes: 3 additions & 3 deletions recodenc-gui.pl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#! /usr/bin/perl
################################################################################
# Recodenc
# Copyright © 2016-2017 terqüéz <[email protected]>
# Copyright © 2016-2018 terqüéz <[email protected]>
#
# This file is part of Recodenc.
#
Expand Down Expand Up @@ -81,7 +81,7 @@ BEGIN
binmode(STDERR, ":encoding(console_out)");

*PROGNAME = \'Recodenc';
*VERSION = \'0.6.1';
*VERSION = \'0.6.2';
*LABEL_PADDING = \'3x3';

# загрузка конфигурации
Expand Down Expand Up @@ -800,7 +800,7 @@ sub action_about {
VALUE => <<"END");
Recodenc
Версия: $VERSION
Copyright © 2016-2017 terqüéz <gz0\@ro.ru>
Copyright © 2016-2018 terqüéz <gz0\@ro.ru>
Ресурсы для разработчиков и справка:
https://github.com/chomobi/recodenc
Expand Down
8 changes: 4 additions & 4 deletions recodenc.pl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#! /usr/bin/perl
################################################################################
# Recodenc
# Copyright © 2016-2017 terqüéz <[email protected]>
# Copyright © 2016-2018 terqüéz <[email protected]>
#
# This file is part of Recodenc.
#
Expand Down Expand Up @@ -43,7 +43,7 @@
@ARGV = map {decode('locale', $_)} @ARGV;

*PROGNAME = \'Recodenc';
*VERSION = \'0.6.1';
*VERSION = \'0.6.2';
*ACTION_ENCODE = \1;
*ACTION_DECODE = \2;
*ACTION_TRANSLIT = \3;
Expand Down Expand Up @@ -311,7 +311,7 @@ sub help {
каталогов файлы читаются из первого каталога и сохраняются во втором.
Остальные каталоги отбрасываются.
Copyright (C) 2016-2017 terquez <[email protected]>
Copyright (C) 2016-2018 terquez <[email protected]>
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Expand All @@ -321,7 +321,7 @@ sub help {
sub version {
print <<"EOT";
Recodenc $VERSION
Copyright (C) 2016-2017 terquez <gz0\@ro.ru>
Copyright (C) 2016-2018 terquez <gz0\@ro.ru>
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Expand Down

0 comments on commit ab0b5ab

Please sign in to comment.