<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:akira@tagoh.org" title="Akira TAGOH <akira@tagoh.org>"> <span class="fn">Akira TAGOH</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED NOTABUG - fontconfig warning if no locales installed"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=104023">bug 104023</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>NEW
           </td>
           <td>RESOLVED
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
                
           </td>
           <td>akira@tagoh.org
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Resolution</td>
           <td>---
           </td>
           <td>NOTABUG
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED NOTABUG - fontconfig warning if no locales installed"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=104023#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED NOTABUG - fontconfig warning if no locales installed"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=104023">bug 104023</a>
              from <span class="vcard"><a class="email" href="mailto:akira@tagoh.org" title="Akira TAGOH <akira@tagoh.org>"> <span class="fn">Akira TAGOH</span></a>
</span></b>
        <pre>fontconfig warns because you set the invalid locale at the env var. not 
because it isn't installed on the system. see:

$ LANG=xyz.UTF-8 locale
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
LANG=xyz.UTF-8
LC_CTYPE="xyz.UTF-8"
LC_NUMERIC=ja_JP.UTF-8
LC_TIME=ja_JP.UTF-8
LC_COLLATE="xyz.UTF-8"
LC_MONETARY=ja_JP.UTF-8
LC_MESSAGES="xyz.UTF-8"
LC_PAPER=ja_JP.UTF-8
LC_NAME="xyz.UTF-8"
LC_ADDRESS="xyz.UTF-8"
LC_TELEPHONE="xyz.UTF-8"
LC_MEASUREMENT=ja_JP.UTF-8
LC_IDENTIFICATION="xyz.UTF-8"
LC_ALL=
$ LANG=xyz.UTF-8 fc-match
DejaVuSans.ttf: "DejaVu Sans" "Book"</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>