]> git.ipfire.org Git - thirdparty/gettext.git/commit
msgfmt: Tcl: Produce the same output on native Windows as elsewhere.
authorBruno Haible <bruno@clisp.org>
Tue, 20 Aug 2024 13:30:23 +0000 (15:30 +0200)
committerBruno Haible <bruno@clisp.org>
Tue, 20 Aug 2024 13:30:23 +0000 (15:30 +0200)
commiteb3f2aaecd37928f237afc08b9deb42242490221
treea6bf13afd784b6e87d4888017812d5c28835eace
parent1662c63fcef4cd501de1233e4712d6ee1dd2fba6
msgfmt: Tcl: Produce the same output on native Windows as elsewhere.

* gettext-tools/src/write-tcl.c (msgdomain_write_tcl): Invoke fopen with 'b'
flag, so as to force Unix newlines.
gettext-tools/src/write-tcl.c