<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">On 08/12/2015 06:36 AM, David Haslam
      wrote:<br>
    </div>
    <blockquote cite="mid:1439375783490-4654942.post@n4.nabble.com"
      type="cite">
      <pre wrap="">front-end developers might
wish to consider providing a search/filter feature to display subsets of the
language list.</pre>
    </blockquote>
    <font face="FreeSerif">I can hardly imagine what sort of subset
      filter would be useful.<br>
      "Show me just the Zapotecs"?<br>
      "Just the Easterns"?<br>
      "All flavors of English"? (There are 6 represented, of which 3 are
      Creole/Kriol.)<br>
      "Only the Javaneses"? (Hey, just 1!)<br>
      <br>
      Given the utter randomness of language names, it seems to me that
      eyeballing the list to find what you want is going to be
      necessary.<br>
      <br>
      grep ^Lang= * | tr -d '\r' | cut -f2 -d= | sort | uniq | while
      read x ; do grep "^$x    " /usr/share/xiphos/languages ; done |
      cut -f2 | grep -i english
    </font>
  </body>
</html>