mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-15 16:52:07 +01:00
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:
parent
104e47cb3e
commit
d26301a65c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue