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 [10.7.7.5] (unknown [182.253.183.247]) by gnuweeb.org (Postfix) with ESMTPSA id 1AB6580908; Fri, 21 Oct 2022 10:50:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gnuweeb.org; s=default; t=1666349422; bh=NuBeYa+PyDrmxpRH4/5xmMXK0ieX7Tzj6nVOc6t+Bug=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=uCGLEY1Qc0tghTDGb/jLJikAlzuoHpTq5ikvunDCdEQGW4XnV0N3VF3YqjO+Jl/a9 43fLs3UqsScIK6qiol+MZ5Wbf4ww1SIHNcCRX7yrFJjpozzDVCzWgzNSASx7vpdhL4 Qm3HJl7CR1vR3HdtJeqBx/TQs6ZT6Xfpf4nKr4n8cbsG1b03FistoDvqeRFFf1pVMO oGAbx3Mbzrgpce7/uAqIU24u+u265CleGYp/k2KbiCZGTMmflL53/mrRxCHLoJcgYS HG0X2LZDd33uZOSXkVaDbjUR+BD4XvFe6UiwPr9OfGxcMaPbjyMSdp66GdfRWedSOg e2bYvfw+wvDqA== Message-ID: <1af6bd52-d817-c22f-f757-9fa034e2a166@gnuweeb.org> Date: Fri, 21 Oct 2022 17:50:17 +0700 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.2.2 Subject: Re: [PATCH v2 4/8] atom: Small change for fix_utf8_char() Content-Language: en-US To: Muhammad Rizki Cc: Alviro Iskandar Setiawan , GNU/Weeb Mailing List References: <20221020083845.907-1-kiizuha@gnuweeb.org> <20221020083845.907-5-kiizuha@gnuweeb.org> <553365db-106b-dc91-108c-38b3d9b0bbba@gnuweeb.org> From: Ammar Faizi In-Reply-To: <553365db-106b-dc91-108c-38b3d9b0bbba@gnuweeb.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit List-Id: On 10/21/22 5:44 PM, Muhammad Rizki wrote: > The text content that I'm printing out in the send_text_mail() in the telegram/packages/client.py is: After reading the output you just sent, I think there are two possibilities here: 1) You use the Telegram library wrong. Or ... 2) It's a bug in the Telegram library itself. What do you think? -- Ammar Faizi