‎2011 Aug 17 9:33 AM
dear all
i want to add an addition to my insert statement to force the data to be as UTF-8 coding something like
INSERT INTO ZHR_SMS VALUES GS_SMS unicode enable 'utf-8'
but i did't know the syntax the language is set to Arabic
thank you
‎2011 Aug 17 10:09 AM
u login in english and try again. Check teh chcekbox of UNOCODE.
‎2011 Aug 17 12:38 PM
i already logged by English but i did't found the check box of Unicode .
i also want to explain that the data is viewed in the table in the database in Arabic but when i read the oracle database i found it
not Unicode.
‎2011 Aug 17 1:41 PM
Hi,
you need to have a Unicode system if you want to use Arabic characters.
you cannot store Unicode data in a Non-Unicode ABAP system.
Therefore if you have a Non-Unicode system, you need to do a Unicode conversion.
Best regards,
Nils Buerckel