<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Am 16.04.14 12:06, schrieb Michael Van Canneyt:<br>
    <blockquote
      cite="mid:alpine.DEB.2.02.1404161203520.9106@home.telenet.be"
      type="cite">....<br>
      1. Cardinal should already be possible if you simply use Int64 to
      transfer them.
      <br>
         There will be no type checking, but that is not a problem,
      we're talking Javascript subset here...
      <br>
    </blockquote>
    Yes.  <br>
    <blockquote
      cite="mid:alpine.DEB.2.02.1404161203520.9106@home.telenet.be"
      type="cite">2. Qword: we should check whether Javascript supports
      this range of value.
      <br>
         If so, a patch would be accepted.
      <br>
    </blockquote>
    Javascript (standard) internally uses doubleprecision floating
    points (<a class="moz-txt-link-freetext" href="http://ecma262-5.com/ELS5_HTML.htm#Section_8.5">http://ecma262-5.com/ELS5_HTML.htm#Section_8.5</a>)<br>
    to represent it's numbers so to some extent it's possible to
    represent that numbers, although arithmetic would behave<br>
    strange in that ranges :-)<br>
    <meta charset="utf-8">
    <br>
    JS  is only a subset of my usecase - I want to store such values in
    a text representation  as a backup format for our<br>
    database server, and do not want to use a string representation.<br>
    I'll send you a patch against current trunk when ready, so you can
    have a look.<br>
    <br>
    thx,<br>
    <br>
     helmut<br>
  </body>
</html>