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
This commit is contained in:
Gaston Dombiak 2003-09-28 03:01:54 +00:00 committed by gdombiak
parent 104e47cb3e
commit d26301a65c
1 changed files with 1 additions and 1 deletions

View File

@ -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