<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_ASSIGNED "
   title="ASSIGNED --- - xdg-desktop-menu improperly check for vendor prefix on Estonian locale"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=70742#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_ASSIGNED "
   title="ASSIGNED --- - xdg-desktop-menu improperly check for vendor prefix on Estonian locale"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=70742">bug 70742</a>
              from <span class="vcard"><a class="email" href="mailto:rdieter@math.unl.edu" title="Rex Dieter <rdieter@math.unl.edu>"> <span class="fn">Rex Dieter</span></a>
</span></b>
        <pre>Considering this code, (re)setting LC_ vars doesn't seem viable without
rewriting.

Replacing
[a-zA-Z]*-*)
with
[[:alpha:]]*-*)

seems to work.

Re-reading
<a href="http://standards.freedesktop.org/menu-spec/menu-spec-latest.html#merge-algorithm">http://standards.freedesktop.org/menu-spec/menu-spec-latest.html#merge-algorithm</a>

where it mentions vendor prefix, I see no mention of locale either. :(</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>