<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<TEI xmlns="http://www.tei-c.org/ns/1.0" xmlns:ns2="http://www.tei-c.org/ns/Examples">
    <teiHeader>
        <fileDesc>
            <titleStmt>
                <title>O</title>
            </titleStmt>
        </fileDesc>
    </teiHeader>
    <text>
        <front>
            <div type="abs">
                <head>Abstract</head>
                <p>A major harrier to the human communication is attributed to the fact that there is no compatible typewriter, as in the Western World, for any non-alphabetic language outside of the Western World. This paper~11 describe how a plotter can be used through programming, as a universal graphic character writer for all nonalphabetic as well as alphabetic languages in place of the typewriter. This is economically feasible since the plotter is not expensive and can be driven by a small computer on-llne, or offline using a plotter and tape unit. Each character is treated as a single independent graph and decomposed into line segments within a 16 x 16 grid for nonalphabetic languages, and a 5 x 8 grid for alphabetic languages. Therefore, the graphic character can be represented by the coordinates which indicate the beginning and the ending points of the line segments. To take the most c.omplicated Chinese language as an example, the character for &quot;BRAVE&quot; ( ) can be represented by twenty-three pairs of coordinates and packed into four 48-bit computer words. Taking this as a basis for estimation, the overwhelmingly numerous I0,000 Chinese characters can be decomposed and packed into 40K *This study was supported in part by the University of Wisconsin.</p>
            </div>
        </front>
        <body>
            <div>
                <p>-2of memory. Thus, a computer with 65K memory will be able to keep them in core for direct access and processing.</p>
                <p>On the other hand, an English letter &quot;I~' can be represented by five pairs of coordinates and packed into one 48-bit computer word. In other words, the whole set of the English alphabet, including upper and lower cases, will need only II0 words of memory.</p>
                <p>The output on the plotter is itself a good hard copy to keep, and certainly it can be used as an original for further dupllcating, photographing and photoengraving. O -3O O I. INTRODUCTION</p>
                <p>This paper describes a system which simulates the function of a typewriter for all languages because of its unique nature in c~In E and displaying of the graphic characters. Characters, Ineludlng alphabets, of all languages are encoded on a grid. ever, for the internal representation in the memory, only the coordinates of each straight llne segment are recorded, which provide sufficient information to reconstruct this character. The test program for thl8 system is written in CDC 3600 FORTRAN (a variation of FORTRAN IV) which will generate a plot tape to be used on a Calcump plotter for producing these characters. Actually, with suweminor modifications, this program can be run on any cumputer and output on any plotter available. The advantage in using the plotter is that it produces directly a clear, hard copy at a very reasonable cost. Natural languages which have been tested in the program are Chinese and English. French, German, Hindi, Hebrew, Italian, Japanese, Korean~ Russian, and Spanish are to be tested in the near future. II. CHAEACTERREPRESENTATION</p>
                <p>Different sizes of grids may be used to define the coordinates representing each character. For non-alphabetic languages, a 16 x</p>
                <p>16 grid is proved to be sufficient for a good recoding of the</p>
                <p>character. For alphabetic languages, a 5 x 8 grid will be adequate the HowX-Y will -4to accommodate all the letters of the languages. Each grid point in the grid is assigned a pair of values according to its relative position in the grid, that is, the coordinates of the grid point. The rows of the grid points are numbered from the bottom up, from 0 to 15 or 7 as the Y coordinate, The columns of the grid points are numbered from the left to right, from 0 to 15 or 4 as the X coordinate. The character is to be fitted into the grid with one restriction that all the starting points, turning points, and ending points of a line or iine segment have to be on one of the grid points. The coordinates of these grid points are recorded and to be stored in the memory for later retrieval. A curve of a stroke is treated as many short straight line segments. A llne is defined here with only one starting point and one ending point, and may or may not have one or more turning points between them. Coordinates of a line should always be recorded in the sequence as the starting point, the turning point or points, and the ending point. However, the sequence of coordinate groups of lines are immaterial for the character representation.</p>
                <p>The character representation method used by Hayashl, Duncan and Kuno of Harvard University is not .quite the same as described above. Instead of recording the starting point, 'turning point and ending point of a continuous llne, they virtually recorded the O -5O starting point and ending point of every line segment. That is, the turning point in a continuous line is used twice both as the ending point of the previous line segment and the starting point of the follewing line segment. This method does simplify the programming task for generating the character, but it also increases the number of coordinates to be recorded and stored for retrieval, resulting in inefficient character generation. Taking their example of a Chinese character for &quot;BRAVE&quot; (~), thirty-two pairs of coordinates are required to be stored for character generation. For the method described in the previous paragraph, only twenty-three coordinate pairs are necessary to accomplish the same task. the English letter '~' is taken as an example, eight coordinate pairs are required for the Harvard method, of which, only five coordinate pairs are necessary to reconstruct the character excluding the three repeated coordinate pairs. If O -6&quot; • • • • • • • • • • • • • • • • • .... I::.</p>
            </div>
            <note n="1S" place="below">•</note>
            <note n="14" place="below">•</note>
            <div1>
                <head xml:id="sec1"> O.</head>
                <p>0 1 2 3 4 5 6 7 8 910 11.1213 ~1.: 15 Figure I. The Chinese character £c¢ &quot;BRAVE&quot; on</p>
                <p>a 16 x 16 grid with</p>
                <p>coordinates:</p>
                <div2>
                    <head xml:id="sec4">2,14), (6,13), ( 3, 6), (3, 9), (3, 7), (8,11), 4 1, 5),</head>
                    <p>o 0123 Figure 2. The English letter '~' on a 5 x 8 grid wlth</p>
                    <p>five pairs of coordinates: I ( O, 0), ( O, 7), ( 2, 3), ( 4, 7), 4 4, 0)• (12,14), ( 9,11); ( 3,11); (13, 9); 413, 7); ( 8, 7), 414, 5), tWenty-three pairs of ( 8,12); (13,il), (i3, 6); ( 7, 4), 4 5, 2), ( 1, 0); (13, 2), 411, 0), (9,2)• -7O</p>
                    <p>There are other methods to represent a character. One method uses a 256 x 256 or some other size cell grid. Each cell is one bit in size to record the presence of the character strokes, lines or dots as the one bit, and the non-presence of them as the zero bit. Then~ by resembling these bits into a pattern, it is used for the recognition or generation of a character. This method is employed for almost all commercial character recognition machines to identify English letters, symbols and numerals most often in printed form. However, this is not practical for the non-alphabetic languages because it requires a huge memory to store all these character cell-patterns. For example, one commercial machine actually uses a 2,048 x 2,048 cell grid to recognize an English letter with good precision. In addition, this method is not used for character generation because of the foreseeable programming complications and the time-consuming computer operations.</p>
                    <p>Another method is to choose some special codes for identifying the characters. An arbitrary code system can be used for this purpose, such as the telegraphic code of Chinese characters. They are four decimal-digit codes ranging from 0000 to 9999 for representing the I0,000 Chinese characters in use. They are rather arbitrarily assigned except that characters with certain stroke patterns are grouped together and the sequence arranged is closely O -9O O O of every type~iter keyboard. Once the code is recognized either through the input media or through some internal transformation, the coordinate group associated with this particular code will be retrieved for character generation.</p>
                    <p>Character generation through programming is basically a procedure of initiating proper subroutine calls to plot a straight llne between two pairs of coordinates at a specified position. The difference between character generation through CRT beam displaying and through plott'er pen drawing is a matter of different subroutine calls for activating different hardware output devices.</p>
                    <p>The character generation method employed in the test program is elaborated to the extent that once the plotter pen is lowered for drawing, it is maintained at that position untll the drawing of the current continuous line is completed and then it is lifted and set ready for the movement of the pen to the starting point Of the next continuous line. In the case of a CRT display, once the beam is turned on for displaying a line, it will not be turned off until the end of this continuous llne is reached. Thus, the coordinate greup of a continuous line is treated as a unit for the generating purpose. The first pair of coordinates in a coordinate group~ i.e., the coordinate pair of the starting point of a line, initiates the pen or beam to be moved to the position specified % &lt; -10by this pair of coordinates, and then to be lmre~ed or turned on at that position. The second pair and all the suceeding pairs of coordinates up to the second to the last pai~, i.e., the coordinate pairs of the turning points, will each activate one movement of the pen or beam to the specified coordinate pOsition forming a straight llne segment of the continuous line. The last pair of coordinates, i.e., the c~dinate pair of the ending point, will move the pen or beam to the specified coordinate position and then lift the pen or turn off the beam at that pOsition.</p>
                    <p>The Harvard method is simpler and easier in l ~ ~ the sense that a generating unit contains only two pairs of coordinates: the first pair as the starting point of a straight line, and the next, or the last, pair as the ending point, which work the same way as indicated in the test progz-am. However, since there is no turning points involved, a nOn-straight line must be broken into many short m~ht lines with repeated coordinates to indicate both the ending of the previous line segment and the starting of the following line segment. Thtm a non-straight line with N straight line segments will have to he drawn or disp1~yed N times with the plotter pen moved, loeered, moved again, and lifted every time, or with the CRT beam moved, turned on, moved again, and turned off every time. in 0 0 -11IV. O</p>
                    <p>FORMAT CONTROLS</p>
                    <p>In order to have the characters to form a meaningful text and to be arranged in different forms, certain forest controls are not only desired but also of necessity:</p>
                    <p>I. &quot; Language Selection</p>
                    <p>The user is allowed to choose from all available languages</p>
                    <p>in the system one or more desired languages to be written on the</p>
                    <p>plotter paper. The first language selected also indicates</p>
                    <p>the mode of input codes. Thus if more than one language</p>
                    <p>selection is specified, the other languages selected</p>
                    <p>written in parallel, in an equivalent word-for-word</p>
                    <p>of the first language selected. A multlple-language</p>
                    <p>dictionary is utilized for this purpose.</p>
                    <p>2. Vertical or Horizontal Writing</p>
                    <p>The writing direction of characters may be either</p>
                    <p>or horizontal. Non-alphabetic languages are usually</p>
                    <p>vertically from top downward for characters and from right to</p>
                    <p>left for columms. Alphabetic languages are always written from</p>
                    <p>left to right for characters and from top downward for rows.</p>
                    <p>It is reecumended that for multiple-language writing including</p>
                    <p>both alphabetic and non-alphabetic languages~ the horizontal</p>
                    <p>writing mode is more suitable since non-alphabetlc languages</p>
                    <p>will still be readable vertically while in the other case</p>
                    <p>to read alphabetic languages in vertical fashion will be much</p>
                    <p>more difficult in a continuous text. will be translation machine vertical written O m c -130 0 5. Line and Page Controls</p>
                    <p>In contrast to the above user-specified controls, the line and page controls are automatic system controls which can only be influenced through the character size selection and the language selection. The program will calculate the total number of characters to be written on a 8-1/2 x 11 inch page according to the selected character size and language (alphabetic or non-alphabetic). Then the number of characters per line (row or coltmm) will be calculated accordingly. When the end of a line is reached, the next characterwill be written on the first character position of the next line. And, if the end of a page is reached at the same time, the plotter paper will be advanced to the next standard size page with the next character to bewritten on the first character position of the first line. Special control characters denoted by seldomly used special symbols are provided in the system to signify the end of a line and the end of a page for the automatic skipping of the rest of the Line or page. 0 V. CHA~ACTERSTORAGEANDKETKXEVAL</p>
                    <p>1. IdentificatiOn Code</p>
                    <p>A unique code is assigned for each character appearing in</p>
                    <p>any one of the languages involved in the system for identification -14purpose. The nt~erical code in decimal digits as discussed under Character Representation is a'mJmple and arbitrary method and can be readily applied to any language. For alphabetic ~ g e s , to associate the two decimal-digit codes with the alphabet requires only a couple of hours of actunl coding work. For non-alphabetic languages, as in the worst example of IO,O00 Chinese characters, the first ~uthor with no previous experience of the Chinese telegraphic code system but with sufficient background in the Chinese language, did the complete coding of the Chinese classics, the Four Books, in the Suuner of 1964with the aid of a code reference handbook. By \]ate swm~r of 1964, the Chinese text could be read directly in telegraphic codes with less than 2~ of reference to the code book. Since this method has been practiced in China for many years in telegraphic commmications, the authors believe that there must be some very efficient training method for this telegraphic coding •system.</p>
                    <p>The previously discussed Chicodes for Chinese character encoding on the Chicoder was experimented for operator training in 1965 at Itek Corporation. The result was that for an American secretary with no previous knowledge of the Chinese language, hut with the aid of an instructional mmlua~, four months of traiD/ng will yield a typing speed of forty characters per minute including error corrections. However, the development 0 -15w 0 O O O of this kind of coding system will demand detailed analysis of stroke patterns for the particular language and the organization of characters in terms of these stroke patterns. Thus it is not readily available and too costly a technique to implement for other less complicated languages.</p>
                    <p>Both of the code assignment method may be used in the system to index the stored coordinate groups associated with each of them. When the writing request of a certain character reaches the associated coordinate group, the coordinates are copied into a buffer area and are being analyzed, calculated and transformed into a sequence of plotter subroutine calls for writing the character on the plotter paper. 2. Accompanying Information</p>
                    <p>The identification code may also be used to index information associated with the specific character for additional references and operations. If this system is to serve both as an automatic writing device and an automatic dictionary for two or more languages~ then all the information in a selected dictionary may be included in the system, such as the pronouneiation guide, parts of speech and other syntactic information, the meaning (translation) and other semantic information~ the associated phrases and idioms, and examples of usage. 3. Data Compression</p>
                    <p>Since the largest coordinate used in the two suggested -16-</p>
                    <p>grids is the decimal number fifteen~ only four bits are needed</p>
                    <p>to record one coordinate. Therefore, the coordinates maybe</p>
                    <p>packed into a four-bit segment of a computer word. This may</p>
                    <p>not be necessary for the alphabetic languages because their</p>
                    <p>character sets are very small in size~ usually not more than</p>
                    <p>sixty-four characters each set in binary coded decimal. How- O</p>
                    <p>ever, for the non-alphabetic languages such as the Chinese</p>
                    <p>with a 10,000-character set, the need for data compression is</p>
                    <p>rather apparent if all of their coordinate groups are going</p>
                    <p>to be stored in the core memory for the most efficient processing.</p>
                    <p>It is estimated that an average complexity Chinese character</p>
                    <p>can be packed into four 48-bit computer words and thus a computer</p>
                    <p>with 65K memory (e.g.~ CDC 3600) will be able to accov~nodate</p>
                    <p>the overwhelming i0,000 characters in 40K of memory and allow</p>
                    <p>the other 25K of memory for the executive system, the program,</p>
                    <p>and the input/output buffering operations.</p>
                    <p>SYSTEM PERFORMANCE</p>
                    <p>This system is aimed to provide a good universal writing device for all languages, alphabetic and non-alphabetic alike~ because of its graphic nature in treating characters of various languages. This is of particular advantage to the non-alphabetic languages since no practical and efficient typing or~/riting device has been created for their uses. Vl. -17e e</p>
                    <p>The system uses the plotter as its output device for writing characters directly on the paper to produce a clear and permanent hard copy. The alternative CRT display has a unique advantage of on-llne monitoring or editing but is otherwise a more complex process and hardware system to produce a final hard copy, and thus inevitably too expensive for practical and efficient applications. From numerous job runs of the test program on the CDC 3600 a plotter page of standard 8-1/2 x 11 inch with 320 Chinese characters written will cost about one dollar and twelve cents. The estimate for the test program.to be run on the Univac 1108 is approximately eighteen cents per page. It would be very interesting to know the cost for on-line plotting with a PDP-8 and a plotter since they are among the least expensive computing equipments available.</p>
                    <p>• The system is programmed in the Fortran language so that it can be 8tilized through small or medium size computers with the least effort Dfadaptatlon, ADyplott~;~wlth:a~tep sise of 0.01 or less is very satisfactory for output character writing. The output from this system is certainly suitable to be used as an original for further duplicating, photographing, and photoengraving. Multlplecolor writings may be accomplished through the change of plotter pens or inks of various colors with the aid of in-line plotter controls, -18-</p>
                    <p>Finally, the system is oriented toward the user's in operating. All the user's controls and selections in natural language vocabularies and punched on cards data to the computer. No progra~ning work is involved of the ultimate user to cause unnecessary complications culties in utilizing this system. The user's learning requires only a few times of actual practice to achieve efficient system utilization. convenience are specified as the input</p>
                    <p>on the part</p>
                    <p>or diffi-</p>
                    <p>process Q , O O -19REFERENCES @ Dougherty, C. Y.; lamb, S. M.; and Martin, S. E. Chinese Character</p>
                    <p>Indexes. University of California Press, Berkeley, California,</p>
                    <p>1963. Gruenberger, Fred, ed. Computer Graphics--utility/production/art.</p>
                    <p>Thompson, Washington, D.C. and Academic Press, London, 1967. Hayashl, Hideyuki; Duncan, Sheila; and Kuno, Susumo. &quot;Graphical</p>
                    <p>Input/Output of Nonstandard Characters,&quot; Communications of the</p>
                    <p>AC__~M, II (September, 1968), pp. 613-618. Hays, David. Introduction to Computational Lin~ulstics. Elsevier</p>
                    <p>Publishing Co., Inc., New York, 1967. Itek Corporation. Operational Instructions for the Modified</p>
                    <p>Sin cwriter (Chicoder). Itek Corporation, Lexington,</p>
                    <p>Massachusetts, 1964. Kay, Martin. &quot;Standards for Encoding Data in a Natural language,&quot;</p>
                    <p>Computers and the Humanities, I (May, 1967), pp. 170-177. Kovalevsky, V.A. Character Readers and Pattern Recognition I</p>
                    <p>translated by A. M. Karpovich and A. M. Leavitt. Spartan,</p>
                    <p>New York, 1968. Lee, T. C.; Wang, H. T.; and Yang, S. C. '~n Experimental Model</p>
                    <p>for Chinese to English Machine Translation.&quot; Paper presented</p>
                    <p>at the Annual Meeting of the Association for Machine Trans-</p>
                    <p>lation and Computational Linguistics, San Francisco, California,</p>
                    <p>1966. Lee, T. C.; Wang, H. T.; Yang, S. C.; and Farmer, E. Linguistic</p>
                    <p>Studies for Chinese to English Machine Translation. Itek</p>
                    <p>Corporation, Lexington , Massachusetts, 1965. @ Reifler, Erwin. &quot;The Solution of M~ Linguistic Problems Through</p>
                    <p>Lexicography,&quot; Prpceedin~s of the National Symposium on Machine</p>
                    <p>Translation, edited by H.P. Edmundon. Prentice-Hall, Englewood</p>
                    <p>Cliffs, New Jersey, 1961, pp. 310-316. O U -1 !I 5 -l 7777</p>
                    <p>SAI~LE CONTROL A_~ DATA CARD IMAGES</p>
                    <p>STORE</p>
                    <p>I 14 7 -1</p>
                    <p>DING 1211 77717</p>
                    <p>CHI 12 7 7777</p>
                    <p>JAQ 1311 7777</p>
                    <p>SAN 1012 7777</p>
                    <p>SHAN~ - - -~~ ?</p>
                    <p>SHIAH 13~ ~ 7</p>
                    <p>BUH 1212 7777</p>
                    <p>GAY ._2._.3_ ~i .....................</p>
                    <p>CHOOU CLOWN £HI£\[ MORhOV~</p>
                    <p>DO01</p>
                    <p>2 7</p>
                    <p>0002</p>
                    <p>311</p>
                    <p>0003</p>
                    <p>2 7</p>
                    <p>0004</p>
                    <p>211</p>
                    <p>0005</p>
                    <p>412</p>
                    <p>~UO6</p>
                    <p>714</p>
                    <p>0007 .... 1172-</p>
                    <p>0008</p>
                    <p>211</p>
                    <p>OOO9 ..... h_ i</p>
                    <p>0010</p>
                    <p>313</p>
                    <p>UOll</p>
                    <p>1 1 --I . . . . . . . . . . . . . . . . . . . . ........ . • ..... . . . . . . . . . . . . . . . . . . ONE FOURTH</p>
                    <p>711 71 SEVEN</p>
                    <p>512 5 2 TEN FEET</p>
                    <p>1014 9 7 THREE</p>
                    <p>3 8 ii 8 UP</p>
                    <p>7 8 Ii 8 DOWN</p>
                    <p>712 ..... 7&quot; iNoT</p>
                    <p>712 2 3 BEGGAR</p>
                    <p>-i</p>
                    <p>12</p>
                    <p>1</p>
                    <p>1</p>
                    <p>2 ..... 7-6</p>
                    <p>712 -i ~i -i -I 7777 -i IIii v044 YIi</p>
                    <p>313 ii13 3 7 3045 MHIE</p>
                    <p>i 8 1112 9 6 v~6 JEGd</p>
                    <p>21J 91U 8 6 -CL~4&quot;7 ....... ~m-El-r .......</p>
                    <p>514 41s 7777 aJ48 YEE . . . . . . . . . . . . . . . . . . . . . . . . . . . . .</p>
                    <p>AH ACTINIUM</p>
                    <p>414 612 7777 210</p>
                    <p>4 1 6 4 7777 614 1.014 1414 i314 13 1</p>
                    <p>4 1 -i</p>
                    <p>dUd A POINT 10 4 -i</p>
                    <p>AT EINSTIEINIUM 414 012 77/7 210 4 i 6 4 7777 914</p>
                    <p>9 &quot;8 i0 8 7 4 7777 4 1 -i</p>
                    <p>WAN PILL IGll i0 I 12 0 14 1</p>
                    <p>DAN CINNABAR 4 9 413---IT13 II 0</p>
                    <p>JUo MASTER i `2lo. &quot;7&quot;7''i'7 . . . . . . . . 2 5 i 2 5 7 7 7 7 ... i i</p>
                    <p>AY ASTATINE . =</p>
                    <p>-i</p>
                    <p>4 6 II--0-</p>
                    <p>-I ----'5-~&quot;'--I0 O o ~--~ ~ i -i -i</p>
                    <p>, ..' 7777 7777 -i LONG TIME</p>
                    <p>512 912 7 6 &quot; 2 G 7777 HIM/HER/IT</p>
                    <p>3II iiii 7 7 O 5 Ii 2 oUDDdNLY</p>
                    <p>412 I112 -T-/77 ...... ~12 .... ~--J&quot;&quot;7777 (INTERROG,PAi~T*) ................. TIRED</p>
                    <p>613 6io 7777 ..... ~ iliO i 3 9 i CLEVER</p>
                    <p>iii 1311 7777 714 , 7 0 5 1 7777</p>
                    <p>7777 910 9 5 12 5 7777 9 8 12 8 MULTIPLY ..............</p>
                    <p>112 1312 7777 714 7 O 5 1 7777 '77&quot;77 '--'9&quot;lq ....... ~&quot;7'&quot;-~2 &quot;7----7777--&quot;9 ~ ' T~ - 7 7 7 7</p>
                    <p>-i EJCALyP fOS ...............................</p>
                    <p>414 4 0</p>
                    <p>15 -9---7?77SECOND</p>
                    <p>2 3 3 1 SQUINT</p>
                    <p>7777 414 NINe.</p>
                    <p>9 2 11 1 3-£G,5</p>
                    <p>5i2 1212 ALSO -i 13 1 7777 i010 &quot;I \[771 -i F' .i ;J -I • -i -i 13</p>
                    <p>iii</p>
                    <p>6 5 -i -i -I ........ \[i~-</p>
                    <p>0~49</p>
                    <p>G 5</p>
                    <p>1413 0050</p>
                    <p>714</p>
                    <p>6 8</p>
                    <p>-i 0051</p>
                    <p>G13</p>
                    <p>0 4 , ....... ii3 ....</p>
                </div2>
            </div1>
            <note n="13" place="below"></note>
            <note n="13" place="below">2 4 5</note>
            <note n="7" place="below">6</note>
            <note n="3" place="below">1</note>
            <note n="3" place="below"></note>
            <note n="1113" place="below">8 2 7777 71~</note>
            <note n="13" place="below">1 7777 4 1 41~</note>
            <note n="0012" place="below">Pl GRAND 313 1113 7777 713 2 2 2 2 12 2 -i UUl3 bHT~ ~ORLD 614 6 4 IO 4 1014 7777 J014 BIING THIRD 315 1113 7777 1 1 ii0 92 -I JOl5 CHG~NG DEPJTY 413 -l-Gl-~----TIT---T-Z---5-JT--7771 7777 2 2 15 Z -I ~016 &quot; DIO~ EOSE 512 1113 7777 2 9 12 9 94 -I 0017 BINQ AND -4-~----'-6-I~---6--~---7~----i-~-~I~-----8&quot;-i---77=/7 -6 5 7777 ii 9 II 5 8 5 7777 2 1 13 1 0~18 ..... MEAN &quot; HIDDEN . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 213 1113 7777 O13 6 7 7777 311 3 7 9 7 7777 71J Iii~ ........ 9~ ....... 5 2 &quot;i . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . O019 GOEN DOWN STROK&amp; 713 / -T--~T uO20 GEH CLASSIFIER ......... 2 7- 7£3--iT7 7777- 7i3 .... 7-i ...... 5 2 ~1 ........... ~ ................................................ ~021 IA 5LAV~ GIRL ........ 3i4 -79 'ii13 -77?7 .... 7 9 ...... 70 ......... 4 i - - i ............................................ 0022 JONG MIDDLE El0 Izi0 IZ b z b----2TU~777TT--T-O----I G023 FENG ABUNDANT ........ 3-9---iT13--7777 ..... 37- ~i7 777T i ~ i3-#~777 ?f~-- 7 3 -I ~024 GUANN TUFTS OF HAIR - - 2i2 ..... 2 ~ '5 6 7777 514 .... 5 4 ... 2 0 -'7777 ..... 7i4 ...... 7 0 7?77 7 6 1112 -i 00Z) LHUANN bIKING' 412 1012 I010 410 412 7777 2 8 ,12 ~ 12 4 Z 4 Z O 7777 - T-O---~q-i ........................................................ : ......</note>
            <note n="52" place="below"> 8 1 7 4 7777 7777 7777</note>
            <note n="7777" place="below"></note>
            <note n="4" place="below">2 1013</note>
            <note n="7777" place="below"></note>
            <note n="312" place="below"> 1310</note>
            <note n="7777" place="below"></note>
            <note n="2" place="below"> 1 3 'i</note>
            <note n="7777" place="below"> I0 1 713 3 2 13 1 .... ~Y0-----7-I\[---2</note>
            <note n="1" place="below">6 13 6</note>
            <note n="1'2" place="below">3 7777 133 13 1 -ii 6 7&quot; 2</note>
            <note n="3" place="below">9 7777</note>
            <note n="7" place="below">2</note>
            <note n="13" place="below">2 . . . . ii 2</note>
            <note n="7" place="below">5 4 9</note>
            <note n="5" place="below">3</note>
            <note n="7777" place="below"> 7777</note>
            <note n="411" place="below"></note>
            <note n="4" place="below"></note>
            <note n="7777" place="below"></note>
            <note n="311" place="below"></note>
            <note n="7" place="below"></note>
            <note n="710" place="below"></note>
            <note n="7777" place="below"> IU 9</note>
            <note n="7777" place="below"></note>
            <note n="1" place="below">8 713</note>
            <note n="7777" place="below"></note>
            <note n="712" place="below"></note>
            <note n="5" place="below"></note>
            <note n="9" place="below"></note>
            <note n="3" place="below"></note>
            <note n="12" place="below">i 7777 711 14 8 5 2 111o 7 6 7777</note>
            <note n="5" place="below"></note>
            <note n="2" place="below"></note>
            <note n="0026" place="below"> 18 2 4 7777 41d du27 4 8 u028 1 8 2 4 13 8 413 ~ 211 --i 0030 3 o od3-1 . . . ~l &quot;O'. .ud32 ..... ~13 .... 61~--7777---3i3 .... ~ 5-?77? ...... 1 7 8 ~ 7777 ii14 ii ~ 7777 611 1511_ -q E-~-----~O-:i ~833 PlEE LEFT DOWNSTROKE 913 8 8 7 4 2 0 -I 6034 Y I H MOW ii13--iD-8 ~ 4 1 0 7777 -313 ...... 5 8-10 1 J055 NAE THEREUPON -213 &quot;&quot;7213 .... 83U&quot;-q3&quot;EU----I3&quot;-G---1-I--D .... q~'~-'-'7lll J~36 ~':'&quot; &quot; ....... 514 &quot; 2 6 &quot;U777 dL37 JY ....... 514 711 .• 7777 JG38 JAH &quot; 514 ..... 1 ~'&quot;&quot;7777 18 &quot; ' -38&quot;39&quot; &quot; Hd .... i~13 411 7777 7 ~ 4 i -I ~C~O FAR 313 i~14-&quot;?777 -~i GJAI 414 IDI4 7777 7777 2 8 5 8 ~G~2 CHERNG414 1014 7777 7777 2 9 .... 5-&quot;9 7 7 iO 3 14 i G843 ............ AN ...... ili 611 7777 7 9 712 1312</note>
            <note n="610" place="below"> 914 ii 2</note>
            <note n="610" place="below"> 1112 9 6</note>
            <note n="14" place="below">3</note>
            <note n="7" place="below">1</note>
            <note n="7777" place="below"> 911 7777</note>
            <note n="7777" place="below"> 7777 9 1</note>
            <note n="7777" place="below"></note>
            <note n="7777" place="below"></note>
            <note n="2" place="below">6 810 i011</note>
            <note n="2" place="below">6 712 ii 2</note>
            <note n="514" place="below"></note>
            <note n="1" place="below">5</note>
            <note n="13" place="below">1</note>
            <note n="5" place="below">7 7777</note>
            <note n="6" place="below">6</note>
            <note n="9" place="below">9 121i</note>
            <note n="6" place="below">6 1412 7777</note>
            <note n="5" place="below">5</note>
            <note n="13" place="below">5</note>
            <note n="7777" place="below"></note>
            <note n="5" place="below">i 7 9</note>
            <note n="13" place="below">0</note>
            <note n="515" place="below"></note>
            <note n="6" place="below">5</note>
            <note n="14" place="below">3</note>
            <note n="7777" place="below"> 9 6 12 4</note>
            <note n="7777" place="below"> 7777 13 7</note>
            <note n="0" place="below">0</note>
            <note n="7777" place="below"> 713 1 1 iO 4</note>
            <note n="1" place="below"> 7 i0</note>
            <note n="1" place="below"> 9 9</note>
            <note n="7777" place="below"></note>
            <note n="611" place="below"></note>
            <note n="7" place="below">1</note>
            <note n="1" place="below">7 14 0</note>
            <note n="5" place="below"></note>
            <note n="6" place="below"> 4 i 8 4</note>
            <note n="14" place="below"></note>
            <note n="13" place="below"></note>
            <note n="14" place="below">3</note>
            <note n="510" place="below"></note>
            <note n="511" place="below"></note>
            <note n="6" place="below">i 714 i011</note>
            <note n="6" place="below">I</note>
            <note n="911" place="below"> 14 2</note>
            <note n="3" place="below">9</note>
            <note n="8" place="below">7</note>
            <note n="4" place="below">~ b 7 1777 IJ ~ 8 7 7777 1 5</note>
            <note n="2" place="below">1 6 6</note>
            <note n="13" place="below">1 4 2 13 2 7777</note>
            <note n="7777" place="below"> 14 6</note>
            <note n="13" place="below">3 6 1 13 4 610</note>
            <note n="0" place="below">3 f77~ .....</note>
            <note n="6" place="below">9 8 9</note>
            <note n="13" place="below">3 514 4 4</note>
            <note n="7777" place="below"> 8 4</note>
            <note n="510" place="below"> 5 0</note>
            <note n="10i4" place="below"> 14 0</note>
            <note n="44" place="below"></note>
            <note n="13" place="below">i</note>
            <note n="7777" place="below"></note>
            <note n="5," place="below"></note>
            <note n="5" place="below">7 u i</note>
            <note n="101~" place="below"> 7777</note>
            <note n="13" place="below">4</note>
            <note n="2:" place="below"></note>
            <note n="7777" place="below"> 7 1 7777</note>
            <note n="7777" place="below"> 1311 7777</note>
            <note n="7" place="below">5</note>
            <note n="814" place="below"> 12</note>
            <note n="5" place="below">4</note>
            <note n="712" place="below"></note>
            <note n="2" place="below">S</note>
            <note n="2" place="below">7 4 3</note>
            <note n="7777" place="below"> 12 9</note>
            <note n="813" place="below"></note>
            <note n="2" place="below">8 14 4</note>
            <note n="7777" place="below"> 811</note>
            <note n="510" place="below"></note>
            <note n="14" place="below">1</note>
            <note n="9" place="below">6</note>
            <note n="1~" place="below">8</note>
            <note n="614" place="below"></note>
            <note n="12" place="below"></note>
            <note n="8" place="below">4</note>
            <note n="7" place="below">G</note>
            <note n="3" place="below">6</note>
            <note n="711" place="below"></note>
            <note n="711" place="below"> 4 I OG53 . . . . If3 ....... 9 8 ...... u~4 &quot; 714 ; 0055 313 0056 .... 314 42 u057 llb 12 6 0056 123 7 0 0059 .... 311 ugEO 313 0061 ..... 413 dd62 -- 31~ -i . . . ~&quot;93 312 ~ 6 ~ ..... JTING WELL 311 1111 7777 1 6 13 6 7777</note>
            <div1>
                <head xml:id="sec0065">GE~Q------~US--~TTF~I'~\]7~'--R</head>
                <p>. . ii12</p>
                <p>GA~</p>
                <p>GAN 613 6 4</p>
                <p>LUANN T14--~777</p>
                <p>4 9 310 7777 Z I-</p>
                <p>GAN</p>
                <p>613 1 9</p>
                <p>4 4 7777 - UYUE</p>
                <p>7 0 3 2</p>
                <p>LEQU--~NqSR ............... 1113 710 7 0 4 2</p>
                <p>YEd TO GIVE 1114 711 7777 512 -1</p>
                <p>SHY~ WORK/AFFAIR i 3 1 3 - 7 7 &quot; 7 7 - - - S~~ -~ - n 7 2 - - - - 7 - 7~</p>
                <p>ELL T,.~U -FI~/-I~77-7 ..... ~ 4- i3-I~~1</p>
                <p>Yd AT/IN i113 7777 713 7 0 3 1</p>
                <p>YUN CLOUD iOl3 -7777 1 9 13 9 7777</p>
                <p>HUH M~T~ALLY i113 7li/ ........ TI3---2---~----/-~-77-7T wuu FIVl iC 6 i2 I 13 4 -i ii -7777 14 1 . . . . ..... 2&quot;-~-&quot;l'Z---#. ii 8 ...... 12 4 ~i ...................... - 85 -I</p>
                <p>5'&quot; 1 7777 ....... £1U II D</p>
                <p>I 8 2 1 ~-D12 o . . . . . .</p>
                <p>5 5</p>
                <p>711 i3i4 -I</p>
                <p>710</p>
                <p>1 1</p>
                <p>6 5 . . . . . . . . . . . . . . . . . . . . . . . . . . . . ... . . . . . . . . . . . . . . . . . . . . . . i38 7-8--I !# l u , .,24 ii C b :' &quot;-7'i,/ 6 9 1210 9 5 ,:-I l i0 13 • ,12 :13 i ,14 , 1 ,14 ql ,14 '7 .14 ! 7 REN HUMANE i4 ~ 7 77/( ~ 9</p>
                <p>DZN£ ALONE 14 0 7 7777 3 9</p>
                <p>BI</p>
                <p>510 5 4 I0 1 13 1</p>
                <p>TOUR</p>
                <p>7 6 7777</p>
                <p>WANG</p>
                <p>7 9 7777</p>
                <p>KANQ</p>
                <p>711 7777 13 3 -i</p>
                <p>JIAU</p>
                <p>711 7777 Ii 7 7777</p>
                <p>HAY 711 7777 ~ I - 1311 3 0 7777 7 3 ii 0</p>
                <p>YLH ALbU 710 7777 liU 131~ 2 2 7777 I0 8 12 2---I</p>
                <p>HENG PROSPEROUS 712 7777 ---~.\[q 1212 7777 75 70 42 -I</p>
                <p>SHEANG ENJOY 712 7777 312 1112 7777 7 5 7 0 5 1 7777 1 4</p>
                <p>JING CAPITAL</p>
                <p>fZZ 77(/ ... ~5-f2~---'7777~&quot;~I~ 5 1 7777 5 5 2 2 7777</p>
                <p>IY;~D VAVIL|UN 712 7777 312 1112 7777 PYRENE</p>
                <p>1 4 ii.0</p>
                <p>14 3 7777 ABOVE</p>
                <p>1 4 13 4 PERISH</p>
                <p>1 9 13 9 OVERBEARING</p>
                <p>iii 1311 JOIN</p>
                <p>211 1211</p>
                <p>IO 9 5 2 T~ELFTH -i o 2 8 Z12 7777</p>
                <p>5 7 ..... II -~9--9</p>
                <p>9 3 I0 8 9 1 -1 -i 4 9 911 5 1 :6 7 .IO 1 i3 O -I -i</p>
                <p>0090 TEEH</p>
                <p>1 0 3 6 3i3 --0o91 -~J ....</p>
                <p>414 0 7 7777</p>
                <p>uo92 CHOUR</p>
                <p>414 0 7 7777 0093 JIN</p>
                <p>0 5 714 14 5 0094 JIEH</p>
                <p>0 7 714 14 7 0095 RENG</p>
                <p>., 17-70 7 7777</p>
                <p>(7 713 5 1 U096 IO~D---</p>
                <p>414 0 7 7777</p>
                <p>b V 15 ~ \[tll</p>
                <p>0097 LAC</p>
                <p>-4I'4----~777&quot;</p>
                <p>8 ---aL</p>
                <p>-414</p>
                <p>14 7</p>
                <p>0099</p>
                <p>- ° 414-</p>
                <p>12 2</p>
                <p>OI~DD</p>
                <p>414 712 .... CH I NE~EE</p>
                <p>HO R I ZONL</p>
                <p>U.D25 &quot;</p>
                <p>TELE TELE 0001 0002 0003 0004 0~ - 6 0017 0018 0019 0020 0021 0022 0023 0324 0025 0026 0027 0028 0029 0030 0031 0032 0033-,U0340035 0049 0050 0051 006~0-66 0(Y67 0081 0082 0083 UO~7 0098 O099 CHINESE ENGLISH - ~:{0 r~ ~EONL</p>
                <p>325 ----~ , ' ....... TELE</p>
                <p>0001 0002 0002</p>
                <p>UUI7 '0018 0019</p>
                <p>0033 0034 0035</p>
                <p>0049 0050 oo51</p>
                <p>00~-5 0066 0067</p>
                <p>-~1 :0-08-~0083~084</p>
                <p>OO~f 0098 0099 0100</p>
                <p>LHINh~L</p>
                <p>HORIZONL</p>
                <p>TELE 77001~J-0~2-O~3 00040005 0006 0007 OO08 0009 0010 00ii 0012 0Qi300ih 00i5 0016 0001 0002 0003 0004 0005 0006 0007 0008 0009 00!0 0011 00!2 001 ~ 0014 0015 0016 UOOl UO02 0003 0004 0005 00&quot;~ 0007 0008 0009 O010 00I! 00!2 00\]3 O0!a 0015 O0ie 0001 00O2 0003 O0O4 0005 0006 0007 0008 0009 0010 0011 00~2 0013 001~ 0015 001~ 9 6 I0 0 ~3 0 0085 -IO0 0086 0087 0088 0089 0090 609i 009-2 0-59-3 6097J-OO -bO59g OBLIQUE TONE</p>
                <p>iii3 7777 ~-~D-STRATE</p>
                <p>3 9 3 1 ENMITY</p>
                <p>3 9 3 I</p>
                <p>14 2 -i NOW</p>
                <p>~ 6 9 LIE BETWEEN</p>
                <p>7777 5 9 STILL --'-~--3&quot;-1---7777 .....</p>
                <p>-i SERVANT</p>
                <p>3 9 3 1</p>
                <p>b b 13 b MAN</p>
                <p>3 9 3&quot; 1</p>
                <p>4 3 7777 MINUTELY</p>
                <p>3 9 3 1 AN OFFICIAL</p>
                <p>3 9 3 1 HE/SHE</p>
                <p>5 9 3 1 7il 7777 7777 8 7 5 5</p>
                <p>7777 1312 ...... TZYY</p>
                <p>0 7 7777</p>
                <p>-i -I</p>
                <p>SHYH U-7 7777 TA 0 7 7777 7 2 13 1 14 3 -I</p>
                <p>DISPLAY -1 -i iii0 I0 2 7777</p>
                <p>914 -i</p>
                <p>4 7</p>
                <p>6-2-7777</p>
                <p>7 6</p>
                <p>814</p>
                <p>714 7777</p>
                <p>4 0</p>
                <p>5i3~121~--g-'9</p>
                <p>4 1</p>
                <p>91~</p>
                <p>611</p>
                <p>8 1</p>
                <p>613</p>
                <p>4 8</p>
                <p>5 8 4 8 7 4 7777 0 0 8 5 7777 7777</p>
                <p>5 i0 9 2 5 9 777&quot;7 Ill7 7777</p>
                <p>8 6 7777 7777 7777 0007 0008 0009 0010 0011 0012 0013 0014 0015 0016</p>
                <p>5 7 9 1 1211 Ii 1 1213 14&quot;&quot;8&quot; 1311</p>
                <p>513 -I 77?7 13 2</p>
                <p>910 7777 12 6 7 6 610 3 O 7 0 9 0 i3 9 1313 q 8-q-4 7777 9 1 &quot; 914 .......</p>
                <p>8-- 7 ~ 8 4 12 7 2 7777 g 2 7777 7777 I014 i0 6 4 i0 i i0 6 .7777 -I -i 14 13 5 1 13 O 14 4</p>
                <p>510 12 Ii 1 2 00360037 0038 0039 0040 0041 0042 0043 0044 0045 0046 0047 0048 0052 0053 0054 0055 0056 0057 0058 0059 0060 0061 0062 0065 0064 00-68 00690070 0071 0072 0073 0074 00-75 0076 0077 0078 0079 0080 0084 0100 . . 0004 0020 0096 0052 0068 0085 -IO0 . . . . 0005 00El 0037 0053 0069 0070 0071 0072 0073 0074 0075 0076 0977 0078 0079 0080 0086 0087 0088 0089 0090 00'91 0092 0093 0094 0095 0096 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 0006 0007 0008 0009 0010 0011 0012 00!3 O01a 00!5 0016 0022--0-0~--O-0~+ 0025 0026-0027 0028 0029 0030 0031 0032 0038 0039 0040 0041 Q')~-2 0043 0044 0045 0046 0047 006-8 oo5~ 66~ o~6-60~ 665~; 565~0g6--6-6-~-i--5~6~006~-0~..~,</p>
            </div1>
            <note n="313" place="below">1113 7777 713 3 7 7777 0 1 14 1 -i ~&quot; %6 KUANO SITUATION - ,2i3 ....... 611 7777 1 1 8 3 5 1 7777 i0 8 -- 0067 SHIE -~M~ 212 2 6 7777 414 . . . . . . . . . ~4--61--Y4-8 7777 0068 YEA ASIA ........... 3Y3 -1~fI3--7777 ~I3 12 5 8 5 8 1 7777 UUE9 JYI U~GhN~ 313 1113 710 7 1 12 9 8 9 12 4 7777</note>
            <note n="6" place="below">5 7777 RUU iii 4 6</note>
            <note n="7777" place="below">714 7 0 4 i -i 6EEl4 6~NZINE</note>
            <note n="1313" place="below">7777 4±4 ~ld 7777 7777 ~ 3 7 9 14 5 1717</note>
            <note n="1112" place="below">7777 ~12 2 1 7777</note>
            <note n="7777" place="below"> 811</note>
            <note n="7777" place="below"> 4 0</note>
            <note n="7777" place="below"> 7777</note>
            <note n="7777" place="below"> DRY O 3 1211 MILK 211 Z 1 DRY 314 3 7 DISORDERED 213 311 5 6 7777 6 4 2 4 P00L 0 4 4 1 1211 9 d MARK OFF -1</note>
            <note n="714" place="below"></note>
            <note n="6" place="below">3 8 7 3 9 7777</note>
            <note n="311" place="below"> 3 0</note>
            <note n="7" place="below">7</note>
            <note n="7777" place="below"> 7 1</note>
            <note n="7777" place="below"> 0 4</note>
            <note n="011" place="below"> 7777</note>
            <note n="7777" place="below"> 1 0 6 1</note>
            <note n="810" place="below"></note>
            <note n="6" place="below"></note>
            <note n="7" place="below"></note>
            <note n="4" place="below"></note>
            <note n="4" place="below"></note>
            <note n="6" place="below"></note>
            <note n="0" place="below"></note>
            <note n="5" place="below"></note>
            <note n="1" place="below"></note>
            <note n="1" place="below"></note>
            <note n="7" place="below"> 4</note>
            <note n="8" place="below">i 2 1</note>
            <note n="7" place="below">3</note>
            <note n="7777" place="below"> iO 4</note>
            <note n="2" place="below">8 14 i</note>
            <note n="7777" place="below"> 13 1</note>
            <note n="7777" place="below"></note>
            <note n="3" place="below">5 12 0</note>
            <note n="412" place="below"> B 4</note>
            <note n="611" place="below"> 814</note>
            <note n="4i3" place="below"> 1 8 7-7-7-7-'----B-T4</note>
            <note n="14" place="below">4 -I</note>
            <note n="7777" place="below"></note>
            <note n="101~" place="below"> 3 3</note>
            <note n="7777" place="below"></note>
            <note n="7" place="below">9</note>
            <note n="3" place="below">8</note>
            <note n="514" place="below"></note>
            <note n="7777" place="below"></note>
            <note n="714" place="below"> 14 3</note>
            <note n="410" place="below"> 7777</note>
            <note n="2" place="below">5 -i</note>
            <note n="2" place="below">9 -i</note>
            <note n="312" place="below"></note>
            <note n="3" place="below">U 14 i</note>
            <note n="4" place="below">9 7777</note>
            <note n="6" place="below">7 711</note>
            <note n="411" place="below"> 7 8</note>
            <note n="3" place="below">3</note>
            <note n="7777" place="below"> 14 3</note>
            <note n="7777" place="below"> 813</note>
            <note n="0" place="below">7 7777</note>
            <note n="7777" place="below"> 7 0 8 1</note>
            <note n="9i4" place="below"></note>
            <note n="7777" place="below"> . . . . . . . .</note>
            <note n="110" place="below">1310</note>
            <note n="13" place="below">1</note>
            <note n="814" place="below"> -i 613 8 1</note>
            <note n="011" place="below"> Si3</note>
            <note n="6i3" place="below"> 7777 Ii 0 9 2</note>
            <note n="3" place="below">9</note>
            <note n="6" place="below">9</note>
            <note n="14" place="below">3</note>
            <note n="711" place="below"></note>
            <note n="5" place="below">9 ii 0</note>
            <note n="0" place="below">9 k413</note>
            <note n="511" place="below"> 4 8 14 1</note>
            <note n="7" place="below">4</note>
            <note n="7777" place="below"></note>
            <note n="2" place="below">4</note>
            <note n="12" place="below">9</note>
            <note n="7777" place="below"> -i</note>
            <note n="13" place="below">8</note>
            <note n="12" place="below">1 -Y0&quot;~ . . . . . . . . . 9 1 7777</note>
            <note n="4" place="below">0 7777 ii 9 7 1</note>
            <note n="7777" place="below">0 5 13 i -?TIT 6 17777</note>
            <note n="6" place="below">5 2 5</note>
            <note n="7777" place="below"></note>
            <note n="7777" place="below"> 14 1</note>
            <note n="6" place="below">9 7777</note>
            <note n="7777" place="below"> 2 5 14 4</note>
            <note n="7777" place="below"></note>
            <note n="71~" place="below"></note>
            <note n="7777" place="below"></note>
            <note n="7777" place="below"></note>
            <note n="1" place="below"></note>
            <note n="9" place="below">~</note>
            <note n="5" place="below">9</note>
            <note n="777i" place="below"></note>
            <note n="1777" place="below"></note>
            <note n="0" place="below">1 914 7777</note>
            <note n="7~-" place="below"></note>
            <note n="6" place="below">7' dib '~31--i 813 '~ e</note>
            <note n="2" place="below">9 7777</note>
            <note n="7777" place="below"></note>
            <note n="7-~7" place="below"></note>
            <note n="7777" place="below"></note>
            <note n="7777" place="below"></note>
            <note n="5" place="below">7</note>
            <note n="7" place="below">6</note>
            <note n="1" place="below">5</note>
            <note n="1" place="below">6</note>
            <note n="1" place="below">7 4 5</note>
            <note n="511" place="below"> 7777</note>
            <note n="77,4" place="below"> 7777</note>
            <note n="14" place="below"> 6</note>
            <note n="14" place="below"> 8</note>
            <note n="14" place="below"> 0 ~' 14 --T--q~-7--iz ~ rrtt ~5---~5---CT77-~-~----7-O LIANG BRIGHT 14 712 7777 ~r2- -iqq-Z--~/777---~YI .... S--g-8 13 S 12 6 7777 1 0 5 4 5 7 ~OH {~IbIRI-(/'T-,&quot;T4&quot;A'F4&quot;E-~ 14 713 7777 313 1113 7777 512 13 9-~--T~777~-~5~-7----~--~--7777---~T-7 5 -i ~AA;~ -~5&quot;I~,KIC'ERE 14 713 7777 213. 1213 7777 412 ~ 9 911 ~li 777/ 5- 1 b l 3 9 3 7777 1 I 14 1 -I ~GLI ....... RESUCU\]L 14 713 7777 113 1313 7777 413 I~ 41G 7777----5~3-----51~Z .... 9~2&quot;~--7777 9 81G 610 7777 1012 1212</note>
            <note n="71" place="below">1 6 1 ~ 14 8 13 6 7777</note>
            <note n="77" place="below">5 3 9 3 7777 1 1 14 1 ,~FO~J ON LIQUIDS 13 613__7777 011_ 5 7777 1 3 5 3 i! 1411 7777 911 4 14 4 7777 I0 8 REN PERSON i-~- 7 9 5 ~-- 1 O SHER WHAT</note>
            <note n="14" place="below">~ 7 7777 3 9</note>
            <note n="7777" place="below"> i0 7 -i 7777 7777</note>
            <note n="7777" place="below"> 2 0 7777----711~ -i 7777</note>
            <note n="613" place="below"> 13 7</note>
            <note n="3" place="below">9</note>
            <note n="1" place="below">0</note>
            <note n="511" place="below"> ---i-</note>
            <note n="610" place="below"></note>
            <note n="511" place="below"></note>
            <note n="511" place="below"> 14 4</note>
            <note n="9" place="below">5</note>
            <note n="511" place="below"></note>
            <note n="6" place="below"></note>
            <note n="3" place="below"> 3</note>
            <note n="3" place="below"></note>
            <note n="4" place="below"></note>
            <note n="6" place="below"></note>
            <note n="5" place="below"></note>
            <note n="5" place="below"> -I ~ 12 5</note>
            <note n="1" place="below"></note>
            <note n="2" place="below"> 1</note>
            <note n="7" place="below"></note>
            <note n="7" place="below"></note>
            <note n="4" place="below"></note>
            <note n="6" place="below"></note>
            <note n="6" place="below"></note>
            <note n="0" place="below">1 7777 i0 8 13 4</note>
            <note n="7777" place="below"></note>
            <note n="3" place="below">1</note>
            <note n="3" place="below">1</note>
            <note n="3" place="below">1</note>
            <note n="5" place="below">1 713 iiii 7 0 6 6 7777 7777 7777</note>
            <note n="12" place="below">8 5 1 -I</note>
            <note n="611" place="below"> 911 7777 7777</note>
            <note n="9" place="below">1</note>
            <note n="5" place="below">8</note>
            <note n="5" place="below">9</note>
            <note n="412" place="below"></note>
            <note n="9" place="below">7 5i~</note>
            <note n="4" place="below">8 9 f</note>
            <note n="011" place="below"> 914 8'8 i0 4 14 O 13 8 ii 9 1312</note>
            <note n="9" place="below"></note>
            <note n="5" place="below"></note>
            <note n="7777" place="below"></note>
            <note n="7" place="below">7</note>
            <note n="5" place="below">U</note>
            <note n="9" place="below">~</note>
            <note n="9" place="below">8</note>
            <note n="9" place="below">6 -I</note>
            <note n="9" place="below">8</note>
            <note n="910" place="below"> ~</note>
            <note n="2" place="below">8 511 1911 9 7</note>
            <note n="7777" place="below"> 7777 12 8 13 O</note>
            <note n="7777" place="below"></note>
            <note n="7777" place="below"></note>
            <note n="2" place="below"></note>
            <note n="2" place="below"></note>
            <note n="5" place="below"></note>
            <note n="7777" place="below"></note>
            <note n="7777" place="below"></note>
            <note n="5" place="below">9</note>
            <note n="7777" place="below"></note>
            <note n="7777" place="below"></note>
            <note n="911" place="below"></note>
            <note n="911" place="below"></note>
            <note n="910" place="below"></note>
            <note n="911" place="below"> 12 O</note>
            <note n="912" place="below"> II 1</note>
            <note n="1012" place="below"> 7777</note>
            <note n="7777" place="below"> 811 1211 9 1</note>
            <note n="2i3" place="below"> 1114 7777 -I</note>
            <note n="91#" place="below"></note>
            <note n="43" place="below"></note>
            <note n="912" place="below"></note>
            <note n="99" place="below"></note>
            <note n="9" place="below">9</note>
            <note n="810" place="below"></note>
            <note n="511" place="below"></note>
            <note n="511" place="below"></note>
            <note n="51Q" place="below"></note>
            <note n="511" place="below"> -1</note>
            <note n="511" place="below"> 14 i</note>
            <note n="512" place="below"> 12 3</note>
            <note n="412" place="below"> 5 5</note>
            <note n="211" place="below"> 7777 7777 7777</note>
            <note n="2" place="below"> iiii 8</note>
            <note n="9" place="below"></note>
            <note n="9" place="below"></note>
            <note n="5" place="below"></note>
            <note n="6" place="below"></note>
            <note n="0" place="below"></note>
            <note n="3" place="below"></note>
            <note n="9" place="below">7</note>
            <note n="93" place="below"></note>
            <note n="13" place="below">o</note>
            <note n="3" place="below">3</note>
            <note n="8" place="below">~</note>
            <note n="7777" place="below"></note>
            <note n="7777" place="below"></note>
            <note n="7777" place="below"></note>
            <note n="7777" place="below"></note>
            <note n="7777" place="below"> -I</note>
            <note n="7777" place="below"> 7777</note>
            <note n="7777" place="below"> 9 ~</note>
            <note n="411" place="below"> 610 i010 5 5</note>
            <note n="7777" place="below"> 1313 12 6</note>
            <note n="7" place="below">1</note>
            <div1>
                <head xml:id="sec2.6"></head>
                <p>0032 0032 003&quot;2 0032 0048 0048 0048 0048 0064</p>
                <p>,4 u~64 0064 0080 0080 0080 0080 Uv96 0096 0096 0096 0048 0016 0016 0090 0&quot;018 0019 0018 0019 0018 0019 0018 0019 0034 0035 0034 0035 0034 0035 0034 0035 0050 0051 0050 0051 0050 0051 0050 0051 0066 0067 0066 0067 0066 0067 0066 0067 0082 0083 0082 0083 ~0082 0083 0082 0083</p>
                <p>0098 0099</p>
                <p>0099 0099</p>
                <p>U098 0099</p>
                <p>0098 0099 ESE ENGLISH ZONL 025</p>
                <p>TELE</p>
                <p>~U34 0035 0003 0003 0077 0003 0069 3007 3002 0976</p>
                <p>006? ESE ZONL 025 O01R 0050 TELE 0019 0020 0021 0022 0023 0024 0025 0026 0027 0028 0029 0030 0031 0032 0055 0056 0057 0058 0059 0060 0061 0062 0063 0092 0307 0052 0098 O00p 0034 0076 0053 0093 0033 0053 0053 0099 0303 0035 0077 0054 0094 0016 0954 0954 0054 0100 0004 0005 0006 0007 0008 0009 0010 0011 0012 0013 0014 0015 0016 0036 0037 0038 0039 0040 0041 0042 0043 0044 0045 0046 0047 0048 0078 0079 0080 0081 0082 0083 0084 0085 0086 0087 0088 0089 0090 0055 0095 0004 0055 0055 0055 0056 0096 0017 0056 0056 0056 00.57 0097 0005 0057 0057 0057 0058 0098 0006 0058 0058 0058 0059 0099 0007 0059 0059 0059 0@60 0061 0062 0063 0064 0100</p>
                <p>0001 0018 0002 0016 0060 0061 0062 0063 0064 0060 0061 0062 0063 0064 0065 0066 0060 0061 0062 0063 0064 0065 0066 0020 0021 0022 0020 0021 0022 0020 0021 0022 0020 0021 0022 0036 0037 0038 0036 0037 0038 0036 0037 0038 0036 0037 0038 0052 0053 0054 0052 0053 0054 0052 0053 0054 0052 0053 0054 0068~069 0070 0068 00-69 0070 0068 0069 0070 0068 0069 0070 0084 0085 0086 0084 0085 0086 0084 0085 0086 0084 0085 0086 0100 0100 01~0 0100 0023 0023 0023 0023 0039 0039 0039 0039 0055 0055 0055 0055 0071 0071 0071 0071 0087 0087 0087 0087 0024 0025 0024 0025 0024 0025 0024 0025 0040 0041 0040 0041 0040&quot;0041 0040 0041 0056 0057 0056 0057 0056 0057 0056 0057 0072 0073 0072 0073 0072 0073 0072 0073 0088 0089 0088 0089 0088 0089 0088 0089 -i00 OO3~~Sq\]-FTq'JU~8~O~OO~0~0~T0042 0043 0054 0055 0056 0057 0058 0059 0060 0061 0016 0004 0078 0070 0055 0056 0004 0017 0005 0006 0079.0080 0005 0071 0072 0057 0005 0007 0081 0007 0073 0058 0006 0008 0082 0074 0059 0007 0083 0009 -i0 0060 0001 0084 0061 0001 0085 0011 TELE 0026 0026 0026 0026 0042 0042 0042 0042 0058 0058 0058 0058 0074 0074 0074 0074 0090 0090 0090 0090 0027 0027 0027 0027 0043 0043 0043 0043 0059 0059 0059 0059 0075 0075 0075 0075 0091 0091 0091 0091 00'28 0028 0028 0028 0044 0044 0044 0044 0060 0060 0060 0060 0076 0076 0076 0076 0092 0092 0092 0092 0044 0062 0062 0001 0012 0086 0029 0029 0029 0029 0045 0045 0045 0045 0061 0061 0061 0061 0077 0077 0077 0077 0093 0093 0093 0093 0045 0063 0001 0013 0087 0013 0030 0030 0030 0030 0046 0046 0046 0046 0062 0062 0062 0062 0078 0078 0078 0078 0094 0094 0094 0094 0046 0018 0014 0088 0031 0031 0031 0031 0047 0047 0047 0047 0063 0063 0063 0063 0079 0079 0079 0079 0095 0095 0095 0095 0047 0002 0089 0015 ~_'~ &amp; OUTPIIE PAGE I: The first one=hundred characters horizontal size 0.025 inch. of the Chinese telegraphic wrlting~ Chinese characters inch, code number at step Chinese code --</p>
                <p>at step size 0.01 5 UOgLO scarf GI~, ~5 SI~JN~ ~:LL LffFI OOUuS ~O:~f M~g~U~gttl CLgVfg E ~OutNl fnOt 2b ~P~SPf~gb$ FObP,'~t'4 ± UP 77 CL Oi, IN IUll~O ~#99Lg A£I #WIU~ C- I t~t~Ag,~g 2 SLiDD\[N,.~ ~U~. I I PL Y Nlt~i I'll~g J ~bI!JRLLY S~I~JR# ION r~frar X JOlfl ~0gE0v\[ f. OE'pul v i &lt; ABUNDANT R PP'NT 7) CUC.AL'If' T US FI~ISM T~O Zz r;vt' SO.~k ABOVl; ?. (./~.1&quot; t 1 gL 7F NO! G~RNO lO~f glA55t¢!f~ 9P 1~g~S OF N~lfi glNSIL'IHI~ ~$TRIIHf &lt; LO~ir IlHL ll~rO ALSO O!50~PSgfO .~R!II~ UCLL ASIA rr~|s~ RLS~ rAVJLION • '~q. 3 I~LO,~g O~,LiOut 'ON:' FgLL ff~)S1l~Al.:, f~'HIY NON ( I L- fi\[ ' :4L~ ~ ,S '~ I k L S fgYgN 1 pAN P!NJ\]£L~ RN OFF!f~)AL I'~\['/~P f. OUTPUT PAGES 2 &amp; 3: The same one-hundred characters wlth their English Equivalents horlzontalwrlting, Chinese characters at size 0,025 inch~ English letters at step inch, Chinese -step size 0.01 a~ TS£ ~ b ITs ` S ££5_ ~ £ ¢ ~T • d' ~ q-~ .~. 9t ~ @ ¢1~ -. ~,~ ~ _ j ,: ...... l- L.._ i TL_, ~_ 9 &gt;4 f~ £ &lt;-. ~, &quot;F ' 4 ~. J1 -- ~ )~i ,i:~ {_. t~_. ,% ~ .:X © £ ~ &quot;~ 4:- ~_, ~?~-.~ ,~ ~L ~ ~ ~ t~ .,.'At, .:m j-.~ ,. j --B ~, -'- -'- -'- --'-- - - . r ~ _A~ _A__ _~__ \ OUTPUT PAGES 4 &amp; 5: Chinese charactersj a horlzontal writing mode and at step size 0.025 inch, arranged at 320 Characters per page for continuous text writing. / L E+E'T DONNSTB~!C~ ~I~/Hgff./JI OLffV~2 ~2 SObpNT S~fNLY 2 NU.71PLY NINg T~EBE~PO~ lINT~ggOG. ON~T,i fUCRLYP~US d~ e\[cc LON~ llp~ -T'II~\[g d~ SFC ~C. P~ OFF F2NISH 10 C!vff F&quot; ;L I&quot; .i '!+:, : EL; F I?.%N ~/l~ ~0 GIV,~ -F FOU~!H ~iO~tJ 22 CLOU~ NOS~,/RFFqJB CLOUO I .-THRE~ D~ T roog~ ' ti~ I:J~k LY MUT'j~L\[ Y F UP L05.\[ % ONC F'OU~ Tt~ SEVEN T UP D~n~N TN~L Fv, H CR? ! Trek _Px__ SINf.fg\[ i,~ H.~ ~ g\[ (,C Rq gO.n.L D S0~. ~qBOv\[ LOSf @ fNJO~ IDISI~ICI NRN\[I X_ ffgSON OgLJ~of ~ON2 X JO~N ~1150 f'RVi k iON gE'~OLUIC NUt'lq if:: ~$ I ~ i~\[g i 5(4 OUTPUT PAGES 6 &amp; 7: English equivalents per page with blank filled inside the text. I&quot; gO~Pf~,~J(JS BR I c,g ~ HOL0 ~N ~iOUlO5 RI. I)NL $~TVfN T ~US\[-0vL a DErGI~ U.E C C';',I 1 _A__ OvgF, gt }/gi Nr-Chinese characters with arranged at 80 characters spaces and lines randomly 3~ !8 ~0 ~1 :22 ;~3 24 25 Z6 27 ~B 29 30 31 32 so gZ '~'I $4 $4 S~ I00 SS S5 '19 OI~PUT PAGE 8: identifying telegraphic at 320 characters per page with ~pace and ~Ine controls. S~ r~G S{~ a0 • S'~ .57 $7 S'; \]9 Sa B2 Chinese S~ $9 S9 S~ EO ~0 I00 e~O ~ EO B4 characters codes arranged El {I El ~ I as E~' G2 E~ E ~ -14 a~ with E3 ~.3 e~3 ~ ~3 :IS a-i G4 ~'I ~4 '~S ~S ~ e,~ gg</p>
            </div1>
            <note n="9~" place="below">9~ 99 I0~</note>
            <note n="0~" place="below"></note>
            <note n="0Nf" place="below"></note>
            <note n="1~fg" place="below"></note>
            <note n="00NN" place="below"></note>
            <note n="5:?." place="below"></note>
            <note n="9&quot;\]" place="below"></note>
            <note n="34" place="below"></note>
            <note n="7~" place="below"></note>
            <note n="53" place="below"></note>
            <note n="9J" place="below"></note>
            <note n="53" place="below"></note>
            <note n="33" place="below"></note>
            <note n="99" place="below"></note>
            <note n="2S" place="below"></note>
            <note n="94" place="below"></note>
            <note n="54" place="below"></note>
            <note n="36" place="below"></note>
            <note n="7a" place="below"></note>
            <note n="5S" place="below"></note>
            <note n="95" place="below"></note>
            <note n="5S" place="below"></note>
            <note n="55" place="below"></note>
            <note n="31" place="below"></note>
            <note n="5E" place="below"></note>
            <note n="9S" place="below"></note>
            <note n="5~" place="below"></note>
            <note n="38" place="below"></note>
            <note n="51" place="below"></note>
            <note n="91" place="below"></note>
            <note n="81" place="below"></note>
            <note n="58" place="below"></note>
            <note n="5a" place="below"></note>
            <note n="9.~" place="below"></note>
            <note n="5a" place="below"></note>
            <note n="5a" place="below"></note>
            <note n="40" place="below"></note>
            <note n="99" place="below"></note>
            <note n="59" place="below"></note>
            <note n="4J" place="below"></note>
            <note n="83" place="below"></note>
            <note n="42" place="below"></note>
            <note n="61" place="below"></note>
            <note n="43" place="below"></note>
            <note n="62" place="below"></note>
            <note n="64" place="below"></note>
            <note n="4~" place="below"></note>
            <note n="88" place="below"></note>
            <note n="47" place="below"></note>
            <note n="4B" place="below"></note>
            <note n="91}" place="below"></note>
        </body>
        <back/>
    </text>
</TEI>
