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

Update how to escape special characters #190

Closed
wants to merge 1 commit into from

Conversation

yhatt
Copy link
Owner

@yhatt yhatt commented Aug 12, 2020

Use CGJ (\u034f) to escape characters, for getting unified rendering in several Slack clients including for Android. Resolves #187.

Known issue

This change makes failure of styling in some edge cases:

<Blocks>
  <Section><b>*Hello!</b></Section>
</Blocks>
Current (date fallback) Updated way

In this case, we may need replacement of characters to similar glyph like previous way

Use CGJ to get unified rendering in several clients.
@yhatt yhatt marked this pull request as draft October 7, 2020 02:19
@yhatt yhatt closed this Jun 16, 2021
@yhatt yhatt deleted the branch master June 16, 2021 05:44
@yhatt yhatt deleted the update-how-to-escape-sp-chars branch July 22, 2021 15:03
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.

Escaped special chars in Android have incorrect rendering
1 participant