#ifdef UTF8SUPP

   = EBCDIC related.

        EBC SETCP:codepage

           SETCP :changes the codepage of the file.
                    ex) EBC SETCP=CP935
                  EBC cmd dose not change original code, but display the code according the codepage.
                  So, close operation dose not write back to the file if there are no other modification to the file.
                  Undo function restores SETCP effects of CV/EBC cmd.
                  Codepage by SETCP option is registered to profile at close operation(not CANcel but END operation)
                  Use "EBC SETCP=" to back to default codepage.


#endif