ziopex / plsql-utils

Automatically exported from code.google.com/p/plsql-utils
0 stars 0 forks source link

@install fails with bad characters #12

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. @install_with_synonyms.sql

What is the expected output? What do you see instead?
All packages and types should be installed.

Seeing foreign characters in some package:

--> Error starting at line 1 in command:
--> create or replace package xlsx_builder_pkg

--> Error starting at line 1 in command:
--> create or replace package body ooxml_util_pkg

What version of the product are you using? On what operating system?
- plsql-utils-v160

Please provide any additional information below.
creation failed for one of the packages due to  ´╗┐CREATE

Original issue reported on code.google.com by jstemb...@gmail.com on 29 May 2012 at 8:04

GoogleCodeExporter commented 8 years ago
This was due to wrong file encoding on some of the files. Has been corrected 
for next release.

Original comment by thehunge...@gmail.com on 8 Aug 2012 at 1:50

GoogleCodeExporter commented 8 years ago
Awesome thanks

Jan S.

Original comment by jstemb...@gmail.com on 8 Aug 2012 at 3:26

GoogleCodeExporter commented 8 years ago
Should be fixed in latest version.

Original comment by thehunge...@gmail.com on 17 Feb 2013 at 9:19