Chameleon and Iguana Plugin C# Class Libraries

ChameleonEncoding Class

This class contains functions to change the current encoding used internally by Chameleon at runtime. Changes made here affect all currently instantiated Engines and Chameleon network connections.

For a list of all members of this type, see ChameleonEncoding Members.

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         iNTERFACEWARE.Chameleon.ChameleonEncoding

[Visual Basic]
Public Class ChameleonEncoding
    Inherits Component
[C#]
public class ChameleonEncoding : Component

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

The locale set here is used to determine how to

1) Translate .NET and Java unicode strings to and from the internal representation used in Chameleon for both Engine and network operations. See http://www.interfaceware.com/manual/setting_encoding.html for more details.

2) Determine how strings are parsed with an Engine.

Requirements

Namespace: iNTERFACEWARE.Chameleon

Assembly: CHM_CSHARP (in CHM_CSHARP.dll)

See Also

ChameleonEncoding Members | iNTERFACEWARE.Chameleon Namespace