How change this code for send "Long Text Only" in UCS2 (Unicode)?

How can I send a concatenate message in UCS2 (Unicode) by manipulating "GSMCenter.exe" ?
Or writing a piece of code to doing that.

I cannot change this code for send "Long Text Only" in UCS2 (Unicode)!
Please help me.

NBS:= TEMSUDHProtocol.Create;
TSMSProtocol2(NBS).Options:= [smspoReference];

EMS:= TEMS.Create;
EMS.Text := Message.Text;

EMS.text not change to "Unicode"

Tanx

TEMS.WideText

There is TEMS.WideText property for Unicode text. Correct TSMS.DCS should be set correctly (I think) to adressee process it as Unicode too.