[PR #5914] [MERGED] CodepointWidthDetector: reclassify U+25FB, U+25FC as Narrow #26535

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

📋 Pull Request Information

Original PR: https://github.com/microsoft/terminal/pull/5914
Author: @DHowett-MSFT
Created: 5/14/2020
Status: Merged
Merged: 5/15/2020
Merged by: @undefined

Base: masterHead: dev/duhowett/continue_reclassifying


📝 Commits (1)

  • 7d79f3c Reclassify U+25FB, U+25FC as Narrow

📊 Changes

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

View changed files

📝 src/types/CodepointWidthDetector.cpp (+1 -1)

📄 Description

This seems to be in line with the emoji-sequences table in the latest
version of the Unicode standard: those glyphs require U+FE0F to activate
their emoji presentation. Since we don't support composing U+FE0F, we
should not present them as emoji by default.

Fixes #5910.

Yes, I hate 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/microsoft/terminal/pull/5914 **Author:** [@DHowett-MSFT](https://github.com/DHowett-MSFT) **Created:** 5/14/2020 **Status:** ✅ Merged **Merged:** 5/15/2020 **Merged by:** [@undefined](undefined) **Base:** `master` ← **Head:** `dev/duhowett/continue_reclassifying` --- ### 📝 Commits (1) - [`7d79f3c`](https://github.com/microsoft/terminal/commit/7d79f3c8bfe950368f6276c318c0357484205a60) Reclassify U+25FB, U+25FC as Narrow ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `src/types/CodepointWidthDetector.cpp` (+1 -1) </details> ### 📄 Description This seems to be in line with the emoji-sequences table in the latest version of the Unicode standard: those glyphs require U+FE0F to activate their emoji presentation. Since we don't support composing U+FE0F, we should not present them as emoji by default. Fixes #5910. Yes, I hate this. --- <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:16:40 +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#26535