Hi I have some utf8 encoded data in my unidata databse, and i want to
display it on a web page using uniobjects.net.

 

The data is coming through as iso-8859-1 encoded, so i use the UOEncoding as


 

UniSession udSesh =UniObjects("xxx", "yyy", "zzz","aaa", "udcs");

Encoding en=Encoding.UTF8;

udSesh.UOEncoding=en;

 

however I get null data returned in by unisubroutine call. The unibasic sub
is called on the ud server but the data is lost somewhere.

 

Anything else i need to do ??

 

 

Rgds

Symeon.

_______________________________________________
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

Reply via email to