Skip to content
Snippets Groups Projects

JetBrains: Fix encoding errors when using the standalone version

Merged Warren Gifford requested to merge ps/jetbrains-standalone-encoding into main

Created by: philipp-spiess

This PR fixes a text encoding error with the standalone version. Not urgent but this was annoying me :neutral_face:.

The issue is that the default atob method does not properly handle unicode characters. We can, however, use the same library that we use to encode the text. This also preserves leading ZERO WIDTH NO-BREAK SPACE character, a property that the TextEncoder did not help with.

Test plan

Screenshot 2022-07-08 at 15 40 09

App preview:

Check out the client app preview documentation to learn more.

Merge request reports

Merged by avatar (May 6, 2025 2:50pm UTC)

Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading