× Discuss about OFS, Temenos Connectors, Various OFS modes, OFS with Versions, OFS performance, Logging, EB.PHANTOM, OFS.SOURCE etc…

Reserved Characters in OFS message

  • VigneshGautam
  • Topic Author
  • Visitor
  • Visitor
12 years 10 months ago #9895 by VigneshGautam
Reserved Characters in OFS message was created by VigneshGautam
Hi All,

According to tcsp, the below characters cannot be used in OFS message at all.

?^|

I would like to know if there is any work around to have these characters in OFS message. Has any one been able to include these characters as part of message?

Regards,
Vignesh Gautam

Please Log in or Create an account to join the conversation.

More
12 years 10 months ago - 12 years 10 months ago #9896 by jpb
Replied by jpb on topic Re: Reserved Characters in OFS message
Here is the complete list of characters that are replaced in OFS (from R09 as I know)

CHARS.TO.PROTECT = "'":'" ,()/' ; * special characters which cannot be part of data
PROTECT.CHARS = "@”:'|~?{}^' ; * replacements for above characters when message sent

use with

CHANGE(OFS.TEXT,CHARS.TO.PROTECT,PROTECT.CHARS)

or equivalent when sending an OFS.

That means sending ?^| will result in ,/" - sorry!
Last edit: 12 years 10 months ago by jpb.

Please Log in or Create an account to join the conversation.

  • VigneshGautam
  • Topic Author
  • Visitor
  • Visitor
12 years 10 months ago #9897 by VigneshGautam
Replied by VigneshGautam on topic Re: Reserved Characters in OFS message
CHANGE cant be used for this conversion but I get your point jpb.Thanks for your help.

Regards,
Vignesh

Please Log in or Create an account to join the conversation.

Time to create page: 0.076 seconds