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

Improve handling of special characters in string resources #4220

Merged
merged 1 commit into from
Feb 2, 2024

Conversation

terrakok
Copy link
Member

@terrakok terrakok commented Feb 1, 2024

Introduced a function to process and replace certain escaped symbols like '\n', '\t', and '\uXXXX' in the strings extracted from compose string resources.

Introduced a function to process and replace certain escaped symbols like '\n', '\t', and '\uXXXX' in the strings extracted from compose string resources.
@terrakok terrakok requested a review from pjBooms February 1, 2024 15:58
*
* '\\' -> '\'
*
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What about quotes? Will be they supported in an additional commit?

@pjBooms pjBooms self-requested a review February 2, 2024 15:21
@terrakok terrakok merged commit 870b2d3 into master Feb 2, 2024
@terrakok terrakok deleted the k.tskh/esc-symbols branch February 2, 2024 15:25
@terrakok
Copy link
Member Author

terrakok commented Feb 6, 2024

Fixes: #4220

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.

2 participants