[PR #302] [MERGED] Stop exiting needlessly on plain "C" locales #430

Closed
opened 2026-02-25 20:33:42 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/asciinema/asciinema/pull/302
Author: @jpouellet
Created: 5/6/2018
Status: Merged
Merged: 12/8/2018
Merged by: @ku1ik

Base: developHead: develop


📝 Commits (1)

  • 17b99e4 Stop exiting needlessly on plain "C" locales

📊 Changes

1 file changed (+2 additions, -2 deletions)

View changed files

📝 asciinema/__main__.py (+2 -2)

📄 Description

Without setting a specific *.UTF-8 locale, things default to C,
which uses a US-ASCII character encoding.

Default installs of at least OpenBSD (and likely other systems)
fall into this category, and asciinema refuses to run at all.

This is asciinema after all... it should support ascii!


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/asciinema/asciinema/pull/302 **Author:** [@jpouellet](https://github.com/jpouellet) **Created:** 5/6/2018 **Status:** ✅ Merged **Merged:** 12/8/2018 **Merged by:** [@ku1ik](https://github.com/ku1ik) **Base:** `develop` ← **Head:** `develop` --- ### 📝 Commits (1) - [`17b99e4`](https://github.com/asciinema/asciinema/commit/17b99e412796bcf1cedcc98e6903ad2cbf75fb1f) Stop exiting needlessly on plain "C" locales ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `asciinema/__main__.py` (+2 -2) </details> ### 📄 Description Without setting a specific *.UTF-8 locale, things default to C, which uses a US-ASCII character encoding. Default installs of at least OpenBSD (and likely other systems) fall into this category, and asciinema refuses to run at all. This is **ascii**nema after all... it should support ascii! --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 20:33:42 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/asciinema#430
No description provided.