Hi, >> need to put null charactere between each letter and more strange two >> other null charactere at the end like this : >> 0x00,0x49,0x00,0x4D,0x00,0x41,0x00,0x47,0x00,0x45,0x00,0x53,0x00,0x00 >> > > This is simply UCS-2 unicode character encoding. In UCS-2, each character is > 16bit (=2byte) wide. > It should be UTF-16 it seems. But UCS-2 and UTF-16 are close (UCS-2 is fixed width, ie. every char has 2 bytes and UTF-16 has the notion of surrogate pair of 4 bytes). See e.g. http://en.wikipedia.org/wiki/UTF-16
regards, Christian ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Openobex-users mailing list [email protected] http://lists.sourceforge.net/lists/listinfo/openobex-users
