X-Git-Url: https://git.saurik.com/android/aapt.git/blobdiff_plain/2dc8436a9b21eab1c7a04ecbafd5a9af9bb19e8c..d6ecd33ad35cff96758b2d5adf553ebbb791d95a:/XMLNode.cpp diff --git a/XMLNode.cpp b/XMLNode.cpp index 8d7acee..dcbe7db 100644 --- a/XMLNode.cpp +++ b/XMLNode.cpp @@ -511,7 +511,8 @@ void printXMLBlock(ResXMLTree* block) namespaces.pop(); } else if (code == ResXMLTree::TEXT) { size_t len; - printf("%sC: \"%s\"\n", prefix.string(), String8(block->getText(&len)).string()); + printf("%sC: \"%s\"\n", prefix.string(), + ResTable::normalizeForOutput(String8(block->getText(&len)).string()).string()); } } @@ -973,7 +974,7 @@ status_t XMLNode::assignResourceIds(const sp& assets, status_t XMLNode::flatten(const sp& dest, bool stripComments, bool stripRawValues) const { - StringPool strings = StringPool(false, mUTF8); + StringPool strings(mUTF8); Vector resids; // First collect just the strings for attribute names that have a