[sword-svn] r233 - trunk
scribe at crosswire.org
scribe at crosswire.org
Sun Dec 11 12:45:58 MST 2005
Author: scribe
Date: 2005-12-11 12:45:54 -0700 (Sun, 11 Dec 2005)
New Revision: 233
Modified:
trunk/dailydevotion.jsp
Log:
Added proper decoding parameters for daily devos. (yighu)
Modified: trunk/dailydevotion.jsp
===================================================================
--- trunk/dailydevotion.jsp 2005-11-28 22:37:02 UTC (rev 232)
+++ trunk/dailydevotion.jsp 2005-12-11 19:45:54 UTC (rev 233)
@@ -51,7 +51,7 @@
"&") + " (" + activeDevo.getName() + ")" %></h3>
<div class="verse">
- <%= new String(activeDevo.getRenderText().getBytes(), "UTF-8") %>
+ <%= new String(activeDevo.getRenderText().getBytes("iso-8859-1"), "UTF-8") %>
</div>
</div>
</tiles:put>
More information about the sword-cvs
mailing list