Skip to content

Mobile docs encoding#16665

Closed
HazAT wants to merge 1 commit intomasterfrom
cursor/mobile-docs-encoding-d687
Closed

Mobile docs encoding#16665
HazAT wants to merge 1 commit intomasterfrom
cursor/mobile-docs-encoding-d687

Conversation

@HazAT
Copy link
Member

@HazAT HazAT commented Mar 4, 2026

DESCRIBE YOUR PR

Fixes an encoding issue on the wildcard operators documentation page (/docs/concepts/search/index.mdx). The code block was using literal \uf00d characters, which displayed as boxes (□) on Mobile Safari due to font rendering issues. This PR replaces these literal characters with their escaped text representation \uf00d to ensure consistent display across all browsers and clearly communicate the correct characters to users.

IS YOUR CHANGE URGENT?

  • Urgent deadline (GA date, etc.):
  • Other deadline:
  • None: Not urgent, can wait up to 1 week+

SLA

  • Teamwork makes the dream work, so please add a reviewer to your PRs.
  • Please give the docs team up to 1 week to review your PR unless you've added an urgent due date to it.
    Thanks in advance for your help!

PRE-MERGE CHECKLIST

Make sure you've checked the following before merging your changes:

  • Checked Vercel preview for correctness, including links
  • PR was reviewed and approved by any necessary SMEs (subject matter experts)
  • PR was reviewed and approved by a member of the Sentry docs team

LEGAL BOILERPLATE

Look, I get it. The entity doing business as "Sentry" was incorporated in the State of Delaware in 2015 as Functional Software, Inc. and is gonna need some rights from me in order to utilize my contributions in this here PR. So here's the deal: I retain all rights, title and interest in and to my contributions, and by keeping this boilerplate intact I confirm that Sentry can use, modify, copy, and redistribute my contributions, under Sentry's choice of terms.

EXTRA RESOURCES


Slack Thread

Open in Web Open in Cursor 

…mpatibility

The wildcard operators section used literal \uf00d (Private Use Area) characters
that rendered as boxes on Mobile Safari and other browsers without the required
font. Replaced with escaped text representation that displays consistently.

Co-Authored-By: Claude <noreply@anthropic.com>

Co-authored-by: Daniel Griesser <daniel@sentry.io>
@cursor
Copy link

cursor bot commented Mar 4, 2026

Cursor Agent can help with this pull request. Just @cursor in comments and I'll start working on changes in this branch.
Learn more about Cursor Agents

@vercel
Copy link

vercel bot commented Mar 4, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
sentry-docs Building Building Preview, Comment Mar 4, 2026 7:54am
1 Skipped Deployment
Project Deployment Actions Updated (UTC)
develop-docs Ignored Ignored Mar 4, 2026 7:54am

Request Review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants