On 6/30/2010 12:47 AM, Rick Root wrote: > However, setting the codepage to 500 (or 500,0,0) in the connection > string using the typdefovr doesn't seem to help either.
dumb question, are you sure there's actually an encoding error? IBM unicode ==================================== 0x4F 0x0021 #EXCLAMATION MARK the square brackets are 0x5B & 0x5D (i forgot which one you said you were getting). a simple encoding error (assuming that's the case, don't recall you mentioning any other issues) i would think might produce: 0xD6 0x004F #LATIN CAPITAL LETTER O anything else getting garbaged? not a deeper driver issue? is the page w/this query still using utf-8 encoding? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:334947 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

