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

fix(Blank Screen): Improve UTF-16 character handling in Typewriter class #5982

Merged
merged 3 commits into from
Oct 23, 2024

Commits on Oct 23, 2024

  1. fix(typewriter): handle UTF-16 surrogate pairs correctly in text anim…

    …ation
    
    - Add getNextValidSlicePoint method to safely slice text at valid UTF-16 boundaries
    - Prevent breaking of special characters and emojis during typewriter animation
    - Refactor text processing logic for better character handling
    PriNova committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    26ceb40 View commit details
    Browse the repository at this point in the history
  2. Re-add documentation

    PriNova committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    7886267 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7dac8a9 View commit details
    Browse the repository at this point in the history