You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expected behavior
The <link>blog</link> text to be properly rendered as ~ (link|blog|link).
Screenshots
Versions and environment
Tolgee Platform version: Cloud
Environment: N/A
Browser: Chromium Version 131.0.6778.69 (Official Build) Arch Linux (64-bit)
Additional context
Likely to be an issue with Unicode characters; emojis are 2 UTF-16 code units (str = "🐭S"; str[1] !== "S"; str[2] === "S"; str.length === 3)
The text was updated successfully, but these errors were encountered:
Describe the bug
In presence of Unicode characters, the visual editor fails to properly place the richtext elements such as tag opening/closing.
To Reproduce
https://app.tolgee.io/projects/1/translations?search=footer-cloud-sent-by
Expected behavior
The
<link>blog</link>
text to be properly rendered as ~(link|blog|link)
.Screenshots
Versions and environment
Additional context
Likely to be an issue with Unicode characters; emojis are 2 UTF-16 code units (
str = "🐭S"; str[1] !== "S"; str[2] === "S"; str.length === 3
)The text was updated successfully, but these errors were encountered: