From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Mon, 25 Feb 2019 15:07:21 +0300 From: Vladimir Davydov Subject: Re: [tarantool-patches] [PATCH] Feature request for a new collation Message-ID: <20190225120721.brdsu3kj4seb5ckk@esperanza> References: <20190222114939.21764-1-szudin@tarantool.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190222114939.21764-1-szudin@tarantool.org> To: Stanislav Zudin Cc: tarantool-patches@freelists.org, kostja@tarantool.org List-ID: On Fri, Feb 22, 2019 at 02:49:39PM +0300, Stanislav Zudin wrote: > +local function create_default_collation_s2() > + log.info("create predefined collation") > + box.space._collation:replace{3, "unicode_s2", ADMIN, "ICU", "ru_RU", {strength='secondary'}} > +end Also, the new collation name doesn't refer to any particular locale (unicode_s2), in which regard it's similar to the existing collations (unicode and unicode_ci). However, in contrast to the latter, it has ru_RU locale set. Is it OK?