unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#68967: guix import: Issues handling Unicode
@ 2024-02-07 11:29 Tomás Ortín via Bug reports for GNU Guix
  0 siblings, 0 replies; only message in thread
From: Tomás Ortín via Bug reports for GNU Guix @ 2024-02-07 11:29 UTC (permalink / raw)
  To: 68967

"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))
```




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-02-07 11:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-02-07 11:29 bug#68967: guix import: Issues handling Unicode Tomás Ortín via Bug reports for GNU Guix

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).