[sword-cvs] swordtools/modules/hebrew-wlc/WLC2OSIS/WLC2OSIS/Parse
Markers.java, 1.1, 1.2
sword at www.crosswire.org
sword at www.crosswire.org
Fri Jun 11 07:11:42 MST 2004
Committed by: mgruner
Update of /cvs/core/swordtools/modules/hebrew-wlc/WLC2OSIS/WLC2OSIS/Parse
In directory www:/tmp/cvs-serv8029/WLC2OSIS/Parse
Modified Files:
Markers.java
Log Message:
mgruner: WLC almost ready to go. =)
Index: Markers.java
===================================================================
RCS file: /cvs/core/swordtools/modules/hebrew-wlc/WLC2OSIS/WLC2OSIS/Parse/Markers.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Markers.java 4 Jun 2004 09:14:52 -0000 1.1
+++ Markers.java 11 Jun 2004 14:11:40 -0000 1.2
@@ -1,6 +1,7 @@
package WLC2OSIS.Parse ;
import WLC2OSIS.* ;
+import WLC2OSIS.Translate.H ;
import java.io.* ;
//==============================================================================
@@ -26,17 +27,19 @@
//------------------------------------------------------------------------------
// Samek
-public void samek(){
+public void samek(){ //parasah setumah, closed paragraph == small space in line
testMaqafWord() ;
- A.w.writeMarker("samekh", 4) ;
+// A.w.writeMarker("samekh", 4) ;
+ A.w.appendText(" " + H.samekh + " ") ;
P.MarkerWritten = true ;
}
//------------------------------------------------------------------------------
// Pe
-public void pe(){
+public void pe(){ // parasah petuhah, open paragraph == new line
testMaqafWord() ;
- A.w.writeMarker("pe", 4) ;
+// A.w.writeMarker("pe", 4) ;
+ A.w.appendText(" " + H.pe + " " + "<p/>") ;
P.MarkerWritten = true ;
}
//------------------------------------------------------------------------------
More information about the sword-cvs
mailing list