mirror of
https://github.com/asciinema/asciinema.git
synced 2026-04-25 07:55:51 +03:00
[GH-ISSUE #103] UTF-8 native locale on OS X #80
Labels
No labels
bug
compatibility
feature request
fit for beginners
help wanted
hosting
idea
improvement
packaging
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asciinema#80
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @nevalla on GitHub (May 25, 2015).
Original GitHub issue: https://github.com/asciinema/asciinema/issues/103
When I try to run
asciinema recI will get the following errorOutput of
localecommand by default isI tried to modify my locale settings as following:
But it did not help.
What part should I modify in order to get asciinema run properly?
UPDATE: Tried to install from Homebrew, and version 0.9.9 worked correctly, but after upgrading it to version 1.0.0 I got the error back
@ku1ik commented on GitHub (May 25, 2015):
It's about
LC_CTYPE. asciinema expects it to be in formatxx_XX.UTF-8like others. It may be wrong assumption though, I'm now trying to find information whether"UTF-8"is correct value.@nevalla commented on GitHub (May 27, 2015):
Just upgraded to version 1.1.0 and it's working now as expected 👍
@ku1ik commented on GitHub (May 27, 2015):
Thanks for feedback!
@prog110 commented on GitHub (Jun 22, 2015):
How can I update these variable without hacking with the environment variables?
I use ubuntu 14.04 & tried running
update-localeseems to update/etc/default/locale, but not the environment variables LC__/LANG_ variables@ku1ik commented on GitHub (Jun 22, 2015):
@thekalinga You can run
LC_ALL=en_IN.UTF-8 asciinema rec.@JulioPapel commented on GitHub (Apr 2, 2017):
Just go to Terminal > Preferences > Profiles > Advanced
@nic commented on GitHub (Mar 25, 2018):
On iTerm: