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

"&" is causing error in android string resource xml #10

Closed
michaelhenry opened this issue Jan 5, 2018 · 6 comments
Closed

"&" is causing error in android string resource xml #10

michaelhenry opened this issue Jan 5, 2018 · 6 comments

Comments

@michaelhenry
Copy link
Owner

michaelhenry commented Jan 5, 2018

escaping all the html related characters.

michaelhenry added a commit that referenced this issue Jan 6, 2018
@michaelhenry
Copy link
Owner Author

e

@iyotetsuya
Copy link

@michaelhenry
I still got the hint said Unescaped & or nonterminated character/entity reference
Did I miss anything to set?

@michaelhenry
Copy link
Owner Author

@iyotetsuya may i know what is the affected character? thank you

@iyotetsuya
Copy link

@michaelhenry the character & which be expected as &.

@michaelhenry
Copy link
Owner Author

@iyotetsuya ah i see, i will check it. thanks

@michaelhenry
Copy link
Owner Author

michaelhenry commented Feb 4, 2019

@iyotetsuya I checked it and it actually converted to &amps;
here is the part of the response

<string name="terms_and_conditions">Terms &amp; Conditions</string>

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

No branches or pull requests

2 participants