=================================================================== RCS file: /cvs/cvs_filter/cvs_Lu.sh,v retrieving revision 1.8 retrieving revision 1.9 diff -u -p -r1.8 -r1.9 --- cvs_filter/cvs_Lu.sh 2020/05/10 01:50:18 1.8 +++ cvs_filter/cvs_Lu.sh 2020/05/10 01:56:23 1.9 @@ -1,5 +1,5 @@ #! /bin/sh -# $Id: cvs_Lu.sh,v 1.8 2020/05/10 01:50:18 hako Exp $ +# $Id: cvs_Lu.sh,v 1.9 2020/05/10 01:56:23 hako Exp $ # # cvs_Lu.sh is a filter for CVS. # @@ -12,7 +12,7 @@ # Background: # CVS needs LF, but Excel provides CRLF for *.csv files. # Excel needs the UTF-8 BOM to read the UTF-8 encoding and provides the BOM in a UTF-8 csv. -# The BOM does not cause trouble for read.csv() function in R. +# The BOM does not cause trouble for the read.csv() function in R. # Excel can read a csv file with LF. # Therefore, before commit UTF-8 csv files to CVS server, we should convert the line breaks to LF and preserve the UTF-8 BOM. #