[Phpmyadmin-devel] End of line chars in export
Michal Čihař
michal at cihar.com
Thu Oct 14 01:12:22 CEST 2004
Hi all
please look at bug #1042521 [1]. The problem there is that MySQL wants unix
end of lines, while it is running on Mac. Easiest solution would be to change
PMA_whichCrlf to return \n for mac. As I see other places, there is anyway
code like: (PMA_whichCrlf() == "\n") ? '\n' : '\r\n'), which means we didn't
use \r on any other place than export (and this code was probably wrong for
Mac). Is it okay to do this change?
1.
https://sourceforge.net/tracker/index.php?func=detail&aid=1042521&group_id=23067&atid=377408
--
Michal Čihař | http://cihar.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://lists.phpmyadmin.net/pipermail/developers/attachments/20041014/79e37c8c/attachment.sig>
More information about the Developers
mailing list