From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sonic306-34.consmr.mail.ir2.yahoo.com ([77.238.176.220]:37472 "EHLO sonic306-34.consmr.mail.ir2.yahoo.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751979AbdK1Q3o (ORCPT ); Tue, 28 Nov 2017 11:29:44 -0500 Date: Tue, 28 Nov 2017 16:29: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: <114108759.7167494.1511886580033@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: 7bit References: <114108759.7167494.1511886580033.ref@mail.yahoo.com> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: -------------------------------------------- On Tue, 28/11/17, Hin-Tak Leung wrote: > 1. Hangul canonical composition and > decomposition is a separate topic from compositions of latin > characters with accents. It is described in > http://www.unicode.org/reports/tr15/tr15-18.html#Hangul More current version of the URL: http://www.unicode.org/reports/tr15/#Hangul_Composition The code samples, etc had been splitted off to urls, etc.