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 9C01F804D1; Fri, 21 Oct 2022 11:31:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=gnuweeb.org; s=default; t=1666351889; bh=5+ayMBVWAmhf4fM0kfbLq/8lMQQcLIBkHMed3tXN3Nw=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=M+gtC7yim7szTFZ8NcM0uJNMZiWgkhTtrXArsmz4zPz9pG9yYRmewR9JqbPC7UhqI 0Bt0Xp2XuK74U9OAzFzILiWb7j4wM+hAbaRkteiU/OK4cCc084vTIrjFLkaNLUs95i EdskPPl1JTaYrnEa+YW4QAh7qQXhVLkln7O4NAP5rDOflCDGyAQ/Jn63Aw8eVlxHh/ DbfA9xoP+VnHaG0ZTcE9UrhEULH2CZ1qIYKJcSbFKe8D6bPxCLkZED9xwiSx8eX7qS xM9hPyvehjfHYomtBegZvWP62Lp1PaX5Eth4eNOXRkDsoOyEn8ZWT11KrzsPdZl0LD rVIBKFzgpRBjg== Message-ID: <9bca0abf-b4c1-6c80-638d-7674803a7191@gnuweeb.org> Date: Fri, 21 Oct 2022 18:31:26 +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 v1 4/7] atom: Improve fix_utf8_char() Content-Language: en-US To: Muhammad Rizki , Alviro Iskandar Setiawan Cc: GNU/Weeb Mailing List References: <20221018081635.1617-1-kiizuha@gnuweeb.org> <20221018081635.1617-5-kiizuha@gnuweeb.org> From: Ammar Faizi In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit List-Id: On 10/20/22 11:24 AM, Muhammad Rizki wrote: > Actually, I can do it. Just use an enums library and make a class Platform and use it like Platform.DISCORD or Platform.TELEGRAM I agree with that. Please wire this up in v3. -- Ammar Faizi