We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aef4af4 + c1c55af commit c386ee5Copy full SHA for c386ee5
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