Perforce API for the .Net CLR P4.Net

P4Connection.Charset Property

Gets/Sets the client character set.

[Visual Basic]
Public Property Charset As String
[C#]
public string Charset {get; set;}

Property Value

The client's charset.

Remarks

Defaults to the value set in your Perforce environment. After you've set Charset, you can unset (revert to the default) by setting to Charset to null.

See Also

P4Connection Class | P4API Namespace