2024/11/25


    .Copy/Move/Paste

      (Example 1) No converter specified

           (1) Source file

EDIT---|x:\x11 =L(24-10-11 15:01)-------------------- 001-(   1)-067=Rep
===>                                                           ===>HALF
col |....+....1....+....2....+....3....+....4....+....5....+....6....+..
****|*L*t**l*** TOP OF FILE *******Lig:OFF *****************************
0001|abcd↵
    |6666↵
    |1234↵
****|*L*t**l*** END OF FILE *******Lig:OFF *****************************

EDIT---|G:\src\xe\htmlwk\x256.c1c2 =l(24-10-11 14:58) 001-(   1)-067
===>                                                           ===>HALF
****|*l*t**l*** TOP OF FILE *******Lig:OFF *****************************
0001|チツ↵
    |cc↵
    |12↵
****|*l*t**l*** END OF FILE *******Lig:OFF *****************************

           (2) No CPEB option.

EDIT---*x:\x11 =L(24-10-11 15:01)-------------------- 001-(   1)-067=Rep
===>copy x256.c1c2                                             ===>HALF
col |....+....1....+....2....+....3....+....4....+....5....+....6....+..
****|*L*t**l*** TOP OF FILE *******Lig:OFF *****************************
0001|abcd↵
    |6666↵
    |1234↵
0002*チツ↵
    *cc↵
    *12↵
****|*L*t**l*** END OF FILE *******Lig:OFF *****************************

           (3) with CPEB option.
                (If CPEB is recorded in the profile, it is not necessary to specify CPEB.)

EDIT---*x:\x11 =L(24-10-11 15:01)-------------------- 001-(  20)-067=Rep
===>copy x256.c1c2  cpeb                                       ===>HALF
col |....+....1....+....2....+....3....+....4....+....5....+....6....+..
****|*L*t**l*** TOP OF FILE *******Lig:OFF *****************************
0001|abcd↵
    |6666↵
    |1234↵
0002*チツ↵
    *cc↵
    *12↵
0003*AB↵
    *44↵
    *12↵
****|*L*t**l*** END OF FILE *******Lig:OFF *****************************

      (Example 2) Converter specified (ICU or iconv in the cfg file)

           (1) Source file

               copy from ("e x20cp930 cpeb:cp930")

EDIT---|G:\src\xe\htmlwk\x20cp930 =E(24-10-11 15:33)- 001-(   1)-067=Rep
===>                                                           ===>HALF
****|*E*e**l*** TOP OF FILE ******* cp=CFG:cp930(ICU) ******************
0001|abcd 1234↵
    |66664ffff↵
    |234501234↵
****|*E*e**l*** END OF FILE ******* cp=CFG:cp930(ICU) ******************

               Copy to ("e x20cp930 cpeb:cp939)

EDIT---|G:\src\xe\htmlwk\x20cp939 =E(NEW FILE)------- 001-(   1)-067
===>                                                           ===>HALF
****|*E*e**l*** TOP OF FILE ******* cp=cp939(ICU) **********************
****|*E*e**l*** END OF FILE ******* cp=cp939(ICU) **********************

           (2) copy (without CPEB option)
               Converted from the source code page (CP930) to the destination code page.

EDIT---|G:\src\xe\htmlwk\x20cp939 =E(NEW FILE)------- 001-(   1)-067
===>copy x20cp930                                              ===>HALF
a   |*E*e**l*** TOP OF FILE ******* cp=cp939(ICU) **********************
****|*E*e**l*** END OF FILE ******* cp=cp939(ICU) **********************

EDIT---*G:\src\xe\htmlwk\x20cp939 =E(NEW FILE)------- 001-(  13)-067
===>                                                           ===>HALF
****|*E*e**l*** TOP OF FILE ******* cp=cp939(ICU) **********************
0001*abcd 1234↵
    *88884ffff↵
    *123401234↵
****|*E*e**l*** END OF FILE ******* cp=cp939(ICU) **********************

           (3) copy (with CPEB option)
               The code page of the CPEB option is the source code page and is converted to the destination code page.
               In this case, since it is the same as the destination code page, no conversion is performed
               and it is interpreted using the destination code page.
               The display is different from the source.

EDIT---*G:\src\xe\htmlwk\x20cp939 =E(NEW FILE)------- 001-(  25)-067
===>copy x20cp930 cpeb:cp939                                   ===>HALF
****|*E*e**l*** TOP OF FILE ******* cp=cp939(ICU) **********************
a   *abcd 1234↵
    *88884ffff↵
    *123401234↵
****|*E*e**l*** END OF FILE ******* cp=cp939(ICU) **********************

EDIT---*G:\src\xe\htmlwk\x20cp939 =E(NEW FILE)------- 001-(  21)-067
===>                                                           ===>HALF
****|*E*e**l*** TOP OF FILE ******* cp=cp939(ICU) **********************
0001*abcd 1234↵
    *88884ffff↵
    *123401234↵
0002*ウエオ 1234↵
    *66664ffff↵
    *234501234↵
****|*E*e**l*** END OF FILE ******* cp=cp939(ICU) **********************