tprefer ascii single-quotes to utf8 - tomb - the crypto undertaker
 (HTM) git clone git://parazyd.org/tomb.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 6f4cfd626cb3a877414bcdbdc87083a1ae59335d
 (DIR) parent d41347fe225f9cadd798fb659addc11c7b0d7e69
 (HTM) Author: Jaromil <jaromil@dyne.org>
       Date:   Mon,  2 Jan 2017 06:02:50 +0100
       
       prefer ascii single-quotes to utf8
       
       Diffstat:
         M tomb                                |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/tomb b/tomb
       t@@ -176,7 +176,7 @@ TRAPSTOP() { _endgame STOP  }
        
        _cat() { local -a _arr;
            # read file using mapfile, newline fix
       -    _arr=("${(f@)${mapfile[${1}]%$ā€™\nā€™}}"); print "$_arr"
       +    _arr=("${(f@)${mapfile[${1}]%$'\n'}}"); print "$_arr"
        }
        
        _is_found() {