Arabic Text in not coming in the file [message #648594] |
Fri, 26 February 2016 01:39 |
![](//www.gravatar.com/avatar/7adc86ea52d92f82e0660e3bc49f478e?s=64&d=mm&r=g) |
sampathkore4444@gmail.com
Messages: 8 Registered: January 2014
|
Junior Member |
|
|
Hi Guys,
I am not able to write the arabic text onto the file in oracle forms 6i.
But in the db, i am able to see arabic text.
I used below code but it is not working. kindly help me out.
Code:
Pl_FileId := text_io.fopen('sample_text_file','W');
Text_Io.put(Pl_FileId, convert(buffer,'UTF8')); --Converting the data to UTF-8 before writing onto the file
|
|
|