<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <br>
    <div class="moz-cite-prefix">On 5/30/2014 10:13 PM, Stephen E
      Slevinski Jr wrote:<br>
    </div>
    <blockquote cite="mid:538956D8.8010107@signpuddle.net" type="cite">
      <meta content="text/html; charset=ISO-8859-1"
        http-equiv="Content-Type">
      Hi Jonathan,<br>
      <blockquote cite="mid:538945C1.9070203@yahoo.ca" type="cite">The
        valid rotations are 1,2,3,4,5,6,7,8 so there has to be something
        there even though it doesn't bring anything meaningful to the
        alfabet.   Maybe instead of trying to make each base symbol and
        complete rectangle of fills and rotations (or matrix) of symbol
        but rather just have table with the ones that are valid.  We
        have to look up the valid fills and valid rotations per base
        symbol anyways.  So I'm not seing the advantage here.  </blockquote>
      Each base symbol has an 8-bit number for the valid fills and a
      16-bit number for the valid rotations.  So each base symbol needs
      3-bytes to determine validity.<br>
      <br>
      Here is a table from draft-slevinski-signwriting-text that deals
      with validity in the ISWA 2010.<br>
      <a moz-do-not-send="true" class="moz-txt-link-freetext"
href="http://signpuddle.net/download/draft-slevinski-signwriting-text-03.html#rfc.appendix.B.5">http://signpuddle.net/download/draft-slevinski-signwriting-text-03.html#rfc.appendix.B.5</a><br>
      <br>
      <meta http-equiv="content-type" content="text/html;
        charset=ISO-8859-1">
      <table class="tt all left" cellpadding="3" cellspacing="0">
        <thead><tr>
            <th class="right">Sum</th>
            <th class="left">Binary</th>
            <th class="left">Set</th>
          </tr>
        </thead> <tbody>
          <tr>
            <td class="right">1</td>
            <td class="left">100000</td>
            <td class="left">{1}</td>
          </tr>
          <tr>
            <td class="right">2</td>
            <td class="left">010000</td>
            <td class="left">{2}</td>
          </tr>
          <tr>
            <td class="right">3</td>
            <td class="left">110000</td>
            <td class="left">{1, 2}</td>
          </tr>
          <tr>
            <td class="right">7</td>
            <td class="left">111000</td>
            <td class="left">{1, 2, 3}</td>
          </tr>
          <tr>
            <td class="right">15</td>
            <td class="left">111100</td>
            <td class="left">{1, 2, 3, 4}</td>
          </tr>
          <tr>
            <td class="right">31</td>
            <td class="left">111110</td>
            <td class="left">{1, 2, 3, 4, 5}</td>
          </tr>
          <tr>
            <td class="right">63</td>
            <td class="left">111111</td>
            <td class="left">{1, 2, 3, 4, 5, 6}</td>
          </tr>
          <tr>
            <td class="right">187</td>
            <td class="left">11011101</td>
            <td class="left">{1, 2, 4, 5, 6, 8}</td>
          </tr>
          <tr>
            <td class="right">255</td>
            <td class="left">11111111</td>
            <td class="left">{1, 2, 3, 4, 5, 6, 7, 8}</td>
          </tr>
          <tr>
            <td class="right">511</td>
            <td class="left">1111111110000000</td>
            <td class="left">{1, 2, 3, 4, 5, 6, 7, 8, 9}</td>
          </tr>
          <tr>
            <td class="right">48059</td>
            <td class="left">1101110111011101</td>
            <td class="left">{1, 2, 4, 5, 6, 8, 9, 10, 12, 13, 14, 16}</td>
          </tr>
          <tr>
            <td class="right">65535</td>
            <td class="left">1111111111111111</td>
            <td class="left">{1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13,
              14, 15, 16}</td>
          </tr>
        </tbody>
      </table>
      <br>
      <br>
      For the punctuation in question, it has valid fills of 1 thru 4 (
      sum value of 15) and it has valid rotations of 1 thru 8 (sum value
      of 255).  So to send the information for the base symbol we would
      need S387,15,255.  For any symbol key, we can use the associated
      fill and rotation numbers to determine if the key is valid.<br>
       <br>
      <br>
      <blockquote cite="mid:538945C1.9070203@yahoo.ca" type="cite">Maybe
        instead of trying to make each base symbol and complete
        rectangle of fills and rotations (or matrix) of symbol but
        rather just have table with the ones that are valid.  We have to
        look up the valid fills and valid rotations per base symbol
        anyways.  So I'm not seing the advantage here.  </blockquote>
      The advantage is that we do not need to have a bit for each and
      every cell.  With 6 fills and 16 columns, we would need a 96-bit
      number which is 12-bytes.  So to send the information for the base
      symbol we would need S387,71777214294589695 or we could use 6
      16-bit numbers which would be S387,255,255,255,255,0,0<br>
      <br>
      Setting each individual cell would require 4 times as much data
      per base symbol.  I chose the smaller representation because I was
      trying to reduce the size as much as possible.<br>
    </blockquote>
    Thanks for explaining why just writing the valid fills and valid
    rotations is so much more efficient than a validation bit for each
    possible character.<br>
    <br>
    Regards,<br>
    Jonathan<br>
    <blockquote cite="mid:538956D8.8010107@signpuddle.net" type="cite">
      <br>
      Regards,<br>
      -Steve<br>
      ________________________________________________
      <p>
      </p>
      <p>
        SIGNWRITING LIST INFORMATION
      </p>
      <p>
        Valerie Sutton
        SignWriting List moderator
        <a class="moz-txt-link-abbreviated" href="mailto:sutton@signwriting.org">sutton@signwriting.org</a>
      </p>
      <p>
        Post Messages to the SignWriting List:
        <a class="moz-txt-link-abbreviated" href="mailto:sw-l@listserv.valenciacollege.edu">sw-l@listserv.valenciacollege.edu</a>
      </p>
      <p>
        SignWriting List Archives & Home Page
        <a class="moz-txt-link-freetext" href="http://www.signwriting.org/forums/swlist">http://www.signwriting.org/forums/swlist</a>
      </p>
      <p>
        Join, Leave or Change How You Receive SW List Messages
