Christopher Domalewski > > > To change other character, perhaps the function TRANSLATE > > may help > > No, if letter is represented by two-bytes code (for example > "A>" is polish > "�"), TRANSLATE converts each byte separately.
Mhm, here I cannot reproduce this effect. If one uses char (n) UNICODE and uses the function TRANSLATE, then two-byte are taken as one character and converted together, not one-byte and then one-byte. Did you use char (n) UNICODE? Can you reproduce it ? If yes, please provide the table-definition, the select with the translate in and perhaps a vtrace see http://sapdb.2scale.net/moin.cgi/VTrace where you replace default in step 1 and 6 with default select and replace akb in step 4 with akbm. Thank you Elke SAP Labs Berlin _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
