[PR #461] [CLOSED] WIP: Disable plain text converters to support Unicode with XWindowsClipboard #1640

Closed
opened 2026-05-05 07:58:22 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/debauchee/barrier/pull/461
Author: @pdecat
Created: 10/12/2019
Status: Closed

Base: masterHead: fix_unicode_question_marks


📝 Commits (1)

  • 41a64e1 XWindowsClipboard: disable plain text converters to work-around encoding issues with Unicode characters being replaced by question marks #344

📊 Changes

1 file changed (+6 additions, -4 deletions)

View changed files

📝 src/lib/platform/XWindowsClipboard.cpp (+6 -4)

📄 Description

This PRs aims to resolve issue #344, where Unicode characters pasted to linux client or server are replaced by question marks.

This is marked as WIP as I'm still investigating why the text/plain converter is selected instead of the Unicode one.

The current change is more like a work-around that disables plain text converters for
XWindowsClipboard. Did not notice side effects yet.


🔄 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/debauchee/barrier/pull/461 **Author:** [@pdecat](https://github.com/pdecat) **Created:** 10/12/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `fix_unicode_question_marks` --- ### 📝 Commits (1) - [`41a64e1`](https://github.com/debauchee/barrier/commit/41a64e159091cbcc3154caf1124ee9a3b04e72a1) XWindowsClipboard: disable plain text converters to work-around encoding issues with Unicode characters being replaced by question marks #344 ### 📊 Changes **1 file changed** (+6 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `src/lib/platform/XWindowsClipboard.cpp` (+6 -4) </details> ### 📄 Description This PRs aims to resolve issue #344, where Unicode characters pasted to linux client or server are replaced by question marks. This is marked as WIP as I'm still investigating why the `text/plain` converter is selected instead of the Unicode one. The current change is more like a work-around that disables plain text converters for XWindowsClipboard. Did not notice side effects yet. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 07:58:22 -06: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: github-starred/barrier#1640
No description provided.