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 escape/unescape functions according to the RFC #15

Merged
merged 1 commit into from
Mar 6, 2015

Conversation

chotiwat
Copy link
Contributor

This pull request fixes the issue where the current implementation doesn't correctly escape text properties.

According to the RFC, backslashes should be escaped, while double quotes should not. In addition, newline can be escaped as either \n or \N.

@joeydong joeydong assigned joeydong and pierre-elie and unassigned joeydong Jan 28, 2015
@joeydong
Copy link
Contributor

Thank you @chotiwat ! We will take a look at it.

pierre-elie pushed a commit that referenced this pull request Mar 6, 2015
Fix escape/unescape functions according to the RFC
@pierre-elie pierre-elie merged commit 6181c3b into outlook:master Mar 6, 2015
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.

3 participants