The pdm_uconv utility assists you in converting data from previous releases of CA SDM or integrations with other CA Technologies products. The most common usage of this utility is to convert from a local charset to UTF-8 and from UTF-8 to a local charset.
Syntax
This command has the following format:
pdm_uconv -h [-V] [-s] [-v] [-l | --list-code | --default-code | -L] [--cannon] [-x] [--to-callback | -c] [--from-callback | -i] [--fallback | --no-fallback] [-b] [-f] [--t] [--add-signature] [--remove-signature] [-o] [file ...]
Opens the help menu.
Prints the program version.
Uses silent operation and suppresses messages.
Displays the progress information of the utility.
Lists all available encoding. The following are valid:
Lists only the given encoding.
Lists only the default encoding.
Lists all available transliterators.
Prints the list in cnvrtrs.txt(5) format.
Runs the progress through transliteration.
Uses callback on destination encoding.
Omits invalid characters from the output.
Uses callback on original encoding.
Ignores invalid sequences in the input.
Uses callback on both encoding.s.
Specifies the block size.
Default: 4096
Uses fallback mapping.
Does not use fallback mapping.
Sets theoriginal encoding.
Sets the destination encoding.
Adds U+FEFF Unicode signature character (BOM).
Removes U+FEFF Unicode signature character (BOM)
Writes output to file.
Examples:
pdm_uconv -t utf-8 inputfile.txt > outputfile.txt
pdm_uconv -f iso-2022-jp -t utf-8 inputfile.txt > outputfile.txt
pdm_uconv -f utf-8 inputfile.txt > outputfile.txt
pdm_uconv -f utf-8 -t iso-2022-jp inputfile.txt > outputfile.txt
The pdm_uconv utility has the following are valid callbacks:
Copyright © 2012 CA. All rights reserved. | Tell Technical Publications how we can improve this information |