K 10 svn:author V 6 rakuco K 8 svn:date V 27 2016-02-28T23:47:38.117217Z K 7 svn:log V 402 Fix line breaks conversion. Current japanese/today converts each file's line breaks from CRLF to LF with the following procedure in Makefile: ${SED} 's/.$$//' It is a very problematic method, and breaks many Japanese strings in the data files (*.tbl). To solve the problem, use "${TR} -d '\015'" for the conversion. PR: 206568 Submitted by: WATANABE Kazuhiro (maintainer) END