NAME sdtconvtool - the GUI for iconv(1) SYNOPSIS /usr/dt/bin/sdtconvtool DESCRIPTION sdtconvtool is the customizable UI provided for the backend iconv(1). This component consists of the UI and supporting code that allows end user to convert the characters or sequences of characters contained in a file from the source codeset to a target codeset specified. It writes the results to the target filename provided by the user. In addition to the conversions supported by /usr/lib/iconv/*.so conversion modules, the sdtconvtool sup- ports three way conversion also. See EXAMPLES for a discus- sion of three way conversion. OPTIONS There are no sdtconvtool specific options that can be set from the command line. EXAMPLES Converting UTF-16 source to UCS-2 target Normally for a conversion to happen the actual module which does the conversion should be there in the iconv module directory. Three way conversion that sdtconvtool supports does this conversion even if the actual UTF-16%UCS-2.so module is not present in iconv module directory. sdtconvtool will look for an intermediate conversion sequence supported by the system to reach the target codeset from the source codeset. In the above example it will look for the first two conversion modules obeying the following condition. UTF-16%<inter_codeset>.so <inter_codeset>%UCS-2.so Where the <inter_codeset> is any intermediate codeset. The conversion will be done as a two step process with a tem- porary file created as the output of the first conversion sequence is fed as input to the second conversion sequence which outputs the target file. The intermediate step will be transparent to the user. ENVIRONMENT See environ(5) for descriptions of the following environment variables that affect the execution of iconv and conse- quently sdtconvtool: LC_CTYPE, LC_MESSAGES, and NLSPATH. FILES /usr/dt/app-defaults/<locale>/Sdtconvtool Sdtconvtool - contains application resources for the sdtconvtool /usr/dt/lib/nls/msg/<locale>/sdtconvtool.cat sdtconvtool.cat - contains customizable application labels , error messages etc. for sdtconvtool SEE ALSO iconv(1), iconv(3), attributes(5), environ(5), iconv(5), iconv_<locale>(5), iconv_unicode(5)
Закладки на сайте Проследить за страницей |
Created 1996-2024 by Maxim Chirkov Добавить, Поддержать, Вебмастеру |