http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1053
*** shadow/1053 Mon Jul 9 21:45:02 2001
--- shadow/1053.tmp.9349 Wed Jul 11 07:30:28 2001
***************
*** 36,39 ****
------- Additional Comments From conor@cortexebusiness.com.au 2001-07-09 21:45 -------
! Just to note that the replace task is similarly afflicted.
--- 36,53 ----
------- Additional Comments From conor@cortexebusiness.com.au 2001-07-09 21:45 -------
! Just to note that the replace task is similarly afflicted.
!
! ------- Additional Comments From pbwest@powerup.com.au 2001-07-11 07:30 -------
! I have already submitted a patch to address some other restrictions in the
! original version of FixCRLF, but had not seen this bug report.
!
! I have now modified my changed version to address this issue by using a
! BufferedReader and processing the file line at at time. My previous changes had
! done line at a time processing, but I had maintained the notion of buffering the
! whole file at the beginning.
!
! The BufferedReader using ReadLine() works on linux, but I am not sure how it
! will handle the EOF ^Z problem on Windows systems. On linux, ^Z is read the
! same as any other non-eol character by ReadLine, but is this the behaviour on
! Windows?
|