mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
Add transparent codepage conversion feature to zdsfs. Add options to specify that codepage conversion should be done using default codepages from 'CP1047' to 'UTF-8' or using user defined codepage tables. Also add a new config file allowing the user to specify codepage conversion options on a per dataset basis. When a dataset is opened and codepage conversion settings match this dataset an iconv handle is created and the conversion itself is performed by the lzds_dshandle_read() function. Signed-off-by: Stefan Haberland <sth@linux.ibm.com> Reviewed-by: Niklas Schnelle <schnelle@linux.ibm.com> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>