Symbian3/SDK/Source/GUID-026E865E-12FA-59A9-B923-309B65790E23.dita
changeset 8 ae94777fff8f
parent 7 51a74ef9ed63
child 13 48780e181b38
equal deleted inserted replaced
7:51a74ef9ed63 8:ae94777fff8f
    17 Filename Conversion Plug-ins Overview</xref> introduces Windows code page
    17 Filename Conversion Plug-ins Overview</xref> introduces Windows code page
    18 and the main purpose of the Plug-ins component. </p> </li>
    18 and the main purpose of the Plug-ins component. </p> </li>
    19 </ul> </prereq>
    19 </ul> </prereq>
    20 <context><p>The flowchart below shows the steps to create a Fat Filename Conversion
    20 <context><p>The flowchart below shows the steps to create a Fat Filename Conversion
    21 plug-in DLL. </p> <fig id="GUID-B3799729-B2DB-55E3-AE09-E045A9E1AE8B">
    21 plug-in DLL. </p> <fig id="GUID-B3799729-B2DB-55E3-AE09-E045A9E1AE8B">
    22 <image href="GUID-9482CC98-2600-539D-A243-639CF11A2599_d0e426712_href.jpg" placement="inline"/>
    22 <image href="GUID-9482CC98-2600-539D-A243-639CF11A2599_d0e426550_href.jpg" placement="inline"/>
    23 </fig> <p> <b>Note</b>: To create the plug-in DLL, the <filepath>unicodeconv.cpp</filepath> file
    23 </fig> <p> <b>Note</b>: To create the plug-in DLL, the <filepath>unicodeconv.cpp</filepath> file
    24 is needed. It provides the functions to convert text between Unicode and a
    24 is needed. It provides the functions to convert text between Unicode and a
    25 foreign encoding. It is available on the <xref href="https://developer.symbian.org/xref/sfl/xref/MCL/sf/os/kernelhwsrv/userlibandfileserver/fatfilenameconversionplugins/src/" scope="external">Symbian Foundation</xref> web site. </p><p>This tutorial
    25 foreign encoding. It is available on the <xref href="https://developer.symbian.org/xref/sfl/xref/MCL/sf/os/kernelhwsrv/userlibandfileserver/fatfilenameconversionplugins/src/" scope="external">Symbian Foundation</xref> web site. </p><p>This tutorial
    26 uses the example of <codeph>CP1250</codeph> to explain the process of creating
    26 uses the example of <codeph>CP1250</codeph> to explain the process of creating
    27 a plug-in DLL. </p> </context>
    27 a plug-in DLL. </p> </context>