Symbian3/SDK/Source/GUID-66231EA2-BDEF-582D-A4B9-F356B590038D.dita
changeset 0 89d6a7a84779
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Symbian3/SDK/Source/GUID-66231EA2-BDEF-582D-A4B9-F356B590038D.dita	Thu Jan 21 18:18:20 2010 +0000
@@ -0,0 +1,94 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies) All rights reserved. -->
+<!-- This component and the accompanying materials are made available under the terms of the License 
+"Eclipse Public License v1.0" which accompanies this distribution, 
+and is available at the URL "http://www.eclipse.org/legal/epl-v10.html". -->
+<!-- Initial Contributors:
+    Nokia Corporation - initial contribution.
+Contributors: 
+-->
+<!DOCTYPE concept
+  PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd">
+<concept id="GUID-66231EA2-BDEF-582D-A4B9-F356B590038D" xml:lang="en"><title>FAT
+Filename Conversion Plug-ins Overview</title><prolog><metadata><keywords/></metadata></prolog><conbody>
+<p>The FAT Filename Conversion Plug-ins component contains plug-in converters
+used by the File Server. Each plug-in converts file names (FAT or FAT32) between
+Unicode and a Windows code page. </p>
+<section><title>Key concept</title> <p> <b>Windows code page</b>  </p> <p>A
+Windows code page is also referred to as a code page. It is a character encoding
+used by Windows OS. Windows code pages match most of the current encodings.
+For example, CP1250 (a Windows code page) supports character set of ISO-8859-2. </p> </section>
+<section><title>Libraries (plug-in converters)</title> <p>The following table
+lists the plug-in converters used by the File Server, and their respective
+target scripts. Each converter is identified by the DLL name which is named
+as <filepath>[converter name].dll</filepath>. </p> <table id="GUID-9AB1631B-6F48-595D-8243-B56803928BAA">
+<tgroup cols="2"><colspec colname="col0"/><colspec colname="col1"/>
+<tbody>
+<row>
+<entry><p> <b>Converter Name</b>  </p> </entry>
+<entry><p> <b>Target script</b>  </p> </entry>
+</row>
+<row>
+<entry><p>CP 1256 </p> </entry>
+<entry><p>Arabic </p> </entry>
+</row>
+<row>
+<entry><p>CP 1257 </p> </entry>
+<entry><p>Baltic </p> </entry>
+</row>
+<row>
+<entry><p>CP 1250 </p> </entry>
+<entry><p>Central and East European </p> </entry>
+</row>
+<row>
+<entry><p>CP 1252 </p> </entry>
+<entry><p>West European </p> </entry>
+</row>
+<row>
+<entry><p>CP 936 </p> </entry>
+<entry><p>Chinese (Simplified) </p> </entry>
+</row>
+<row>
+<entry><p>CP 950 </p> </entry>
+<entry><p>Chinese (Traditional) </p> </entry>
+</row>
+<row>
+<entry><p>CP 1251 </p> </entry>
+<entry><p>Cyrillic </p> </entry>
+</row>
+<row>
+<entry><p>CP 1253 </p> </entry>
+<entry><p>Greek </p> </entry>
+</row>
+<row>
+<entry><p>CP 1255 </p> </entry>
+<entry><p>Hebrew </p> </entry>
+</row>
+<row>
+<entry><p>CP 932 </p> </entry>
+<entry><p>Japanese </p> </entry>
+</row>
+<row>
+<entry><p>CP 949 </p> </entry>
+<entry><p>Korean </p> </entry>
+</row>
+<row>
+<entry><p>CP 1254 </p> </entry>
+<entry><p>Turkish </p> </entry>
+</row>
+<row>
+<entry><p>CP 1258 </p> </entry>
+<entry><p>Vietnamese </p> </entry>
+</row>
+</tbody>
+</tgroup>
+</table> </section>
+<section><title>Typical uses</title> <ul>
+<li id="GUID-3E261FA6-B9D3-5357-8274-09257A759297"><p>Device creators can <xref href="GUID-026E865E-12FA-59A9-B923-309B65790E23.dita">create FAT Filename Conversion
+plug-ins</xref> to support character conversion for additional target scripts. </p> </li>
+<li id="GUID-25631A0D-B9DD-578F-8484-76D7460D52D9"><p>Application developers
+can have the File Server dynamically <xref href="GUID-2068DA42-AE77-5213-B3CF-C3AB7F2188BE.dita">load
+and call a FAT Filename Conversion plug-in</xref> to convert file names between
+Unicode and a Windows code page. </p> </li>
+</ul> </section>
+</conbody></concept>
\ No newline at end of file