[sword-cvs] r38 - trunk/app/src/org/crosswire/modedit
Apache
apache at crosswire.org
Thu Sep 16 14:41:11 MST 2004
Author:
Date: 2004-09-16 14:41:11 -0700 (Thu, 16 Sep 2004)
New Revision: 38
Modified:
trunk/app/src/org/crosswire/modedit/Gtk2ClassicalGreekIM.java
Log:
Now handles psi!
Modified: trunk/app/src/org/crosswire/modedit/Gtk2ClassicalGreekIM.java
===================================================================
--- trunk/app/src/org/crosswire/modedit/Gtk2ClassicalGreekIM.java 2004-09-16 21:16:52 UTC (rev 37)
+++ trunk/app/src/org/crosswire/modedit/Gtk2ClassicalGreekIM.java 2004-09-16 21:41:11 UTC (rev 38)
@@ -140,6 +140,11 @@
if( 'P' == getState( ) ) { returnValue.append( new char [ ] { 0x03a6 } ); }
else if( 'p' == getState( ) ) { returnValue.append( new char [ ] { 0x03c6 } ); }
+ } else if( 'S' == inputUpper ) {
+
+ if( 'P' == getState( ) ) { returnValue.append( new char [ ] { 0x03a8 } ); }
+ else if( 'p' == getState( ) ) { returnValue.append( new char [ ] { 0x03c8 } ); }
+
} else {
// the first 'P'/'p' was pi, not the beginning of a multi-character sequence.
More information about the sword-cvs
mailing list