summaryrefslogtreecommitdiff
path: root/it_pipe.class
diff options
context:
space:
mode:
authorChristian Schneider2022-12-12 16:53:55 +0100
committerChristian Schneider2022-12-12 16:53:55 +0100
commit8701e070aab559beb1b55a5bea15d762e9e31fe6 (patch)
tree32f3268e001d967dbbab54e875f7b92cb128ed71 /it_pipe.class
parente6dd542db15c153aa1d1f825708f75de13ef24f4 (diff)
downloaditools-8701e070aab559beb1b55a5bea15d762e9e31fe6.tar.gz
itools-8701e070aab559beb1b55a5bea15d762e9e31fe6.tar.bz2
itools-8701e070aab559beb1b55a5bea15d762e9e31fe6.zip
Remove unused functions it::toascii, it_pipe::latin/utf8
Diffstat (limited to 'it_pipe.class')
-rw-r--r--it_pipe.class16
1 files changed, 0 insertions, 16 deletions
diff --git a/it_pipe.class b/it_pipe.class
index edc6dd8..0ffb7af 100644
--- a/it_pipe.class
+++ b/it_pipe.class
@@ -101,22 +101,6 @@ function filter($expr)
}
/**
- * Convert pipe from utf8 to iso-latin
- */
-function latin()
-{
- return $this->map('utf8_decode($v)');
-}
-
-/**
- * Convert pipe from iso-latin to uft8
- */
-function utf8()
-{
- return $this->map('utf8_encode($v)');
-}
-
-/**
* Select cols from tab-separated cols in each line and tab-joins them again. Key order relevant.
*/
function cut($picks)