[sword-svn] r217 - trunk

scribe at crosswire.org scribe at crosswire.org
Mon Oct 3 18:28:26 MST 2005


Author: scribe
Date: 2005-10-03 18:28:25 -0700 (Mon, 03 Oct 2005)
New Revision: 217

Modified:
   trunk/passagestudy.jsp
Log:
fixed to handle UTF8 headings


Modified: trunk/passagestudy.jsp
===================================================================
--- trunk/passagestudy.jsp	2005-08-04 12:35:10 UTC (rev 216)
+++ trunk/passagestudy.jsp	2005-10-04 01:28:25 UTC (rev 217)
@@ -246,7 +246,9 @@
 					if (heads.length > 0) {
 			%>
 					<tr><td colspan="2"><div <%= rtol ? "dir=\"rtl\"" : "" %> class="<%= (keyText.equals(activeKey)) ? "currentverse" : "verse" %>">
-						<h3> <%= heads[0] %> </h3></div></td><tr>
+				<h3>
+					<%= new String(heads[0].getBytes("iso8859-1"), "UTF-8") %>
+				 </h3></div></td><tr>
 			<%
 					}
 			%>



More information about the sword-cvs mailing list