Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Skia Text doesn't render special characters #2994

Open
1 task
adithyavis opened this issue Mar 3, 2025 · 0 comments
Open
1 task

Skia Text doesn't render special characters #2994

adithyavis opened this issue Mar 3, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@adithyavis
Copy link

Description

Skia Text doesn't render many special characters, including the following

د.إ"

It instead renders these characters as blank boxes, as shown below
Image

React Native Skia Version

1.5.3

React Native Version

0.72.14

Using New Architecture

  • Enabled

Steps to Reproduce

Render this on a canvas, and it will render the special character properly

         <Text
            x={0}
            y={1}
            text="₪"
            font={font}
          />

Snack, Code Example, Screenshot, or Link to Repository

Image Currencies with special characters are not rendered properly
@adithyavis adithyavis added the bug Something isn't working label Mar 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant