Siebel eScript Language Reference > Methods Reference > Buffer Methods >

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

Example

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

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

Siebel eScript Language Reference Copyright © 2018, Oracle and/or its affiliates. All rights reserved. Legal Notices.