home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 5 Edit / 05-Edit.zip / akview.zip / README.txt < prev    next >
Text File  |  2002-07-02  |  2KB  |  82 lines

  1. About
  2.  
  3. AKAN Kanji Font library (DLLs) and its test program 'akview.exe' is
  4. my old attempt to view japanese text on non-japanese version OS/2.
  5. Before I got japanese version of OS/2, I'm using this program to
  6. read japanse texts (with V2.0).  After I got japanese version of OS/2
  7. (first one was V2.1J), I stopped development, and programs are saved
  8. to  bottom of my archives.
  9.  
  10. Few days ago, I read mail at os2user@yahoogroups.com asking read
  11. japanese text on non-japanese OS/2, and I recalled this one. Some
  12. people intrerested this, so I put it on my web page.
  13.  
  14. Contents
  15.  
  16. Binary package contains AKAN font library (DLL) and japanese text
  17. viewer 'akview.exe'.
  18.  
  19.  akview.exe      Japanese Text Viwer
  20.  akanfont.dll    DLL main entry
  21.  akank14.dll     K14 font
  22.  akank16.dll     K16 font
  23.  akank24.dll     K24 font
  24.  test-euc.txt    Japanese Text in EUC encoding
  25.  test-jis.txt    Japanese Text in JIS encoding
  26.  test-sji.txt    Japanese Text in ShiftJIS encoding
  27.  
  28. Install
  29.  
  30. Put four DLLs to some directory in your LIBPATH.
  31. Put 'akview.exe' to some directory in your PATH.
  32.  
  33. Usage
  34.  
  35. 'akview' show japanese text from file (as argument) or from STDIN.
  36.  
  37.  akview file
  38.  
  39.  cat text | akview
  40.  
  41.  'akview' automatically determine japanese text encodings and show
  42.   text with appropirate encoding.  If something wrong, then change
  43.   encoding type from menu
  44.  
  45.   Option -> Code -> SJIS, JIS, EUC
  46.  
  47. Menu
  48.  
  49. File
  50. Open        read another file
  51. about       about message
  52. Exit        exit program
  53. Edit
  54. Copy        not implemented
  55. Search      search for text
  56. Goto        goto line
  57.  
  58. Option
  59. Font        change font, K14, K16, K24
  60. Code        change text encodings, SJIS, JIS, EUC
  61. TabSet      change tab width
  62.  
  63. Notes
  64.  
  65. It is a very old program ("About" box says 1993) when I'm using OS/2
  66. V2.0, written using MS-C (really) and 1.X APIs (so it is 16 bit
  67. program), but still works on Warp3/Warp4.  It will also works on
  68. OS/2 V1.X, but I'm not sure.
  69.  
  70. I  never maintain this code (mainly because no MS-C now).  But
  71. somebody interested this code, sources are also avaiable.  I release
  72. this under GPL.
  73.  
  74. Fonts used in this program was derived from X11's K14, K16, K24
  75. fonts.  They are distributed under X11 license.
  76.  
  77. Contanct
  78.  
  79. You can contant me at <akira@sra.co.jp>, but I never update this
  80. program.  But someday, if I have spare time, I'll  re-write this one
  81. using GCC with 32bit API.
  82.