Believe it or not, such documents exist... my wife has produced them
for the better part of the last decade ;-)

I noticed that abisuite-0.7.10 managed to import the doc... but only every
second character(*). A little experimentation in clx.c showed what to do. 
Caolan was there before, and his comments pointed the way.

Someone should try the same with WORD2 complex non-fExtChar docs. I don't
have any.

Martin

(*) If you think reading a text with vowels omitted is hard, try this...
-- 
Martin Vermeer [EMAIL PROTECTED]
:wq

Index: clx.c
===================================================================
RCS file: /cvsroot/wv/clx.c,v
retrieving revision 1.16
diff -u -r1.16 clx.c
--- clx.c       2000/03/30 09:01:41     1.16
+++ clx.c       2000/08/27 11:34:55
@@ -121,6 +121,18 @@
                                                clx->pcd[i].fc |= 0x40000000UL;
                                                }
                                }
+                       if (ver == WORD6)
+                               {
+                               /* Copy the above ;-) MV 27.8.2000 
+                               Note: worth trying for WORD2 etc. also (?)
+                               */
+                               if (fExtChar == 0)
+                                       for (i=0;i<clx->nopcd;i++)
+                                               {
+                                               clx->pcd[i].fc *= 2;
+                                               clx->pcd[i].fc |= 0x40000000UL;
+                                               }
+                               }
                        }
                else
                        {

Reply via email to