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