[PR #119] [MERGED] encode non-printable characters #319

Closed
opened 2026-06-08 11:27:07 +03:00 by zhus · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/bootandy/dust/pull/119
Author: @oToToT
Created: 10/3/2020
Status: Merged
Merged: 10/9/2020
Merged by: @bootandy

Base: masterHead: escape-char


📝 Commits (1)

  • 9a1005e encode non-printable characters

📊 Changes

3 files changed (+15 additions, -1 deletions)

View changed files

📝 Cargo.lock (+11 -0)
📝 Cargo.toml (+1 -0)
📝 src/display.rs (+3 -1)

📄 Description

I tried to use stfu8 package to encode utf-8 characters.
Maybe this could resolve issue #118.

p.s. I'm not very familiar with Rust, feel free to abandon this.


🔄 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/bootandy/dust/pull/119 **Author:** [@oToToT](https://github.com/oToToT) **Created:** 10/3/2020 **Status:** ✅ Merged **Merged:** 10/9/2020 **Merged by:** [@bootandy](https://github.com/bootandy) **Base:** `master` ← **Head:** `escape-char` --- ### 📝 Commits (1) - [`9a1005e`](https://github.com/bootandy/dust/commit/9a1005ef67a04f7059dc885a9374b8cb15e63d71) encode non-printable characters ### 📊 Changes **3 files changed** (+15 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+11 -0) 📝 `Cargo.toml` (+1 -0) 📝 `src/display.rs` (+3 -1) </details> ### 📄 Description I tried to use [stfu8](https://crates.io/crates/stfu8) package to encode utf-8 characters. Maybe this could resolve issue #118. p.s. I'm not very familiar with Rust, feel free to abandon this. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
zhus added the pull-request label 2026-06-08 11:27:07 +03:00
zhus closed this issue 2026-06-08 11:27:08 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: bootandy/archived-dust#319