guix import: Issues handling Unicode

  • Open
  • quality assurance status badge
Details
One participant
  • Tomás Ortín
Owner
unassigned
Submitted by
Tomás Ortín
Severity
normal

Debbugs page

Tomás Ortín wrote 1 years ago
(address . bug-guix@gnu.org)
6f750e33-d7c5-9dfc-e3eb-29758df59d71@mailbox.org
"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))
(synopsis "汉字拼音转换模块/工具.")
(description "汉字拼音转换模块/工具.")
(license license:expat))
```
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 68967@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 68967
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help