This extension point allows the default codepage conversion for files transfered via the file services to be provided by the extension point.
RSE 3.0
The following is an example of this extension point's usage:
<p>
<pre>
<extension point="org.eclipse.rse.services.codePageConverters">
<codePageConverter
id="org.eclipse.rse.services.files.defaultCodePageConverter"
name="Default Code Page Converter"
class="org.eclipse.rse.files.DefaultFileServiceCodePageConverter">
</codePageConverter>
</extension>
</pre>
</p>
Plug-ins that want to extend this extension point must implement <samp>org.eclipse.rse.services.files.IFileServiceCodePageConverter</samp> interface.
Users of this extension point must implement the interface
org.eclipse.rse.services.files.IFileServiceCodePageConverter
Copyright (c) 2002, 2006, 2007 IBM Corporation. All Rights Reserved.
This program and the accompanying materials are made available under the terms
of the Eclipse Public License v1.0 which accompanies this distribution, and is
available at http://www.eclipse.org/legal/epl-v10.html
Contributors:
IBM Corporation - initial API and implementation