0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-02-07 20:10:04 +00:00
2023-07-06 02:55:10 +09:00

19 lines
540 B
Diff

# Termux doesn't provide locale support, but UTF-8 is the default.
--- ./asciinema/__main__.py.orig 2022-05-08 04:11:10.417277242 +0000
+++ ./asciinema/__main__.py 2022-05-08 04:11:37.593919730 +0000
@@ -50,13 +50,6 @@
def main() -> Any:
- if not valid_encoding():
- sys.stderr.write(
- "asciinema needs an ASCII or UTF-8 character encoding to run. "
- "Check the output of `locale` command.\n"
- )
- return 1
-
try:
cfg = config.load()
except config.ConfigError as e: