Re: [mmox] Compact Binary Serialization

Jon Watte <jwatte@gmail.com> Wed, 25 February 2009 19:03 UTC

Return-Path: <jwatte@gmail.com>
X-Original-To: mmox@core3.amsl.com
Delivered-To: mmox@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id 457DB3A6AF3 for <mmox@core3.amsl.com>; Wed, 25 Feb 2009 11:03:40 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.499
X-Spam-Level:
X-Spam-Status: No, score=-2.499 tagged_above=-999 required=5 tests=[AWL=0.100, BAYES_00=-2.599]
Received: from mail.ietf.org ([64.170.98.32]) by localhost (core3.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id afnFS+Bily7z for <mmox@core3.amsl.com>; Wed, 25 Feb 2009 11:03:39 -0800 (PST)
Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.30]) by core3.amsl.com (Postfix) with ESMTP id 62FEC3A6AC5 for <mmox@ietf.org>; Wed, 25 Feb 2009 11:03:39 -0800 (PST)
Received: by yw-out-2324.google.com with SMTP id 5so194043ywh.49 for <mmox@ietf.org>; Wed, 25 Feb 2009 11:03:58 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=J+TNBx6Pf+6Y5D55SbFx5cqCGbHzUYS2KyBD9tDiQdI=; b=pcBjub2N1AW+6/U+vvw2LXuONkUBkM1qP1px047PcmPajap2OrOBsXl3XFVwOBcW4T oyaI5HpV+JtEAaTLDJgcihWL3LywspHiQlEqRbXaj0++E+sHNIijtMZISj1lqE/rcIQI 0W9fgVCTd9xcdg1t557EXTkkcSdGdR3TNUNuM=
DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=OLq0K7R7pnQIoFDbyjt9XN0zdeGSzs0QtgTPW4pIOcpOcMn1CVmylnRFIjeW3Qfey2 DWmIepTlP8WxTUTyaOmf6FAbH82q1vv8asGRgYha42sEmBR1/qR8d3O7leQTB+BwNheX lyoaLjUFPnO6PEL/RLoUzwAKXtdKe/glAsfLA=
Received: by 10.100.190.14 with SMTP id n14mr838654anf.19.1235588638283; Wed, 25 Feb 2009 11:03:58 -0800 (PST)
Received: from ?192.168.168.111? (smtp.forterrainc.com [208.64.184.34]) by mx.google.com with ESMTPS id b14sm8602120ana.16.2009.02.25.11.03.57 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 25 Feb 2009 11:03:57 -0800 (PST)
Message-ID: <49A5961B.3030308@gmail.com>
Date: Wed, 25 Feb 2009 11:03:55 -0800
From: Jon Watte <jwatte@gmail.com>
User-Agent: Thunderbird 2.0.0.19 (Windows/20081209)
MIME-Version: 1.0
To: Dan Olivares <dcolivares@gmail.com>
References: <ebe4d1860902240901oaff2260o65c4337598a14fc5@mail.gmail.com> <49A4563A.5060008@gmail.com> <a768bcd90902242227i8edbfe4x26442349c99988e5@mail.gmail.com>
In-Reply-To: <a768bcd90902242227i8edbfe4x26442349c99988e5@mail.gmail.com>
Content-Type: text/plain; charset="ISO-8859-1"; format="flowed"
Content-Transfer-Encoding: 7bit
Cc: mmox@ietf.org
Subject: Re: [mmox] Compact Binary Serialization
X-BeenThere: mmox@ietf.org
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: Massively Multi-participant Online Games and Applications <mmox.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/listinfo/mmox>, <mailto:mmox-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/mmox>
List-Post: <mailto:mmox@ietf.org>
List-Help: <mailto:mmox-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/mmox>, <mailto:mmox-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 25 Feb 2009 19:03:40 -0000

Dan Olivares wrote:
> might seem ok, however, consider what happens when someone in a locale
> with a different way of displaying the number tries to figure out what
> this means?
>
>   

That could be a non-problem. Define C locale, and you're done. And, btw, 
C locale does not use thousands grouping at all. Note that the schema is 
for machine data interchange (a user doesn't generally enter quats by 
hand :-).


Sincerely,

jw