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

Converter fails to parse format tags in Android strings.xml file #3

Closed
Liquidsoul opened this issue May 27, 2016 · 0 comments
Closed
Assignees
Labels
Milestone

Comments

@Liquidsoul
Copy link
Owner

Android strings resource can contain format tags <b>, <i> and <u>.
The current implementation fails when one of this tag is used.

Example of strings.xml file:

<?xml version="1.0" encoding="UTF-8"?>
<resources>
    <string name="hello.world">Hello <b><u>world</u></b>!</string>
</string>
</resources>
@Liquidsoul Liquidsoul added the bug label May 27, 2016
@Liquidsoul Liquidsoul self-assigned this May 27, 2016
@Liquidsoul Liquidsoul added this to the 0.0.2 milestone May 27, 2016
This was referenced May 29, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant