-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Добавлен рекурсивный обход каталогов. Обновлены годы выпуска и номер версии.
- Loading branch information
Showing
9 changed files
with
310 additions
and
192 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
# | ||
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
# | ||
|
@@ -81,7 +81,7 @@ BEGIN | |
binmode(STDERR, ":encoding(console_out)"); | ||
|
||
*PROGNAME = \'Recodenc'; | ||
*VERSION = \'0.6.1'; | ||
*VERSION = \'0.6.2'; | ||
*LABEL_PADDING = \'3x3'; | ||
|
||
# загрузка конфигурации | ||
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
# | ||
|
@@ -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; | ||
|
@@ -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. | ||
|
@@ -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. | ||
|