Recent content by anna_m

  1. A

    PLSQLDOC encoding

    Good evening! We have solved this problem. For PLSQLDOC to work correctly you have to set Latvian in Standards and formats in Regional Options (I had English as standard, and Latvian for non-unicode programs, that's why it didn't work correctly).
  2. A

    PLSQLDOC encoding

    Is there any progress in solving this problem?
  3. A

    PLSQLDOC encoding

    Sorry I forget that the reply I write also is HTML :) So the original reply was: Latvian letter 'ā' is translated to code &amp#226; For example: * in my code - 'bāze' * in generated HTML documentation the same word - 'b&amp#226;ze'. It would be ok, if HTML entity was correct (the correct is...
  4. A

    PLSQLDOC encoding

    Latvian letter 'ā' is translated to code â For example: * in code - 'bāze' * in generated HTML documentation the same word - 'bâze'. It would be ok, if HTML entity was correct (the correct is ā). It would also be ok with no translation to HTML entities - just change encoding. But with HTML...
  5. A

    PLSQLDOC encoding

    I've just started using plsqldoc plugin. The problem is that we want to have documentation in Latvian, but plsqldoc automaticaly translates Latvian letters to HTML entities. Is there any option to correct this problem? Thanks in advance.
Back
Top