Use Unicode in Buffer Property

The Use Unicode in Buffer property is a Boolean flag that specifies whether to use a Unicode string when calling the Get String From Buffer method or the Put String in Buffer method. Siebel CRM sets the value for the Use Unicode property when it creates a buffer. You can configure it to modify this value. This property defaults to false.

Format

bufferVar.unicode

The following example sets the Use Unicode in Buffer property of a new buffer to true:

var aBuffer = new Buffer();
aBuffer.unicode = true;