<a class="moz-txt-link-freetext" href="http://listserv.valenciacollege.edu/cgi-bin/wa?SUBED1=SW-L&A=1">http://listserv.valenciacollege.edu/cgi-bin/wa?SUBED1=SW-L&A=1</a>
      </p>
    </blockquote>
    <br>
    <div class="moz-signature">-- <br>
      <meta http-equiv="Content-Type" content="text/html;
        charset=ISO-8859-1">
      <meta http-equiv="content-type" content="text/html;
        charset=ISO-8859-1">
      <title></title>
      <div class="moz-signature">
        <div> <img src="cid:part2.02090509.06080802@yahoo.ca" alt="">
          <p>email: <a href="mailto:duncanjonathan@yahoo.ca">duncanjonathan@yahoo.ca</a><br>
                     <a href="mailto:joyoduncan@gmail.com">joyoduncan@gmail.com</a><br>
            Cel Honduras: (504)3141-1171<br>
            Tel USA: (347)875-8442 <br>
            Skype: yojoduncan<br>
            <br>
            <a href="http://www.signwriterstudio.com/">SignWriter Studio</a></p>
        </div>
      </div>
    </div>
  </body>
</html>
________________________________________________
<p>
<p>
SIGNWRITING LIST INFORMATION
<p>
Valerie Sutton
SignWriting List moderator
sutton@signwriting.org
<p>
Post Messages to the SignWriting List:
sw-l@listserv.valenciacollege.edu
<p>
SignWriting List Archives & Home Page
http://www.signwriting.org/forums/swlist
<p>
Join, Leave or Change How You Receive SW List Messages
http://listserv.valenciacollege.edu/cgi-bin/wa?SUBED1=SW-L&A=1