Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 6572C200C1B for ; Tue, 31 Jan 2017 01:47:43 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 63F4A160B60; Tue, 31 Jan 2017 00:47:43 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id B0680160B4D for ; Tue, 31 Jan 2017 01:47:42 +0100 (CET) Received: (qmail 93566 invoked by uid 500); 31 Jan 2017 00:47:36 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 93554 invoked by uid 99); 31 Jan 2017 00:47:36 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 Jan 2017 00:47:36 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 083A1C0115 for ; Tue, 31 Jan 2017 00:47:36 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.72 X-Spam-Level: X-Spam-Status: No, score=-0.72 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01] autolearn=disabled Authentication-Results: spamd4-us-west.apache.org (amavisd-new); dkim=pass (1024-bit key) header.d=scarlet.be Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id xV9tL9LjcT2R for ; Tue, 31 Jan 2017 00:47:32 +0000 (UTC) Received: from hel.is.scarlet.be (hel.is.scarlet.be [193.74.71.26]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTPS id C06615F4A6 for ; Tue, 31 Jan 2017 00:47:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=scarlet.be; s=scarlet; t=1485823639; bh=HxTGZ9u4O0RfeND7pWrxoSHVYYIrOi6EnXkbGcpBEXo=; h=MIME-Version:Content-Type:Content-Transfer-Encoding:Date:From:To: Subject:In-Reply-To:References:Message-ID; b=n884nsYuRdbQimQ1UvtV3eHhC5P+1FMhVLyq2DbcAMzCRCYHBc62vq+/Shr4X613L PGrFnpSoeHDS6ZknFggGcVJh1ZLMAixZU4U0PpYOp8SEcq2H94Pd9rnznuB3Bwth35 S9juTMzwg65gNVSzIvzLJNhAT1nLQ/bYHe/ngMmw= Received: from webmail.scarlet.be (gresham.is.scarlet.be [193.74.71.215]) by hel.is.scarlet.be (8.14.9/8.14.9) with ESMTP id v0V0lIF5003484 for ; Tue, 31 Jan 2017 01:47:19 +0100 X-Scarlet: d=1485823639 c=193.74.71.215 Received: from ip-213-49-231-97.dsl.scarlet.be ([213.49.231.97]) via ip-213-49-231-97.dsl.scarlet.be ([213.49.231.97]) by webmail.scarlet.be with HTTP (HTTP/1.1 POST); Tue, 31 Jan 2017 01:47:18 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Tue, 31 Jan 2017 01:47:18 +0100 From: Gilles To: Subject: [Text] New feature: Parsing and formatting numbers (Was: Consider making the project "multimodule") In-Reply-To: <88d828b9e2dbfa45b04c321900bb9083@scarlet.be> References: <88d828b9e2dbfa45b04c321900bb9083@scarlet.be> Message-ID: <6b7ea655110e268cd66b23ca62024841@scarlet.be> X-Sender: gilles@harfang.homelinux.org User-Agent: Scarlet Webmail X-DCC-scarlet.be-Metrics: hel; whitelist X-Virus-Scanned: clamav-milter 0.98.1-exp at hel X-Virus-Status: Clean archived-at: Tue, 31 Jan 2017 00:47:43 -0000 On Mon, 30 Jan 2017 14:46:25 +0100, Gilles wrote: > Hi. > > I think that it would be worth modularizing the [Text] component. > I only had quick glances, but it seems that some codes are more > generic than others (that e.g. focused on HTML entities). > > The scope of [Text] could obviously encompass functionality for > which there isn't any code yet. An example is currently the subject > of a thread with subject: > [Numbers] Parsing and formatting classes Would [Text] be welcoming utilities to handle I/O of fractions, complex numbers, matrices, and so on? Gilles > > [...] --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org