From news.cs.indiana.edu!usenet.ucs.indiana.edu!ux1.cso.uiuc.edu!uwm.edu!caen!wwlxhh Fri Jun 25 20:00:13 EST 1993
Article: 9058 of alt.chinese.text
Path: news.cs.indiana.edu!usenet.ucs.indiana.edu!ux1.cso.uiuc.edu!uwm.edu!caen!wwlxhh
From: wwlxhh@engin.umich.edu (Wanli Wu )
Newsgroups: alt.chinese.text
Subject: [COMP] ~{VwT*F4RtJdHk7(~} MEPY inputing method
Date: 25 Jun 1993 20:50:09 GMT
Organization: University of Michigan Engineering, Ann Arbor
Lines: 239
Distribution: world
Message-ID: <20foe1INNjbg@srvr1.engin.umich.edu>
NNTP-Posting-Host: sirius.engin.umich.edu

~{APN;!CTZOBOrDzMF<v!>VwT*F4Rt!?JdHk7(!#K|JGSIUEGe~}(Zhang Qing) ~{OHIz~}
~{44Ww5D!#~}
~{RTOBJGUEOHIz9XSZ!>VwT*F4Rt!?5DK5CwND1>!#H!WT~} ifcss.org. ~{N4>-WwU_~}
~{Pm?I!#HtSPC078#,;9Gk<xAB#!~}
~{O`PE~}cxterm users ~{R;6(;aO2;6Hg4K:C5DVPNDJdHk7(!#~}


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                USER MANUAL OF MEPY HANZI INPUT METHOD

                   Copyright (C) 1993  by Qing Zhang
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Terminology

MEPY --- Main Element PinYin.
HZ   --- single chinese character.
CW   --- Chinese word or phrase.
UCW  --- user defined CW.


I. Definition of MEPY

In the current release, I defined the MEPY as follows:

Vowels:
        MEPY            non-MEPY
        a               ia, ai
        e               ie, ei
        o               ou, uo
        u               uu, iu, ui
        an              ang, ian, iang
        en              eng
        in              ing
        ong             iong
        ao              iao
        i               /* when not used with other vowels */

        some vowels may be decomposed into two parts, each has a MEPY
        corresponding to it. Like "uang", its MEPYs are "u" and "an".

Consonants:
        MEPY            non-MEPY
        z               zh
        c               ch
        s               sh
        l               r

        all other consonants are defined as MEPY.

The users can have their own preference to define MEPY, such as take
"ai", "ei", "ui", "uo" as MEPY.  There is a utility to automatically
convert user's preference into data, but this utility is not released
yet, because I am afraid some un-cautious user may do more damage than
good if not understanding the syntax clearly when change the preference.

II. Chinese Word (phrase) Input

For typing CW (Chinese Word or phrase), you just need to type in the 
MEPYs of the first two HZs (Hanzi).  The advantages of using MEPY are
twofold, on the one hand, it is much easy to spell the MEPY than to
spell the complete Pinyin, on the other hand, MEPY are usually one or
two letters shorter than the non-MEPY, thus save some key striking.

EX: If you want word "ChangJiang" (means Long River), it is not difficult 
to recognize the element "c", "an", "j", but some people may be uncertain
whether to use "c" or "ch", "an" or "ang".  In most PY input method, 
if you use "c" in the place of "ch", you will never get the correct 
word.  But in MEPY, it will tolerate your possible wrong spelling, and 
give you the correct word.  In this example, if you type in "chanjian", 
or "canjan" or "cangjang", or other combinations, it will always show 
you the correct word you are looking for. The reason is that, all these
inputs share the same MEPYs, that is, "c", "an", "j", "an".  In fact,
you can make use of this feature to save some key strikings, and purposely
use "canjan" to look for "changjiang".

May be you will worry if MEPY will result in too many selection for each
entry.  Statistical results based on 28000 CWs show that, on average, 
the number of selection for each entry is about 1.9 CWs, and 85% CWs are
in the entries with not more than 5 CWs to select, that means, they can
be displayed in a single screen in input area.

Moreover, dynamically adjusted CW list will put those frequently used CWs
at the beginning, making them easier to spot.  Also, for CWs with more 
than two HZs, you can typing one more key to further reduce the selection
range, this additional key is the first PinYin letter of the third HZ. 
This is useful when typing CWs like Sunday, Monday, ... Saturday. As you 
know, in chinese, the first two HZs of these CWs are the same.

III.  Single Hanzi Input

Though the strength of MEPY is in CWs input, but in single HZ input, it
also has some nice feature not available in other PinYin method.  Because
of MEPY, we can link those similar sounded HZ entries into a circular
list, if you can't find the HZ you want, you can switch to the next entry
with one key stroke: '>' or '<' (upper case).

EX:  If you are looking for "zhang", but you typed in "zan", you can use
'>' or '<' to look for other entries with the same MEPY. That is, you can
switch to "zang", "zhan", and "zhang" with '>' or '<'.  Each time it 
switches, the correct PinYin corresponding to the new entry will be 
displayed to help you to remember.  So if you know the correct PinYin, 
you don't loose anything, but if you don't, MEPY provides an easy way to
help you search. Is this nicer than having to use backspace to delete 
input and try other choice again?

Note, in HZ input, the key '.' and ',' (lower case) are different to '>'
and '<' (upper case).  the key '.' and ',' are used to select right screen
and left screen of the same entry, while the key '>' and '<' are used to
select the next entry and previous entry in the same MEPY list (Different 
entry has different PinYin).

When you type in a single consonant element, like 'c', 'm', you will find
some frequently used HZs which start with 'c' or 'm'.  I call these lists  
Hot HZ Caches, one for each consonant MEPY. When you select a
HZ, this HZ will be put into this hot HZ cache, so next time, you just 
need to type in one key to find this HZ.  The HZs in these caches will 
be replaced if they are not used for a number of selections.  I decided
not to dynamically adjust the normal HZ lists because this will make the
lists randomly ordered. Also I decided not to use tone because I don't want
to impose more restriction on the users.  Instead, the normal HZ lists
are regularly ordered, arranging from simple strokes to complex strokes.
Those which look similar are ofter clustered together to make them easier
to spot.  The un-commonly used HZs are alwayes put at the last.  You will
be supprised to find that this arrangement make HZ selection much easier 
than other methods, because you can roughly scan the display and know if
the HZ is in the display.

IV.  Symbol Input

All symbols input starts with the 'v' followed by a key which consists of
zero to four letters.  The key is defined in the text file "symbol.txt"
and can be edited by the users.  Read the comments in "symbol.txt" to
find out how to define symbols in your own way, but for most users, they
should be happy with the current definition.

Symbol input are basically the same as HZ input, except you have to
start with 'v'. Try it and you will like it.  One thing special is that
you can use some punctuation key as input. For example, if you type in
"v:", you will get a ':' in HZ; if you type in "v[", you will get all
different shapes of left brackets, and type in "v]" to get all right
brackets.  So you don't need to remember these key at all.  Try other
key like "va", "vm", and see what will be displayed.

If you are using Japanese, you can define "vjka", "vjki", "vjku", "vjke",
"vjko" for Japanese "Ka", "Ki", "Ku", "ke", "ko", and so on.  If you are
not using them, you can comment out them completely, or put them into a
single key entry "vj".

Note, each key in "symbol.txt" can only be defined once, but you can 
define as many symbols as you want under that key.  For multiple 
definitions of the same key, only the first key is valid.

V. User Defined Word (Phrase)

All user defined Word start with 'u' followed by a key which consists of
one to four letters.  The keys related to UCWs are defined in text file
"usr_cw.txt".  Read the comments in file "usr_cw.txt" to find out how to
define UCW of your own.

User defined CW could be anything you like, such as names, organizations, 
technical terms, addresses, commonly used expressions, and so on.  These
stuffs are usually specific to the user, and vary from person to person.
With MEPY, everyone can define his own set of UCWs, and these UCWs are
used in much the same as other CWs, except this is one to one or one to N 
mapping from key to the related UCW, and you have to remember these keys 
youself. If you have lots of UCWs, then it is better you define the keys 
in a consistent way. For example, you always use the first PinYin letter of
each HZ as the key, up to four letters.  For technical terms, you can 
also use the relevant English as the key.  

Note like symbols, each key in "usr_cw.txt" can be defined for more than 
one time, and when typing the key, all UCWs related to that key will be 
displayed, just like the build-in CWs.


==========================================================================
                Rules of Thumbs in Using MEPY
==========================================================================

0. If you can use CW, use it, unless it is not defined.  For commonly
used phrases, define them as UCWs.  For commonly used symbols, assign
a specific key to each of them.  For those frequently used single HZs,
like numbers, adverbs, conjunctions, most probably they can be found in 
hot HZ caches.

1. The first consonant PinYin letter is the key to the hot HZ cache which
is updated every time you select a HZ starting with that letter.

2. Continue typing, you will get HZs. The symbols '>' and '<' in the input  
area indicate there are more in the right and/or in the left. Use '.' and 
',' to search more in the right or left hands.  Also you can use '>' and 
'<' to search other entries with similar sounded PinYin.

3. You can continue typing in to get a CW. For some CWs with 3 HZs or more,
you can type in one more key after the first two HZ Pinyin to search more
specifically.  You can also search right and left in the same way as HZ.
The only thing to notice is that sometime, you may need a <'> to separate 
two HZ, such as "xi'an" is for a city name, but "xian" is a single HZ; also 
"ke'neng" is for the CW meaning "possibility", otherwise, it may be 
interpreted as "Ken Eng".  The keys are defined in file "usr_cw.txt".

4. To find various symbols, type in 'v', followed by some punctuation keys
or English letters, not exceeding four.  To find user defined CWs, type 
in 'u', followed by some English letters, not exceeding four.  The keys 
are defined in file "symbol.txt".

5. When you find the HZs or CWs, you can use number keys "0" to "9" to 
make the selection, or use space bar to select the one at the very
beginning (same as "0").  If you want to keep the input after selection,
you can use <shift> + "0" to "9" to make the selection, in that way, you
can continue selecting the same HZ or CW without retyping.

Warning:  You may find some commonly used phrases missing in MEPY. That
is true, I just don't have time to thoroughly check the correctness and
completeness of all data.  If you find any commonly used CWs missing,  
record them, and send a copy to me. I will put them into MEPY in the next
release.

Enjoy and have fun, you have got the most friendly HZ input method you
have ever met.

Acknowledge:

	Credit are due to Yongguang Zhang for making cxterm source code 
	available, and allowing modification to the source code. After
	MEPY is released, Yongguang Zhang first tested it, found one
	compatibility problem, and suggested the way to solve the problem.

Qing Zhang

qzhang@rivendell.uvic.ca
qzhang@inde.bc.ca

Burnaby, B.C. Canada






From qzhang@ignatz.inde.bc.ca Mon Aug 16 17:18:06 EST 1993
Article: 13445 of alt.chinese.text
Newsgroups: alt.chinese.text
Path: news.cs.indiana.edu!sdd.hp.com!spool.mu.edu!agate!library.ucla.edu!news.mic.ucla.edu!unixg.ubc.ca!cs.ubc.ca!nntp.cs.ubc.ca!vanbc.wimsey.com!inde!newshost!qzhang
From: qzhang@ignatz.inde.bc.ca (Qing Zhang)
Subject: ~{VwT*F4Rt<0J9SC7=7(~}
Message-ID: <QZHANG.93Aug15214826@ignatz.inde.bc.ca>
Sender: news@inde.bc.ca
Organization: INDE Electronics, Inc.
Distribution: alt.chinese.text
Date: Mon, 16 Aug 1993 05:48:26 GMT
Lines: 179


~{1>ND2"2;JGOkR*M,;FSc=2J&5DNe1JWVPM=2Wy3*6TL(O7!#JBJ5IO#,6TSZHN:NSP~}
~{V>SZSC<FKc;z=xPPVPNDP4Ww5DHK#,NR6<=(RiK{CGQ'O0Ne1JWVPM!#V;JGTZOVJ5~}
~{J@=gVP#,;9SP2;IY8oC|RbV>1!Hu5DHK#,1HHg1>HK#,J\2;AKR;LlH}1i13KPNe1J~}
~{=LMu=LVw5DJ%>-V.?`#,6xSVE<6{OkSCR;5cVPND!#OBNDChJv5D~} MEPY ~{F4RtJdHk~}
~{7=7(;rPm?IRT=b3}R;5cK{CG5DM4?`!#~}

~{R;#.JJSC76N'~}

~{72J9SC~} X-Windows~{!"~}CXTERM ~{:M9z1j5DSC;'>y?IJ9SCVwT*F4Rt!#FdVwR*LX5c~}~
~{JGTZ~}
CXTERM ~{5D;y4!IOTv<SAK4JWiF4RtJdHk#,CV29AK~} CXTERM ~{5DR;8vH1O]#,<S?lJdHk~}
~{KY6H!#F4RtJdHk<r5%RWQ'#,<SIO4JWiJdHk9&D\#,?IBzWcR;0cHK5DPhGs!#5+JGDcHt~}
~{SPPDIO~} alt.chinese.text ~{EEPP0q#,C?LlJdHk<80YIOG'WV5D;0#,;rU_JGO2:C9END~}~

~{J+4JV.@`#,DGNR;9JGH0Dc8O=t8DPENe1J=L#,0]MxIO<8N;T*@ON*J&!#~}

~{6~#.VwR*LX5c~}

~{VwT*F4RtJGTZF4RtJdHk;y4!V.IOBT<SP^8D5DR;VV7=7(!#6TSZPm6`HK@4K5#,F4Rt~}
~{JdHk5DR;8vM7L[V.4&JG4rHkU}H75DF4Rt#,6TSZM(3#5DF4RtJdHk7=7(#,4rHk4mNs~}
~{5DF4RtRbN6WE2A5tVX4r!#Hg9{Dc>-3#R*UbQyWv5D;0#,DGC4UbJdHk9}3L>M1d5C7G3#~}
~{;:B}:MAnHKQa>k!#VwT*F4RtSkR;0cF4Rt2;M,V.4&TZSZFd8_6H5DH]4mD\A&#,R2>M~}
~{JGK5#,TZ:\6`Gi?vOB#,<4J9DcJdHk5DF4Rt2;MjH+U}H7#,5+V;R*FdVP5DVwR*T*KX~}
~{U}H7#,DcR2D\UR5=DcPhR*5DWV!#~}

~{J2C4JGF4Rt5DVwR*T*KX#?>Y@}@4K5#,~} zhi, chi, shi ~{VP5D~} z, c, s ~{JGVwR*~}~
~{T*KX#,~}
~{6x~} h ~{5DWwSC2;JG:\4s#(Pm6`DO7=HK8y1>Gx1p2;3v@4#)#;~} ing, eng, ang ~{VP~}~
~{5D~}
in, en, an ~{JGVwR*T*KX#,6x~} g ~{5DWwSC2;JG:\4s!#R@4K@`MF!#~}

~{1HHg!03$=-!1R;4J#,FdU}H7F4RtJG~} changjiang~{#,048(Rt:MT*Rt?I2p3I~}
    ch, j, ang, iang~{#,~}
~{FdO`S&5DVwT*F4RtJG~}
    c, j, an~{!#~}

~{TZ4JWiJdHkJ1#,7GVwT*RtKX?ISP?IN^!#Rr4KDc?IJdHkOBAPWi:O5DHN:NR;VV~}
    changjiang, chanjian, cangjang, canjan, canjian, ...
~{>y?I5C5=!03$=-!1R;4J#,UbJGRrN*IOJvUbP)F4RtJdHk>y0|:,AK!03$=-!1R;4J5D~}
~{F4RtVwR*T*KX~} c an j an ~{!#~}

~{VPNDJdHk5DH]4mD\A&:MQ!Tq76N'3IU}1H!#R;0c@4K5#,H]4mD\A&T=4s#,Q!Tq76N'~}
~{R2T=4s#,UbQy#,;(TZQ!TqIO5DJ1<d>M6`AK!#6TSZ4JWiJdHk#,Ub8vNJLb2"2;JGL+~}
~{4s#,5+JG6TSZ5%8vWV5DJdHk#,1>@4Q!Tq5D76N'>MRQ>-9;4sAK#,TYTv<SQ!Tq76N'~}
~{>M2;L+OVJ5AK!#NR5D=b>v0l7(JG0QVwR*RtKXO`M,5D<88v2;M,F4Rt4.TZR;Fp#,SC~}
~{V86(<|~} ~{#<~} ~{:M~} ~{#>~} ~{=xPPGP;;!#1HHg0Q~} can cang chan chang ~
~{KD8vF4Rt4.TZR;Fp#,~}
~{Hg9{DcR*Q0UR!83$!96xNs4rHk~} cang ~{#,Dc?IRTSC~} ~{#<~} ~{;r~} ~{#>~} ~{V1~}~
~{=SGP;;5=~} can, 
chan ~{:M~} chang ~{!#Rr4KDc?IRT0Q~} ~{#<~} ~{:M~} ~{#>~} ~{?4WwJGKQKw7"RtO`~}~
~{=|5%WV5DGP;;<|!#~}
~{Ub8v=b>v0l7(#,NRRTN*R*1HM(3#5D2A5tVX4r6TSC;'8|SQ:CR;P)!#~}

~{VwT*F4RtJGR;8vWT3ILeO55DJdHk7=7(!#3}VPND5%WV:M4JWiV.Mb#,DcR2?ITZ~}
~{FdVPV1=SJdHk8wVV1j5c7{:E#,J}Q'7{:E#,H+=GS"NDWVD8#,8wVV8wQy5DFdK|7{:E#,~}
~{;rTZFdVPV1=SJdHkWT6(Re4JWi!#Rr4K#,3}7GDcR*J9SC4?~} ASCII ~{WVD8MK3vVwT*~}
~{F4RtV.Mb#,FdK|R;GP>y?ITZFdVP=b>v!#~}

~{H}#.J9SC7=7(~}

~{5%WV:M4JWi5DJdHk7=7(SkFUM(5DF4RtJdHkC;SPJ2C4Gx1p#,<4V1=S4rHkF4Rt!#~}
~{TZ5%WVV.:s<LPx4rHkF4Rt5D;0#,Tr=xHk4JWi5DKQKw!#4JWiJdHkJ1Sv5=2;~}
~{H76(5DGi?vJ1#,SC~} ~{!/<SRTGx1p!#1HHg~} 
    ~{OH#:~}xian~{#,Nw02#:~}xi'an

~{UR5=PhR*5D5%WV;r4JWiV.:s#,SCJ}WV~} 0 - 9 ~{=xPPQ!Tq#,;rSC?U8q<|Q!Tq~}
~{WnG0Cf5DR;On!#HtSC~} shift ~{<SJ}WV<|#,TrQ!TqV.:s2;Ge3}1;Q!5D5%WV;r~}
~{4JWi#,1cSZA,PxJdHkM,R;WV7{!#~}

~{HtQ!TqOn9}6`#,?ISC~} ~{#,:M~} ~{#.#(<42;<S~} shift ~{5D~} ~{#<~} ~{:M~} ~
~{#>~} ~{<|#)GP;;5=~}
~{G0R;FA;r:sR;FA!#~}

~{6TSZ5%WVJdHk#,HtTZD3R;F4RtV.OBC;SPUR5=#,?ISC~} ~{#<~} ~{:M~} ~{#>~} ~{<|V1~}~
~{=SGP;;~}
~{5=7"RtO`=|5DFdK|F4RtVPH%UR#,6x2;SC2A5tVXP4!#~}

~{F4RtVP8(Rt5D5ZR;8vWVD8;9?ISC@4Q0URHHCEWV!#1HHg4rHk~} s ~{#,Dc?I5C5=~}
~{Wn=|J9SC9}5DKySPRT~} s ~{:M~} sh ~{?*M75D5%WV#,FdK|8(RtR2R;Qy!#~}

~{8wVV8wQy5D7{:EJdHkJGSC~} v ~{<SIOO`S&5D9X<|WV5C5=!#9X<|WVTZND<~~}
"symbol.txt" ~{VP6(Re#,SC;'?ITv<S;rP^8D8wVV7{:E5D6(Re!#9X<|WV5D3$6H~}
~{2;3,9}KD8vWVD8!#1HHg#,SC;'?I6(Re~} ? ~{WwN*!8#?!95D9X<|WV#,6(Re~} [ ~{WwN*~}~

~{8wVVPNW45DWs@(:E5D9X<|WV#,UbQy#,51SC;'JdHk~} v? ~{<4?I5C5=!8#?!9#,~}
~{JdHk~} v[ ~{<4?I5C5=~} ~{#(#<#[#{!4!6!8!:!<!>!2~} ~{5H5H!#~}

~{SC;'WT6(Re4JWi5DJdHkJGSC~} u ~{<SIOO`S&5D9X<|WV5C5=!#9X<|WVTZND<~~}
"usr_cw.txt" ~{VP#,SC;'?ITv<S;rP^8D8wVVSC;'4JWi5D6(Re!#9X<|WV5D3$6H~}
~{2;3,9}KD8vWVD8!#1HHg#,SC;'?I6(Re~} mepy ~{WwN*!0VwT*F4Rt!15D9X<|4J#,~}
~{UbQy#,51SC;'JdHk~} umepy ~{<4?I5C5=!0VwT*F4Rt!1!#~}

~{KD#.Hg:N02W0~}

~{02W0JGWnM7M45DR;<~JB#,T-RrJG2;M,VV@`;zFw5D?IV4PP3LPrV.<d;%2;<fH]#,~}
~{Rr4K#,SC;'1XPk0QT-3LPrDC@4TZWT<:5D;zFwIOVXPB1`Rk2ED\TKPP!#~}

~{5=D?G0N*V9#,NRIPN47"OV~} MEPY ~{SPHN:N2;<fH]5DNJLb!#R2>MJGK5#,V;R*~}
CXTERM ~{D\U}3#TKPP5D;0#,~} MEPY ~{R2S&8CD\TKPP!#~}

~{02W05D9}3LHgOB#:~}

~{#1#.JWOHH76(Dc5D;zFwIO5D~} X-Windows ~{5D0f1>#,M(3#JG~} X11 R4 ~{;r~} X11 R5~
~{!#~}

~{#2#.02W0~} CXTERM ~{!#HtDc5D;zFwIOC;SP~} CXTERM ~{#,?I4S~}
        cs.purdue.edu    /pub/ygz
    ~{H!@4O`S&0f1>5D~} CXTERM ~{T-3LPr=xPP1`Rk!#HtDc5D;zFwIOTgRQ02W0AK~}
    CXTERM ~{#,NR=(RiDc;9JGR*VXPB1`RkR;OB#,RTH7PE;zFw5D;7>3C;SP8D1d!#~}
    ~{Hg9{TZ02W0~} CXTERM ~{5D9}3LVPSv5=NJLb#,?ITZIOCf5DDG8vD?B<VPH%Q0UR~}
    HELP ~{ND<~#,;rTZ~} ifcss.org ~{VP5DQ0UR~} FAQ ~{ND<~@4=b>vNJLb!#~}

~{#3#.Hg9{~} CXTERM ~{TKPPU}3##,DG>MJGK5#,Dc5DO5M3VPRQ02W0AK::WVWV?b#,Dc~}
    ~{RQ>-TZDc5D~} .cshrc ~{VPIhVCAKU}H75D~} HZINPUTDIR ~{5DB7>6#,DcRQ>-U}H7~}~

    ~{5XP^8DAKDc5D~} .Xdefault ~{ND<~!#=SOB@45DJBGi>MH]RW5C6`AK!#~}

~{#4#.=+VwT*F4RtVP5DND<~~} mepy.h, mepy.c ~{:M~} ucw.c ~{?=145=~} CXTERM ~
~{T-3LPr~}
    ~{D?B<VPH%!#~}

    ~{Hg9{DcJ9SC~} X11 R4 ~{0f1>5D~} CXTERM, ~{SCVwT*F4RtVP5D~} hzinput.c ~
~{4zLf~}
    CXTERM ~{VP5DM,C{ND<~#;Hg9{DcJ9SC~} X11 R5 ~{0f1>5D~} CXTERM, ~{SCVwT*F4~}~

    ~{RtVP5D~} HZinMthd.c ~{4zLf~} CXTERM ~{VP5DM,C{ND<~!#~}

    ~{P^8D~} CXTERM ~{ND<~~} Imakefile ~{#,TZ5Z~} 28 ~{PP~} SRCS1 ~{VPTv<SND~}~
~{<~C{~} 
    mepy.c ~{:M~} ucw.c~{#,TZ5Z~} 32 ~{PP~}  OBJS1 ~{VPTv<SND<~C{~} mepy.o ~
~{:M~} ucw.o~{!#~}

    ~{H;:s>M?IRT=xPP1`Rk#,7=7(SkT-@4~} CXTERM ~{5D1`RkR;Qy!#~}

    xmkmf
    make  Makefiles
    make

~{#5#.=+ND<~~} me.tit ~{1`Rk3I~} me.cit
         tit2cit  me.tit  >  me.cit

    ~{=+ND<~~} mea2bin.c ~{1`Rk3I?IV4PP3LPr#,2"SCK|=+ND<~~} meinput.txt ~{W*~}~
~{;;3I~}
    ~{ND<~~} meinput.dat

         cc mea2bin.c -o mea2bin
         mea2bin

    ~{0QIOCfA=8vND<~~} me.cit ~{:M~} meinput.dat~{#,RT<0AmMbA=8vND<~~} symbol.~
txt ~{:M~} 
    usr_cw.txt ~{7ETZSkFdK|~} *.cit ~{ND<~O`M,5DD?B<V.VP!#~}

~{#6#.P^8DND<~~} .Xdefaults~{#,TZFdVPTv<SR;PP#,=+~} F8 ~{6(ReN*VwT*F4Rt5D5w~}~
~{SC<|#:~}

        Shift <KeyPress> F8: switch-HZ-mode(QW)
       ~~Shift <KeyPress> F8: switch-HZ-mode(me)

~{#7#.MK3v~} X-Windows~{#,TYVXPB=xHk#,Hg9{R;GPK3@{#,DGUbJ14rHkC|An~}
        cxterm
    ~{S&3vOV~} CXTERM ~{40?Z#,TY04~} F8 ~{<|#,~}CXTERM ~{40?Z5DOBCfS&3vOV!0~}~
~{VwT*F4Rt!1~}
    ~{WVQy#,1mJ>RQ=xHkVwT*F4RtJdHkD#J=!#~}

    ~{4s9&8f3I#!~}

~{WTVwT*F4RtSZ=qDjDj3u7E5=~} Public Domain ~{V.:s#,RQSP2;IYSC;'TZJ9SCK|AK#,~}
~{NRR2=S5=R;P)SC;'8xNR5D8D=x=(Ri#,TZ4KNR1mJ>8PP;!#Hg9{DcTZ02W0:MJ9SC~}
~{VwT*F4Rt9}3LVPSv5=HN:NNJLb#,GkV1=SSkNRA*O5!#~}

~{WwU_A*O55XV7#:~}

        qzhang@inde.bc.ca         qzhang@rivendell.uvic.ca
        (604) 430-1446 (office)   (604) 299-8570 (home)

~{UEGZ~}  
~{R;>E>EH}Dj0KTBJ.NeHU~} 
~{SZ~} Vancouver, British Columbia, Canada


