From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on gnuweeb.org X-Spam-Level: X-Spam-Status: No, score=-1.8 required=5.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,NICE_REPLY_A,NO_DNS_FOR_FROM, URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 Received: from [192.168.88.254] (unknown [125.160.110.15]) by gnuweeb.org (Postfix) with ESMTPSA id 168BE8060F; Wed, 3 Aug 2022 12:49:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gnuweeb.org; s=default; t=1659530944; bh=8UFK0MHWWe2QyPWqnmA/JFXejNz7V6ZIIztQlOxCEMs=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=jofmg+c4LQ497aDF2goBd63Eh6iVJyB+ezoJvo+ikvfOJe0yt1q//YUrp95hsJd9L EvrPA2FKnJrg4SEjeFUL4Qts72hcr1OxJbuLhsMvmNlSM6WIeiPvZU8vTSAAPWowXG aRQi1fvocwWhAMwUB+iwxYX2h7Ewqhap7PH4GEtyTaALzbYQ3vi0ZDk4qNCLkVpRI4 Tq6uOAfw6FYnY0npx36OIIgtBvnotZUJ1A2umtI3Yp69bNEAzI5L+jZbcvTldV01eN D1AxLhJhYLKXCI6z+8EU5DLBGoS9sjI/eh+QPG/hrJqjA3pN/5Gma7wznRnSmGLatD 1I60ijmssXU0Q== Message-ID: Date: Wed, 3 Aug 2022 19:49:00 +0700 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0 Subject: Re: [PATCH v1 2/2] Use html.escape() for fix_utf8_chars() Content-Language: en-US To: Muhammad Rizki Cc: GNU/Weeb Mailing List , Alviro Iskandar Setiawan References: <20220803102718.1084-1-kiizuha@gnuweeb.org> <20220803102718.1084-3-kiizuha@gnuweeb.org> From: Ammar Faizi In-Reply-To: <20220803102718.1084-3-kiizuha@gnuweeb.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit List-Id: On 8/3/22 5:27 PM, Muhammad Rizki wrote: > return html.escape(html.escape(text)) I doubt about this double escape. Just to clear my doubt. Did you test this? I didn't, but you said previously that "<" is shown as ">" which is totally garbage if that's the actual output. Rizki? -- Ammar Faizi