.Japanese DBCS,Code Conversion

#ifdef UNX

    #ifdef AIX
      SJIS(Shift-JIS). Browse and DBCS input are both avail.
    #endif

    #ifdef LNX
      EUC. Browse is avail under kon(Kanji ON console).
           DBCS input is not avail on kon,avail on
           gnome-terminal,kterm.
    #endif

#else
      SJIS. Browse and DBCS input is both avail.
#endif

      CV command is for code conversion between SJIS,EUC,IBM-EBCDIC,
      unicode,UTF-8.
      Katakana and english lowercase letter is offen mis-converted
      when EBCDIC to SJIS conversion.Those file may be re-converted
      each other.
      HEX notation to char conversion is also supported.
1