mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
[PR #119] [MERGED] encode non-printable characters #319
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:escape-char📝 Commits (1)
9a1005eencode 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.