On 7/13/2014 2:26 PM, Sathyanarayanan Ramanathan wrote:
> 1. One of my ColdFusion application is already implemented to handle Arabic
> text using Oracle db.
> I checked the NLS_characterset & is set to AR8MSWIN1256. There are few
> Arabic text found in few tables.
> But when I try to insert some sample rows with arabic text using toad it's
> coming as ?????.

0) using ancient codepages is no fun (you'll have to set cf's charset). if at 
all possible, use unicode instead ("just use unicode").

1) what's the datatype holding the text?
2) is cf still set at default of utf-8?
3) how are you inserting the text data via cf?



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:358854
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to