Skip to content

Commit 58c5442

Browse files
committed
rev and sort are now UTF8 safe, and the hacks are not
1 parent ba515cd commit 58c5442

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

devtools/init.d/init.csh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,6 @@ alias xquery "saxonXQ"
6060
alias xslt2 "saxonXSL"
6161
alias xsl2 "saxonXSL"
6262

63-
# Unicode/UTF-8 aware rev:
64-
alias rev "perl -nle 'print scalar reverse \$_'"
65-
6663
# utility command
6764
alias path "echo $PATH | tr ':' '\n'"
6865

devtools/init.d/init.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,6 @@ alias xquery="saxonXQ"
7272
alias xslt2="saxonXSL"
7373
alias xsl2="saxonXSL"
7474

75-
# Unicode/UTF-8 aware rev:
76-
alias rev="perl -nle 'print scalar reverse \$_'"
77-
alias sortr='LC_ALL="ru" sort'
78-
7975
# utility command
8076
alias path='echo -e ${PATH//:/\\n}'
8177

0 commit comments

Comments
 (0)