[GH-ISSUE #158] Some unicode characters no longer showing up in latest opentui #38

Closed
opened 2026-03-02 23:44:03 +03:00 by kerem · 1 comment
Owner

Originally created by @remorses on GitHub (Sep 13, 2025).
Original GitHub issue: https://github.com/anomalyco/opentui/issues/158

Repro:


import React from 'react'
import { render } from '@opentui/react'

function UnicodeSquareRepro() {
  return (
    <box flexDirection='column' gap={1}>
      <text>▪︎</text>
      <text></text>
      <text>◻️</text>
    </box>
  )
}

render(<UnicodeSquareRepro />)

The first square unicode and third one no longer show up, instead it shows a space character

Originally created by @remorses on GitHub (Sep 13, 2025). Original GitHub issue: https://github.com/anomalyco/opentui/issues/158 Repro: ```tsx import React from 'react' import { render } from '@opentui/react' function UnicodeSquareRepro() { return ( <box flexDirection='column' gap={1}> <text>▪︎</text> <text>⬜</text> <text>◻️</text> </box> ) } render(<UnicodeSquareRepro />) ``` The first square unicode and third one no longer show up, instead it shows a space character
kerem 2026-03-02 23:44:03 +03:00
  • closed this issue
  • added the
    core
    bug
    labels
Author
Owner

@msmps commented on GitHub (Sep 13, 2025):

introduce in github.com/sst/opentui@4330ea8dbc (diff-957e7436e1)

<!-- gh-comment-id:3288119431 --> @msmps commented on GitHub (Sep 13, 2025): introduce in https://github.com/sst/opentui/commit/4330ea8dbc26b8da9456d1bedf5fbe893d859739#diff-957e7436e16569e080cb465f4caebbbd00fa2710550b7e790f1874fd62010033
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
starred/opentui#38
No description provided.