Changeset 752 for trunk/server/docs/htmldocs/Samba3-HOWTO/unicode.html
- Timestamp:
- Nov 29, 2012, 2:06:31 PM (13 years ago)
- Location:
- trunk/server
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server
- Property svn:mergeinfo changed
/vendor/current merged: 746,748
- Property svn:mergeinfo changed
-
trunk/server/docs/htmldocs/Samba3-HOWTO/unicode.html
r745 r752 230 230 there is a delicate difference between the iconv() function, which is 231 231 generally used on UNIX, and the functions used on other platforms, 232 such as Windows and Java, so far is concer ens the conversion between232 such as Windows and Java, so far is concerns the conversion between 233 233 Shift_JIS and Unicode UTF-8 must be done with care and recognition 234 234 of the limitations involved in the process. … … 240 240 </p></dd><dt><span class="term">Shift_JIS series + vfs_cap (CAP encoding)</span></dt><dd><p> 241 241 <a class="indexterm" name="id433361"></a> 242 <a class="indexterm" name="id43336 8"></a>242 <a class="indexterm" name="id433367"></a> 243 243 <a class="indexterm" name="id433374"></a> 244 244 CAP encoding means a specification used in CAP and NetAtalk, file … … 270 270 To use CAP encoding on Samba-3, you should use the unix charset parameter and VFS 271 271 as in <a class="link" href="unicode.html#vfscap-intl" title="Example 30.1. VFS CAP">the VFS CAP smb.conf file</a>. 272 </p><div class="example"><a name="vfscap-intl"></a><p class="title"><b>Example 30.1. VFS CAP</b></p><div class="example-contents"><table border="0" summary="Simple list" class="simplelist"><tr><td> </td></tr><tr><td><em class="parameter"><code>[global]</code></em></td></tr><tr><td># the locale name "CP932" may be different</td></tr><tr><td><a class="indexterm" name="id43346 1"></a><em class="parameter"><code>dos charset = CP932</code></em></td></tr><tr><td><a class="indexterm" name="id433472"></a><em class="parameter"><code>unix charset = CP932</code></em></td></tr><tr><td> </td></tr><tr><td><em class="parameter"><code>[cap-share]</code></em></td></tr><tr><td><a class="indexterm" name="id433492"></a><em class="parameter"><code>vfs option = cap</code></em></td></tr></table></div></div><br class="example-break"><p>272 </p><div class="example"><a name="vfscap-intl"></a><p class="title"><b>Example 30.1. VFS CAP</b></p><div class="example-contents"><table border="0" summary="Simple list" class="simplelist"><tr><td> </td></tr><tr><td><em class="parameter"><code>[global]</code></em></td></tr><tr><td># the locale name "CP932" may be different</td></tr><tr><td><a class="indexterm" name="id433460"></a><em class="parameter"><code>dos charset = CP932</code></em></td></tr><tr><td><a class="indexterm" name="id433472"></a><em class="parameter"><code>unix charset = CP932</code></em></td></tr><tr><td> </td></tr><tr><td><em class="parameter"><code>[cap-share]</code></em></td></tr><tr><td><a class="indexterm" name="id433492"></a><em class="parameter"><code>vfs option = cap</code></em></td></tr></table></div></div><br class="example-break"><p> 273 273 <a class="indexterm" name="id433507"></a> 274 274 <a class="indexterm" name="id433514"></a> 275 275 <a class="indexterm" name="id433521"></a> 276 <a class="indexterm" name="id43352 8"></a>276 <a class="indexterm" name="id433527"></a> 277 277 You should set CP932 if using GNU libiconv for unix charset. With this setting, 278 278 filenames in the <span class="quote">“<span class="quote">cap-share</span>”</span> share are written with CAP encoding. … … 300 300 </p><p> 301 301 Using the above glibc, these setting are available: 302 </p><table border="0" summary="Simple list" class="simplelist"><tr><td><a class="indexterm" name="id43361 4"></a><em class="parameter"><code>dos charset = CP932</code></em></td></tr><tr><td><a class="indexterm" name="id433625"></a><em class="parameter"><code>unix charset = CP932 / eucJP-ms / UTF-8</code></em></td></tr><tr><td><a class="indexterm" name="id433637"></a><em class="parameter"><code>display charset = CP932</code></em></td></tr></table><p>302 </p><table border="0" summary="Simple list" class="simplelist"><tr><td><a class="indexterm" name="id433613"></a><em class="parameter"><code>dos charset = CP932</code></em></td></tr><tr><td><a class="indexterm" name="id433625"></a><em class="parameter"><code>unix charset = CP932 / eucJP-ms / UTF-8</code></em></td></tr><tr><td><a class="indexterm" name="id433636"></a><em class="parameter"><code>display charset = CP932</code></em></td></tr></table><p> 303 303 </p><p> 304 304 Other Japanese locales (for example, Shift_JIS and EUC-JP) should not
Note:
See TracChangeset
for help on using the changeset viewer.