|
1 <?xml version="1.0" encoding="utf-8"?> |
|
2 <!-- Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies) All rights reserved. --> |
|
3 <!-- This component and the accompanying materials are made available under the terms of the License |
|
4 "Eclipse Public License v1.0" which accompanies this distribution, |
|
5 and is available at the URL "http://www.eclipse.org/legal/epl-v10.html". --> |
|
6 <!-- Initial Contributors: |
|
7 Nokia Corporation - initial contribution. |
|
8 Contributors: |
|
9 --> |
|
10 <!DOCTYPE concept |
|
11 PUBLIC "-//OASIS//DTD DITA Concept//EN" "concept.dtd"> |
|
12 <concept id="GUID-66231EA2-BDEF-582D-A4B9-F356B590038D" xml:lang="en"><title>FAT |
|
13 Filename Conversion Plug-ins Overview</title><prolog><metadata><keywords/></metadata></prolog><conbody> |
|
14 <p>The FAT Filename Conversion Plug-ins component contains plug-in converters |
|
15 used by the File Server. Each plug-in converts file names (FAT or FAT32) between |
|
16 Unicode and a Windows code page. </p> |
|
17 <section><title>Key concept</title> <p> <b>Windows code page</b> </p> <p>A |
|
18 Windows code page is also referred to as a code page. It is a character encoding |
|
19 used by Windows OS. Windows code pages match most of the current encodings. |
|
20 For example, CP1250 (a Windows code page) supports character set of ISO-8859-2. </p> </section> |
|
21 <section><title>Libraries (plug-in converters)</title> <p>The following table |
|
22 lists the plug-in converters used by the File Server, and their respective |
|
23 target scripts. Each converter is identified by the DLL name which is named |
|
24 as <filepath>[converter name].dll</filepath>. </p> <table id="GUID-9AB1631B-6F48-595D-8243-B56803928BAA"> |
|
25 <tgroup cols="2"><colspec colname="col0"/><colspec colname="col1"/> |
|
26 <tbody> |
|
27 <row> |
|
28 <entry><p> <b>Converter Name</b> </p> </entry> |
|
29 <entry><p> <b>Target script</b> </p> </entry> |
|
30 </row> |
|
31 <row> |
|
32 <entry><p>CP 1256 </p> </entry> |
|
33 <entry><p>Arabic </p> </entry> |
|
34 </row> |
|
35 <row> |
|
36 <entry><p>CP 1257 </p> </entry> |
|
37 <entry><p>Baltic </p> </entry> |
|
38 </row> |
|
39 <row> |
|
40 <entry><p>CP 1250 </p> </entry> |
|
41 <entry><p>Central and East European </p> </entry> |
|
42 </row> |
|
43 <row> |
|
44 <entry><p>CP 1252 </p> </entry> |
|
45 <entry><p>West European </p> </entry> |
|
46 </row> |
|
47 <row> |
|
48 <entry><p>CP 936 </p> </entry> |
|
49 <entry><p>Chinese (Simplified) </p> </entry> |
|
50 </row> |
|
51 <row> |
|
52 <entry><p>CP 950 </p> </entry> |
|
53 <entry><p>Chinese (Traditional) </p> </entry> |
|
54 </row> |
|
55 <row> |
|
56 <entry><p>CP 1251 </p> </entry> |
|
57 <entry><p>Cyrillic </p> </entry> |
|
58 </row> |
|
59 <row> |
|
60 <entry><p>CP 1253 </p> </entry> |
|
61 <entry><p>Greek </p> </entry> |
|
62 </row> |
|
63 <row> |
|
64 <entry><p>CP 1255 </p> </entry> |
|
65 <entry><p>Hebrew </p> </entry> |
|
66 </row> |
|
67 <row> |
|
68 <entry><p>CP 932 </p> </entry> |
|
69 <entry><p>Japanese </p> </entry> |
|
70 </row> |
|
71 <row> |
|
72 <entry><p>CP 949 </p> </entry> |
|
73 <entry><p>Korean </p> </entry> |
|
74 </row> |
|
75 <row> |
|
76 <entry><p>CP 1254 </p> </entry> |
|
77 <entry><p>Turkish </p> </entry> |
|
78 </row> |
|
79 <row> |
|
80 <entry><p>CP 1258 </p> </entry> |
|
81 <entry><p>Vietnamese </p> </entry> |
|
82 </row> |
|
83 </tbody> |
|
84 </tgroup> |
|
85 </table> </section> |
|
86 <section><title>Typical uses</title> <ul> |
|
87 <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 |
|
88 plug-ins</xref> to support character conversion for additional target scripts. </p> </li> |
|
89 <li id="GUID-25631A0D-B9DD-578F-8484-76D7460D52D9"><p>Application developers |
|
90 can have the File Server dynamically <xref href="GUID-2068DA42-AE77-5213-B3CF-C3AB7F2188BE.dita">load |
|
91 and call a FAT Filename Conversion plug-in</xref> to convert file names between |
|
92 Unicode and a Windows code page. </p> </li> |
|
93 </ul> </section> |
|
94 </conbody></concept> |