<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - strange hunspell behavior"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=132272#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - strange hunspell behavior"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=132272">bug 132272</a>
              from <span class="vcard"><a class="email" href="mailto:tacchan666@gmail.com" title="Mauro Trevisan <tacchan666@gmail.com>"> <span class="fn">Mauro Trevisan</span></a>
</span></b>
        <pre>I think it has something to do with the way I indicate the flags...
This one is not working (dictionary: aver/ẋ1):

  SET UTF-8

  FLAG long

  SFX ẋ1 Y 1
  SFX ẋ1 er aré/gāĪ4I4 aver

  PFX gā Y 1
  PFX gā 0 g .

  SFX Ī4 Y 1
  SFX Ī4 0 -u .

  SFX I4 Y 1
  SFX I4 0 u .

Instead this one works (dictionary: aver/x):

  SET UTF-8

  SFX x Y 1
  SFX x er aré/gIi aver

  PFX g Y 1
  PFX g 0 g .

  SFX I Y 1
  SFX I 0 -u .

  SFX i Y 1
  SFX i 0 u .</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>