unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
From: "Tomás Ortín via Bug reports for GNU Guix" <bug-guix@gnu.org>
To: 68967@debbugs.gnu.org
Subject: bug#68967: guix import: Issues handling Unicode
Date: Wed, 7 Feb 2024 12:29:20 +0100	[thread overview]
Message-ID: <6f750e33-d7c5-9dfc-e3eb-29758df59d71@mailbox.org> (raw)

"guix import" seems to have issues when importing text encoded in some 
non-ascii characters (or at least in Chinese).
As an example to reproduce, this is the output generated by "guix import 
pypinyin":

```
(package
   (name "python-pypinyin")
   (version "0.50.0")
   (source
    (origin
      (method url-fetch)
      (uri (pypi-uri "pypinyin" version))
      (sha256
       (base32 "1yw075j7hjp1kc1jdihp4yq3jd5jpp7grzm5mh1d3fkqkd5prrvj"))))
   (build-system pyproject-build-system)
   (propagated-inputs (list python-enum34 python-typing))
   (home-page "https://github.com/mozillazg/python-pinyin")
   (synopsis "汉字拼音转换模块/工具.")
   (description "汉字拼音转换模块/工具.")
   (license license:expat))
```




                 reply	other threads:[~2024-02-07 11:30 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=6f750e33-d7c5-9dfc-e3eb-29758df59d71@mailbox.org \
    --to=bug-guix@gnu.org \
    --cc=68967@debbugs.gnu.org \
    --cc=tomasortin@mailbox.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).