diff options
Diffstat (limited to 'it_pipe.class')
-rw-r--r-- | it_pipe.class | 16 |
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) |