PROBLEM: (DMO100411) (Patch ID: OSF500-023) ******** This patch fixes a problem in which "sort -i a_file >b_file" aborts with message "A line of the input file contains more than 20480 characters." when LANG = da_DK.ISO8859-1. PROBLEM: (CLD TKTRB0015) (Patch ID: OSF500-122) ******** This patch fixes a problem in which sort command aborts with message "A line of the input file contains more than 20480 characters." when running in a Japanese locale. PROBLEM: (TKTR10037) (PATCH ID: OSF500-213) ******** When sorting large data files encoded in multibyte locales for Japanese Chinese, or Korean (especially when sorting on multiple keys), the following warning may occur: sort: Warning: A newline character was added to the end of the input. This warning is misleading. The real problem is that buffer length constraints cause incomplete lines to be written to the intermediate files used in the sort operation. This patch updates the sort utility software to ensure that it writes complete lines to temporary files and generates correct output.