From d26301a65cef86ab2dd0900a1509bc613d936df1 Mon Sep 17 00:00:00 2001 From: Gaston Dombiak Date: Sun, 28 Sep 2003 03:01:54 +0000 Subject: [PATCH] modified the example to use unicode values for special spanish chars git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2110 b35dd754-fafc-0310-a699-88a17e54d16e --- test/org/jivesoftware/smackx/XHTMLManagerTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/org/jivesoftware/smackx/XHTMLManagerTest.java b/test/org/jivesoftware/smackx/XHTMLManagerTest.java index 07a36659d..290729b3d 100644 --- a/test/org/jivesoftware/smackx/XHTMLManagerTest.java +++ b/test/org/jivesoftware/smackx/XHTMLManagerTest.java @@ -310,7 +310,7 @@ public class XHTMLManagerTest extends TestCase { xhtmlText.appendCloseParagraphTag(); xhtmlText.appendOpenBlockQuoteTag(null); xhtmlText.appendOpenParagraphTag(null); - xhtmlText.append("Una consistencia ridícula es el espantajo de mentes pequeñas."); + xhtmlText.append("Una consistencia ridícula es el espantajo de mentes pequeñas."); xhtmlText.appendCloseParagraphTag(); xhtmlText.appendCloseBlockQuoteTag(); // Add the XHTML text to the message