GNU bug report logs - #68967
guix import: Issues handling Unicode

Previous Next

Package: guix;

Reported by: Tomás Ortín <tomasortin <at> mailbox.org>

Date: Wed, 7 Feb 2024 11:30:02 UTC

Severity: normal

To reply to this bug, email your comments to 68967 AT debbugs.gnu.org.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guix <at> gnu.org:
bug#68967; Package guix. (Wed, 07 Feb 2024 11:30:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Tomás Ortín <tomasortin <at> mailbox.org>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Wed, 07 Feb 2024 11:30:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Tomás Ortín <tomasortin <at> mailbox.org>
To: bug-guix <at> gnu.org
Subject: guix import: Issues handling Unicode
Date: Wed, 7 Feb 2024 12:29:20 +0100
"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))
```




This bug report was last modified 87 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.