Toad unicode input problem - Stack Overflow most recent 30 from stackoverflow.com2009-12-09T00:00:07Zhttp://stackoverflow.com/feeds/question/107984http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/107984/toad-unicode-input-problem1Toad unicode input problemSerhat Özgel2008-09-20T11:56:38Z2009-01-28T01:45:30Z
<p>In toad, I can see unicode characters that are coming from oracle db. But when I click one of the fields in the data grid into the edit mode, the unicode characters are converted to meaningless symbols, but this is not the big issue.</p>
<p>While editing this field, the unicode characters are displayed correctly as I type. But as soon as I press enter and exit edit mode, they are converted to the nearest (most similar) non-unicode character. So I cannot type unicode characters on data grids. Copy & pasting one of the unicode characters also does not work.</p>
<p>How can I solve this?</p>
<p>Edit: I am using toad 9.0.0.160.</p>
http://stackoverflow.com/questions/107984/toad-unicode-input-problem/108401#1084011Answer by Kinlan for Toad unicode input problemKinlan2008-09-20T14:59:52Z2008-09-20T14:59:52Z<p>We never found a solution for the same problems with toad. In the end most people used Enterprise Manager to get around the issues. Sorry I couldn't be more help.</p>
http://stackoverflow.com/questions/107984/toad-unicode-input-problem/485507#4855072Answer by qbeuek for Toad unicode input problemqbeuek2009-01-27T22:01:24Z2009-01-27T22:01:24Z<p>Quest officially states, that they currently do not fully support Unicode, but they promise a full Unicode version of Toad in 2009: <a href="http://www.quest.com/public-sector/UTF8-for-Toad-for-Oracle.aspx" rel="nofollow">http://www.quest.com/public-sector/UTF8-for-Toad-for-Oracle.aspx</a></p>
<p>An excerpt from know issues with Toad 9.6:</p>
<blockquote>
<p>Toad's data layer does not support UTF8 / Unicode data. Most non-ASCII characters will display as question marks in the data grid and should not produce any conversion errors except in Toad Reports. Toad Reports will produce errors and will not run on UTF8 / Unicode databases. It is therefore not advisable to edit non-ASCII Unicode data in Toad's data grids. Also, some users are still receiving "ORA-01026: multiple buffers of size > 4000 in the bind list" messages, which also seem to be related to Unicode data.</p>
</blockquote>
http://stackoverflow.com/questions/107984/toad-unicode-input-problem/486174#4861744Answer by Brent Ozar for Toad unicode input problemBrent Ozar2009-01-28T01:45:30Z2009-01-28T01:45:30Z<p>Your best bet to get Toad questions answered quickly (and accurately) is to post them on the Toad mailing lists here:</p>
<p><a href="http://www.toadsoft.com/maillist.htm" rel="nofollow">http://www.toadsoft.com/maillist.htm</a></p>
<p>I work for Quest, and I can vouch that the developers, product managers and support teams patrol those email lists pretty regularly. I subscribe, but I just read for the most part, since it's hard to beat the actual developers when it comes to answers. They don't usually read StackOverflow.</p>