diff -r 43e37759235e -r 51a74ef9ed63 Symbian3/SDK/Source/GUID-01F6E612-B151-5FC3-B08A-E17A7987F029.dita --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/SDK/Source/GUID-01F6E612-B151-5FC3-B08A-E17A7987F029.dita Wed Mar 31 11:11:55 2010 +0100 @@ -0,0 +1,13 @@ + + + + + +Snmtool Command Syntax

The snmtool utility is used to create plug-in data files (SNM files) which contain mappings between standard character set identifiers and their corresponding Symbian UIDs.

SNM stands for Standard Names and MIB enums. Application developers can pass the standard name or MIB enum value of the character set to CCnvCharacterSetConverter::ConvertStandardNameOfCharacterSetToIdentifierL() or CCnvCharacterSetConverter::ConvertMibEnumOfCharacterSetToIdentifierL() respectively. The function uses the SNM files to generate the converter UID.

Syntax

Invocation syntax

snmtool input file output + file

Arguments

input file

The filename of the input text file.

output file

The filename of the output binary SNM file. This must be installed in the \system\charconv\ directory.

Example

snmtool d:\charconvfiles\basicsnm.txt d:\charconvfiles\basics.snm

\ No newline at end of file