[PR #549] [CLOSED] Fix warnings and errors caused by unicode characters. #24174

Open
opened 2026-01-31 09:01:49 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/549
Author: @ZgblKylin
Created: 5/8/2019
Status: Closed

Base: masterHead: master


📝 Commits (1)

  • 7c78123 Fix warnings and errors caused by CJK characters.

📊 Changes

4 files changed (+8 additions, -8 deletions)

View changed files

📝 src/host/ut_host/ClipboardTests.cpp (+1 -1)
📝 src/inc/test/CommonState.hpp (+1 -1)
📝 src/terminal/parser/ut_parser/InputEngineTest.cpp (+1 -1)
📝 src/tools/vtpipeterm/main.cpp (+5 -5)

📄 Description

Encoding of modified files is switched from UTF-8 to UTF-8 BOM.


🔄 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/microsoft/terminal/pull/549 **Author:** [@ZgblKylin](https://github.com/ZgblKylin) **Created:** 5/8/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`7c78123`](https://github.com/microsoft/terminal/commit/7c781230277ee99a6f7e3cc945981c76f80e45df) Fix warnings and errors caused by CJK characters. ### 📊 Changes **4 files changed** (+8 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `src/host/ut_host/ClipboardTests.cpp` (+1 -1) 📝 `src/inc/test/CommonState.hpp` (+1 -1) 📝 `src/terminal/parser/ut_parser/InputEngineTest.cpp` (+1 -1) 📝 `src/tools/vtpipeterm/main.cpp` (+5 -5) </details> ### 📄 Description Encoding of modified files is switched from ```UTF-8``` to ```UTF-8 BOM```. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-31 09:01:49 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#24174