From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Unicode characters display issue Date: Sun, 02 Jul 2023 14:51:28 +0300 Message-ID: <83mt0eo7jz.fsf@gnu.org> References: <878rbymvak.fsf@zeus> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="7259"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Thanos Apollo Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sun Jul 02 13:51:54 2023 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1qFvcP-0001d0-Gg for ged-emacs-devel@m.gmane-mx.org; Sun, 02 Jul 2023 13:51:53 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qFvbZ-00074G-B6; Sun, 02 Jul 2023 07:51:01 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qFvbW-000742-Ij for emacs-devel@gnu.org; Sun, 02 Jul 2023 07:50:59 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qFvbV-0008JG-IE; Sun, 02 Jul 2023 07:50:57 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=AY0ZU8kuwL4w+0OXzEmHue5LXruDZtECjUgfvuv712o=; b=hiUEtG/bmOVx +TVAbqg/P/Kggy84TcWp4M3XGP0asP8UL1IeBn/zYSQ6hjDThU4BDwenFwLkRyF95h/VI71HmnHe/ kXTuO0om586bZrPeSLz+vaSlOlPOuPamiznWQMWyu8lfbhtZYAmsmpvb9nEsFjTIcGWmrtajndLcy rzPFrEKlzS+3rnqxcvkeJPO0dLotodUAj7o66R2Es7gUJ//OGCN1QK1L/K6qsv/yZ7PE8PNPLtVtk 9qMJWz5p4V+eh23YMltM609u2W1pOO5hD1A4FvoUFhfUp+BLlAbufzoI2kA4bpPrLLTjQFqXG8+VN PuCynEWJ+Raqq+O7hA8MtQ==; Original-Received: from [87.69.77.57] (helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qFvbR-0001Sv-TY; Sun, 02 Jul 2023 07:50:57 -0400 In-Reply-To: <878rbymvak.fsf@zeus> (message from Thanos Apollo on Sun, 02 Jul 2023 13:22:33 +0300) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:307355 Archived-At: > From: Thanos Apollo > Date: Sun, 02 Jul 2023 13:22:33 +0300 > > > I'm a medical student with little to no programming > experience/knowledge, apologies if this email is improperly formatted. > > I just have an issue with a package I'm working on. It's used to scrape > video search engines like youtube, watch & download videos etc from > Emacs. > > https://git.sr.ht/~thanosapollo/yeetube.el > > > My issue is when using 'url-retrieve-synchronously', creates a buffer > that does not automatically "transform" unicode characters. If you > copy-paste them into a browser everything is fine. Is this supposed to > be the default behavior? Am I doing something wrong? > > Is the only way to fix this issue to use something like > 'toggle-enable-multibyte-characters'? It's hard to answer your questions without knowing what you did, exactly. Can you come up with a simplified Lisp program that behaves like you describe, so that we could study it and see what you are doing wrong?