2007 Jul 02 9:25 PM
hi
i want to convert a file in application server which contains japanese characters in to utf-8 format in order to read it easily using open dataset.
is there any way to convert it through abap program which runs in backgroung job.
thanks,
Madhu
hi
i want to convert a file in application server which contains japanese characters in to utf-8 format in order to read it easily using open dataset.
is there any way to convert it through abap program which runs in backgroung job.
thanks,
Madhu
2007 Jul 02 9:33 PM
Hi,
While reading from application server use like this way
open dataset fnam for input in legacy text mode code page '1100'.
aRs
2007 Jul 02 9:37 PM
hi
try that
OPEN DATASET 'test.txt' FOR OUTPUT IN TEXT MODE ENCODING utf-8.
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |