Therefore, scripts using the CLI might not support attribute values from multiple locales because many encodings cannot simultaneously represent both Chinese and Japanese characters, for example.
On Windows, programs might read command-line parameters in the default system encoding or in Unicode. Programs that read the parameter values in Unicode support strings from multiple locales. Programs that use the default system encoding probably support only one locale.
On UNIX, the command-line parameters are available in the encoding for the current locale only. If the encoding is Unicode (for example, UTF-8), characters from multiple locales are supported correctly. If the locale encoding is not Unicode (for example, EUC), programs support command-line characters from that one locale only.
Source files are sent to and read from editors, viewers, merge tools, and so on, as an uninterpreted stream of bytes. The user must select tools and tool options that match the source file encodings.
Rational Synergy expects its own files to be in specific encodings, either UTF-8 or the system encoding. Files that contain only7-bit ASCII characters are compatible with both UTF-8 and system encodings, such as Shift-JIS.
ccm_home/etc/ccm.properties
ccm_home/etc/ccm.help.file.properties
ccm_home/etc/ccm.server.properties
ccm_home/etc/ccm.ini
ccm_home/etc/om_hosts.cfg
ccm_home/etc/ignored_file_patterns
database/db/MDL_INFO
database/etc/dcm*.txt
database/lib/notify/*.tpl
database/pt/attrange.dft
All files in and below ccm_home/bin
database/db/DBINFO
database/etc/NTftp.in
database/etc/Unixftp.in
Scripts in database/lib/notify/Unix
Batch files in database/lib/notify/Windows
ccm_home/etc/remexec.cfg
ccm_home/etc/ccminit
ccm_home/etc/ccm.svm.properties
ccm_home/etc/javatoolargs
ccm_home/etc/system_info.txt
ccm_home/etc/trusted_clients
database/lib/ccminit
database/lib/notify/Unix/*.def
database/lib/notify/Windows/*.def