From 8701e070aab559beb1b55a5bea15d762e9e31fe6 Mon Sep 17 00:00:00 2001 From: Christian Schneider Date: Mon, 12 Dec 2022 16:53:55 +0100 Subject: Remove unused functions it::toascii, it_pipe::latin/utf8 --- it_pipe.class | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'it_pipe.class') diff --git a/it_pipe.class b/it_pipe.class index edc6dd8..0ffb7af 100644 --- a/it_pipe.class +++ b/it_pipe.class @@ -100,22 +100,6 @@ function filter($expr) return $this; } -/** - * 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. */ -- cgit v1.2.3