From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sonic308-33.consmr.mail.ir2.yahoo.com ([77.238.178.169]:36825 "EHLO sonic308-33.consmr.mail.ir2.yahoo.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752684AbdK1Vsp (ORCPT ); Tue, 28 Nov 2017 16:48:45 -0500 Date: Tue, 28 Nov 2017 21:48:40 +0000 (UTC) From: Hin-Tak Leung Reply-To: Hin-Tak Leung To: Viacheslav Dubeyko , =?UTF-8?Q?Ernesto_A=2E_Fern=C3=A1ndez?= Cc: , tchou , Alexander Viro , Andrew Morton , =?UTF-8?Q?Ernesto_A=2E_Fern=C3=A1ndez?= Message-ID: <1047295440.7535049.1511905720846@mail.yahoo.com> Subject: Re: [PATCH] hfsplus: fix decomposition of Hangul characters MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable References: <1047295440.7535049.1511905720846.ref@mail.yahoo.com> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: -------------------------------------------- On Tue, 28/11/17, Ernesto A. Fern=C3=A1ndez wrote: > Is that necessary? I think people can find the > Unicode Standard on their > own. Even if I did > provide a link, it's a pdf, so people would still > need > to look up the right sections. It's > not going to save anybody much work. =20 Yes, it is necessary. No, it is not a pdf. The code sample is inlined in th= e older version of this technical report: http://www.unicode.org/reports/tr15/tr15-18.html#Hangul The code samples, etc had been splitted off and referenced in the current v= ersion: http://www.unicode.org/reports/tr15/#Hangul_Composition Please: 1. include the above urls when you re-submit the next revision of the patch= . 2. include a brief description of minimal example - e.g. touch "\xXX\xYY\xZ= Z..." to create a minimal empty file for testing, in the commit message. "People could look it up" is not an excuse not to give precise pointers to = relevant information.