X-Git-Url: https://git.saurik.com/android/aapt.git/blobdiff_plain/c54cad720473ab3280bdbcc7d74653dae4214154..a26716da51b33c5014fba460537db707a9ea84f2:/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<AaptAssets>& assets,
 status_t XMLNode::flatten(const sp<AaptFile>& dest,
         bool stripComments, bool stripRawValues) const
 {
-    StringPool strings = StringPool(false, mUTF8);
+    StringPool strings(mUTF8);
     Vector<uint32_t> resids;
     
     // First collect just the strings for attribute names that have a