I just ran into something that I'm surprised I haven't run into before. I'm passing some data into a UniBasic subroutine from PHP using UniObjects for Java. When the string contains a single quote or a double quote, it is being escaped. It is sent as 5" Ring but arrives as 5\" Ring.
I am encoding it in JavaScript and decoding it in PHP before using UniObjects for Java to send it to the UniBasic subroutine. If I don't decode it in PHP and send it through encoded, is there a way to decode it in UniBasic? Unidata 7.1. Charles Shaffer Senior Analyst NTN-Bower Corporation _______________________________________________ U2-Users mailing list [email protected] http://listserver.u2ug.org/mailman/listinfo/u2-users
