RE: Re: [Phpmyadmin-devel] Charsets patch

Hi
- ANY mysql function that takes or returns string must be replaced by PMA_mysql* function. To do this automatically there is available shell script http://cihar.liten.cz/PMA-patch/01-mysql-wrappers/PMA-cvt
I was wondering if PMA-cvt can be done more than once on the same file.
Yes, you can run it as much times as you want ;-) It doesn't work with one file, but with every *.php3 in current directory and its subdirectories (except file mysql_wrappers.lib.php3 where are those wrappers). Michal

On Fri, 14 Jun 2002, Michal Cihar wrote:
Hi
- ANY mysql function that takes or returns string must be replaced by PMA_mysql* function. To do this automatically there is available shell script http://cihar.liten.cz/PMA-patch/01-mysql-wrappers/PMA-cvt
I was wondering if PMA-cvt can be done more than once on the same file.
Yes, you can run it as much times as you want ;-) It doesn't work with one file, but with every *.php3 in current directory and its subdirectories (except file mysql_wrappers.lib.php3 where are those wrappers). Could you change that functionality slightly? IF no parameters argc == 0, then display a help message IF option = -a then convert all *.php3 files ELSE if option = filename convert single file
There would be a number of times that we would want to convert only a single file. -- Robin Hugh Johnson E-Mail : robbat2@orbis-terrarum.net Home Page : http://www.orbis-terrarum.net/?l=people.robbat2 ICQ# : 30269588 or 41961639
participants (2)
-
Michal Cihar
-
Robin Johnson