We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Decoding works fine An example with this short table.xml:
<table version="0.0.2"> <packages index="1" count="1"> <package index="0" id="127" name="what.the"> <specs index="2" count="1"> <spec index="1" id="17" entryCount="301" name="string"> <types index="1" count="3"> <type index="0" id="17" configFlags="-es" configFlagsSize="64" entryCount="301"/> <type index="1" id="17" *configFlags="-b+es+419"* configFlagsSize="64" entryCount="301"/> <type index="2" id="17" configFlags="-es-rUS" configFlagsSize="64" entryCount="301"/> </types> </spec> </specs> </package> </packages> </table>
Encoding has trouble Once built back to .arsc format then again converted to xml:
<table version="0.0.2"> <packages index="1" count="1"> <package index="0" id="127" name="what.the"> <specs index="2" count="1"> <spec index="1" id="17" entryCount="301" name="string"> <types index="1" count="3"> <type index="0" id="17" configFlags="-es" configFlagsSize="64" entryCount="301"/> <type index="1" id="17" configFlags="" configFlagsSize="64" entryCount="301"/> <type index="2" id="17" configFlags="-es-rUS" configFlagsSize="64" entryCount="301"/> </types> </spec> </specs> </package> </packages> </table>
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Decoding works fine
An example with this short table.xml:
Encoding has trouble
Once built back to .arsc format then again converted to xml:
The text was updated successfully, but these errors were encountered: