+2008-02-02 Jason Rumney <jasonr@gnu.org>
+
+ * unidata/unidata-gen.el (unidata-gen-files): Force unix line ends.
+
2008-02-02 Kenichi Handa <handa@m17n.org>
* unidata/UnicodeData.txt: Updated to Unicode 5.0.
(setq unidata-text-file (car command-line-args-left)
command-line-args-left (cdr command-line-args-left)))
(unidata-setup-list unidata-text-file)
- (let ((coding-system-for-write 'utf-8)
+ (let ((coding-system-for-write 'utf-8-unix)
(charprop-file "charprop.el"))
(with-temp-file charprop-file
(insert ";; Automatically generated by unidata-gen.el.\n")