I have used db2 Load to load a data of encoding 1252 in to DB2 which is of codeset 1208 (UTF-8). Load is successful but the German umlouts are looking like "šR".
The querry is as below:
db2 load from "./data/abcd.txt" of asc modified by codepage=1252 insert into mytable
The querry is as below:
db2 load from "./data/abcd.txt" of asc modified by codepage=1252 insert into mytable