You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
424 B
13 lines
424 B
--- ../__main__.py.orig 2018-12-28 15:18:49.567468833 +0100
|
|
+++ ./asciinema/__main__.py 2018-12-28 15:19:17.550800251 +0100
|
|
@@ -50,10 +50,6 @@
|
|
|
|
|
|
def main():
|
|
- if locale.nl_langinfo(locale.CODESET).upper() != 'UTF-8':
|
|
- print("asciinema needs a UTF-8 native locale to run. Check the output of `locale` command.")
|
|
- sys.exit(1)
|
|
-
|
|
try:
|
|
cfg = config.load()
|
|
except config.ConfigError as e:
|
|
|