Summary: | releaseme: Exception when running fetchpo.rb script from cmake | ||
---|---|---|---|
Product: | [Developer tools] releaseme | Reporter: | Andrew Shark <ashark> |
Component: | general | Assignee: | Unassigned bugs mailing-list <unassigned-bugs> |
Status: | RESOLVED NOT A BUG | ||
Severity: | normal | CC: | rakuco, sitter |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Andrew Shark
2021-10-29 04:32:00 UTC
if you run `LC_ALL=C locale charmap` I'm sure you'll find that C is in fact not capable of handling unicode because it defaults to ANSI. You need to use a .UTF-8 capable locale. Yes, if I run `LC_ALL=C locale charmap`, I get `ANSI_X3.4-1968`. I used LC_ALL=C to only make messages on English. Because I got some other errors. They are still unresloved, and I will submit proper bug reports for them. But with this case, when I use LOCALE=en_US.UTF-8, then translations are downloaded properly. Thanks for the advise. Closing. |