127B:2013/08/16

     1.BUGs
       -"END /Mr"(save as RECFM=F) missed to write lines of length=0.
       -miss-translation at EBCDIC file with CPEB --> Locale code file.
       -display as translation error for lines containing DBCS at copy non-EBCDIC lines into EBCIDIC file.
       -Cut&Paste into non-EBCDIC file may insert SO/SI around DBCS.
       -XPRint cmd for RECFM=F, -Rnn parameter was missed.
       -For UTF8 encoded FixedLengthRecord file,when UTF8 string length exceeded recordlength by update
        overflowed string shifts all following lines at save.
       -Page ejected by 0x0c at "XPRint **/***"(Screen print).
       -Screen print was invalid if screen was shifted to right.
       -Screen print of hex dump of EBCDIC file, lower letter was printed as katakana on Japanese environment.
       -When opend RECFRM=F of profile file with /Mh(HexDump) option, display width was ones of LRECL.
       -COPy cmd did not translated EBCDIC DBCS if xeebc.map did not defined DBCS converetr.

     2.Additional functions.
       -RECFM=V support.
        .Supported record header format is as followings.
          2/4 byte containing/not containing header length itself, RDW(4 byte LLZZ),
          Microfocus format(system record on the top of file indicates 2 or 4 byte header)
        .Once opened with "/Mv /Fvfmt" option, it was saved to internal "profile" record,
         that is referred at next open.
         You can set the option to a directory which is applied to all member.
         XPRint cmd also refers the profile to set xprint utility parameter setting.

     3.Miscellaneous.
       -"END /F0" reset LRECL of RECFM=F of the file's profile.
       -Commandline option /F was change to /FTP to enable to specify
        /F edit command option on commandline parameter.
       -For Fixed Record Length File opened with /Fxx only, replace TAB(0x09) by SPACE(0x20) at save.
        For Record mode file(opened with /Mr /Fxx) preserve TAB at save.

     4.Tools.
       -xprint  v9.25
        .RECFM=V support
        ./ICU was added to enable to use ICU converter without /BC(cfg fiel for EBCDIC translation).
        .(BUG:LINUX) miss-translated for EBCDIC and UTF8 files.
        .(BUG)Line length error when RECFM=F file contains 0x15(EBCDIC newline).