[PR #176] [MERGED] feat: add UTF-8 chars to output when supported and allowed #294

Closed
opened 2026-05-07 00:20:13 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/ovh/the-bastion/pull/176
Author: @speed47
Created: 4/14/2021
Status: Merged
Merged: 5/24/2021
Merged by: @speed47

Base: masterHead: unicode


📝 Commits (2)

  • ec20d8c feat: add UTF-8 chars to output when supported and allowed
  • 267e0f6 chore: update documentation

📊 Changes

83 files changed (+149 additions, -19 deletions)

View changed files

📝 bin/plugin/open/selfGenerateEgressKey (+2 -1)
📝 bin/plugin/open/selfPlaySession (+5 -5)
📝 bin/shell/osh.pl (+0 -1)
📝 doc/sphinx/administration/bastion_conf.rst (+12 -0)
📝 doc/sphinx/plugins/admin/adminMaintenance.rst (+1 -0)
📝 doc/sphinx/plugins/admin/adminSudo.rst (+1 -0)
📝 doc/sphinx/plugins/group-aclkeeper/groupAddServer.rst (+1 -0)
📝 doc/sphinx/plugins/group-aclkeeper/groupDelServer.rst (+1 -0)
📝 doc/sphinx/plugins/group-gatekeeper/groupAddGuestAccess.rst (+1 -0)
📝 doc/sphinx/plugins/group-gatekeeper/groupAddMember.rst (+1 -0)
📝 doc/sphinx/plugins/group-gatekeeper/groupDelGuestAccess.rst (+1 -0)
📝 doc/sphinx/plugins/group-gatekeeper/groupDelMember.rst (+1 -0)
📝 doc/sphinx/plugins/group-gatekeeper/groupListGuestAccesses.rst (+1 -0)
📝 doc/sphinx/plugins/group-owner/groupAddAclkeeper.rst (+1 -0)
📝 doc/sphinx/plugins/group-owner/groupAddGatekeeper.rst (+1 -0)
📝 doc/sphinx/plugins/group-owner/groupAddOwner.rst (+1 -0)
📝 doc/sphinx/plugins/group-owner/groupDelAclkeeper.rst (+1 -0)
📝 doc/sphinx/plugins/group-owner/groupDelEgressKey.rst (+1 -0)
📝 doc/sphinx/plugins/group-owner/groupDelGatekeeper.rst (+1 -0)
📝 doc/sphinx/plugins/group-owner/groupDelOwner.rst (+1 -0)

...and 63 more files

📄 Description

To enhance the readability and visibility of important messages
(such as critical ones). This can be disabled with the allowUTF8
global option set to false. It's never enabled if the user locale
or their terminal don't seem to support it.


🔄 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/ovh/the-bastion/pull/176 **Author:** [@speed47](https://github.com/speed47) **Created:** 4/14/2021 **Status:** ✅ Merged **Merged:** 5/24/2021 **Merged by:** [@speed47](https://github.com/speed47) **Base:** `master` ← **Head:** `unicode` --- ### 📝 Commits (2) - [`ec20d8c`](https://github.com/ovh/the-bastion/commit/ec20d8c1a3bba67e4c4cf86df16b01082b670250) feat: add UTF-8 chars to output when supported and allowed - [`267e0f6`](https://github.com/ovh/the-bastion/commit/267e0f647d12ed89b95eb700cdcc03c8ac00206d) chore: update documentation ### 📊 Changes **83 files changed** (+149 additions, -19 deletions) <details> <summary>View changed files</summary> 📝 `bin/plugin/open/selfGenerateEgressKey` (+2 -1) 📝 `bin/plugin/open/selfPlaySession` (+5 -5) 📝 `bin/shell/osh.pl` (+0 -1) 📝 `doc/sphinx/administration/bastion_conf.rst` (+12 -0) 📝 `doc/sphinx/plugins/admin/adminMaintenance.rst` (+1 -0) 📝 `doc/sphinx/plugins/admin/adminSudo.rst` (+1 -0) 📝 `doc/sphinx/plugins/group-aclkeeper/groupAddServer.rst` (+1 -0) 📝 `doc/sphinx/plugins/group-aclkeeper/groupDelServer.rst` (+1 -0) 📝 `doc/sphinx/plugins/group-gatekeeper/groupAddGuestAccess.rst` (+1 -0) 📝 `doc/sphinx/plugins/group-gatekeeper/groupAddMember.rst` (+1 -0) 📝 `doc/sphinx/plugins/group-gatekeeper/groupDelGuestAccess.rst` (+1 -0) 📝 `doc/sphinx/plugins/group-gatekeeper/groupDelMember.rst` (+1 -0) 📝 `doc/sphinx/plugins/group-gatekeeper/groupListGuestAccesses.rst` (+1 -0) 📝 `doc/sphinx/plugins/group-owner/groupAddAclkeeper.rst` (+1 -0) 📝 `doc/sphinx/plugins/group-owner/groupAddGatekeeper.rst` (+1 -0) 📝 `doc/sphinx/plugins/group-owner/groupAddOwner.rst` (+1 -0) 📝 `doc/sphinx/plugins/group-owner/groupDelAclkeeper.rst` (+1 -0) 📝 `doc/sphinx/plugins/group-owner/groupDelEgressKey.rst` (+1 -0) 📝 `doc/sphinx/plugins/group-owner/groupDelGatekeeper.rst` (+1 -0) 📝 `doc/sphinx/plugins/group-owner/groupDelOwner.rst` (+1 -0) _...and 63 more files_ </details> ### 📄 Description To enhance the readability and visibility of important messages (such as critical ones). This can be disabled with the `allowUTF8` global option set to `false`. It's never enabled if the user locale or their terminal don't seem to support it. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-07 00:20:13 +02: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/the-bastion#294
No description provided.