Recent content by aisa

  1. A

    Macro Library not working

    Version 7.1.5.1398 When I go to Macro|Library it brings up the Macros Edit dialog instead of the Macro Library dialog. Is there any setting anywhere? Thanks Aisa
  2. A

    PL/SQL Beautifier enhancements

    Thanks
  3. A

    PL/SQL Beautifier enhancements

    I would greatly appreciate the following features in pl/sql beautifier: 1. in line comment should remain on same line and not move to the next new line. If I use -- as end of line comment it becomes a new line. If I use /**/ between code, the code following it moves to new line. If atleast the...
  4. A

    Chinese support

    Thanks. Any recommendation as to what NLS_LANG charset to setup in the registry. I tried a lot but they do not work. Aisa
  5. A

    Chinese support

    I am putting this as questions pop up in my head. How does PLSQL developer display those characters and enter them correctly. Maybe I can use that roadmap to setup my app. Thanks in advance. Aisa
  6. A

    Chinese support

    DB as mentioned is AL32UTF8 What do I have to set the NLS_LANG registry entry to for chinese to show up correctly and I can also enter it. Can you point me some good documentation? Thanks
  7. A

    Chinese support

    Also if I copy paste text in the tnt controls it shows fine. Thanks
  8. A

    Chinese support

    Hi, I tried to find a solution to my problem and could not find it in the forums. So sorry, if I am asking again. I have to have my app display and edit chinese characters (simplified chinese). My setup is... Database : Oracle 10g NLS_CHARACTERSET => AL32UTF8 Client : Oracle92...
  9. A

    Feature Requests

    Thanks for the reply. However for this, it is nice to have it export the sql inserts to clipboard too. The copy/paste mentioned just pastes the data which is not really much useful. Thanks Aisa
  10. A

    Feature Requests

    Hi, I have a couple of feature requests. The 1st one has been asked before but not yet implemented :( 1. Having Export Results also export the results to the clipboard. I am pretty sure this is easy to implement and would save people a lot of hassle not to have to save to a file and open it...
  11. A

    Yet another unicode question

    I am trying to display japanese characters inside my delphi application. The database userenv('language') returns AMERICAN_AMERICA.AL32UTF8. I set the code page in the registry to that value and I have tried a lot more like AMERICAN_AMERICA.JA16SJIS etc. Still the strings do not encode correctly...
Back
Top