We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 64ed6b2 + e67f8c8 commit c1c55afCopy full SHA for c1c55af
tools/aapt/XMLNode.cpp
@@ -511,7 +511,8 @@ void printXMLBlock(ResXMLTree* block)
511
namespaces.pop();
512
} else if (code == ResXMLTree::TEXT) {
513
size_t len;
514
- printf("%sC: \"%s\"\n", prefix.string(), String8(block->getText(&len)).string());
+ printf("%sC: \"%s\"\n", prefix.string(),
515
+ ResTable::normalizeForOutput(String8(block->getText(&len)).string()).string());
516
}
517
518
0 commit comments