Hi,
I've got close to 1,000 stored procedures, some better documented by the original developers than others.
I'm tryin to use a PERL script to check the documentation headers supplied by the developers and where this doesn't exist to insert the doc header. My problem is that the original procedures were scripted to unicode and PERL is turning these into garbage - the script works perfectly with ANSI format text files.
What do I need to do?
Many thanks