%@ page language="java" contentType="text/html;charset=utf-8" %> <%@ page import="org.crosswire.sword.orb.*" %> <% SWMgr mgr = SwordOrb.getSWMgrInstance(session); SWModule book = mgr.getModuleByName("KJV"); %>
The <%= book.getDescription() %>'s entry for <%= book.getKeyText() %> is:
<%= new String(book.getRenderText().getBytes("iso8859-1"), "UTF-8") %>