Click or drag to resize

P4ServerCharacterSet Property

The character set used by the connection

Namespace:  Perforce.P4
Assembly:  p4api.net (in p4api.net.dll) Version: 2023.2.255.3501
Syntax
public string CharacterSet { get; set; }

Property Value

Type: String
Remarks
The character set used to connect to Unicode servers is set by the bridge dll automatically (possibly overridden by P4CHARSET) based on the current Windows code page.
See Also