csrc(8dce)Builds a DCE character and code set registry on a host Synopsis csrc [-i source_filename] [-m intermediate_cs_list] [-o destination_filename] Arguments
-i source_filename
-m intermediate_cs_list
-o destination_filename
Description A code set registry source file is composed of a series of code set records. Each record describes, in human-readable form, the mapping between an OSF-registered or (optionally) a user-defined unique code set value and the character string that a given operating system uses when referring to that code set (called the local code set name). A code set registry file is the binary version of the source file; the DCE RPC routines for character and code set interoperability use the file to obtain a client's or a server's supported code sets and to translate between operating system-dependent names for code sets and the unique identifiers assigned to them. A code set registry file must exist on each host in an internationalized DCE cell (a DCE cell that supports applications that use the DCE RPC character and code set interoperability features). More: Generating the Code Set Registry File
|