Thread: pgsql: Remove DOS line endings ("\r\n") from several .po files.

pgsql: Remove DOS line endings ("\r\n") from several .po files.

From
neilc@postgresql.org (Neil Conway)
Date:
Log Message:
-----------
Remove DOS line endings ("\r\n") from several .po files. DOS line endings
are inconsistent with the rest of the .po files, and apparently cause
problems for Sun's cc. Per report on IRC from "bitvector2".

Modified Files:
--------------
    pgsql/src/backend/po:
        zh_TW.po (r1.17 -> r1.18)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/po/zh_TW.po.diff?r1=1.17&r2=1.18)
    pgsql/src/bin/initdb/po:
        zh_TW.po (r1.9 -> r1.10)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/initdb/po/zh_TW.po.diff?r1=1.9&r2=1.10)
    pgsql/src/bin/pg_config/po:
        zh_TW.po (r1.3 -> r1.4)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_config/po/zh_TW.po.diff?r1=1.3&r2=1.4)
    pgsql/src/bin/pg_controldata/po:
        zh_CN.po (r1.5 -> r1.6)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_controldata/po/zh_CN.po.diff?r1=1.5&r2=1.6)
    pgsql/src/bin/pg_ctl/po:
        zh_TW.po (r1.8 -> r1.9)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_ctl/po/zh_TW.po.diff?r1=1.8&r2=1.9)
    pgsql/src/bin/pg_resetxlog/po:
        zh_CN.po (r1.4 -> r1.5)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_resetxlog/po/zh_CN.po.diff?r1=1.4&r2=1.5)
    pgsql/src/bin/psql/po:
        zh_CN.po (r1.9 -> r1.10)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/po/zh_CN.po.diff?r1=1.9&r2=1.10)
    pgsql/src/bin/scripts/po:
        it.po (r1.4 -> r1.5)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/scripts/po/it.po.diff?r1=1.4&r2=1.5)
    pgsql/src/interfaces/libpq/po:
        zh_CN.po (r1.8 -> r1.9)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/po/zh_CN.po.diff?r1=1.8&r2=1.9)

Re: pgsql: Remove DOS line endings ("\r\n") from several .po files.

From
Peter Eisentraut
Date:
Am Sonntag, 1. Januar 2006 11:13 schrieb Neil Conway:
> Remove DOS line endings ("\r\n") from several .po files. DOS line endings
> are inconsistent with the rest of the .po files, and apparently cause
> problems for Sun's cc. Per report on IRC from "bitvector2".

A C compiler never looks at these files, so I don't believe this.

Re: pgsql: Remove DOS line endings ("\r\n") from several

From
Neil Conway
Date:
Peter Eisentraut wrote:
> A C compiler never looks at these files, so I don't believe this.

That's what the reporter originally claimed -- on double-checking with
him it was apparently msgfmt that choked rather than cc.

-Neil