<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <div class="moz-cite-prefix">Am 11.01.21 um 15:47 schrieb Nona
      Hansel:<br>
    </div>
    <blockquote type="cite"
      cite="mid:3tf.Byfm.SeB%7DWb5u4K.1V%7D6KN@seznam.cz">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      <div>Hi,</div>
      <div><br>
      </div>
      <div>I'm trying to update findutils.  Some test are skipping
        because I don't have zh_CN.GB18030 locale on my system. How can
        I get it? <br>
      </div>
      <div>pfexec pkg info -r doesn't work for me in this case.</div>
      <div>Thank you in advance.</div>
      <div>Nona<br>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <pre class="moz-quote-pre" wrap="">_______________________________________________
oi-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:oi-dev@openindiana.org">oi-dev@openindiana.org</a>
<a class="moz-txt-link-freetext" href="https://openindiana.org/mailman/listinfo/oi-dev">https://openindiana.org/mailman/listinfo/oi-dev</a>
</pre>
    </blockquote>
    Hi,<br>
    <br>
    it looks like locale/zh_cn-extra has the needed files:<br>
    ╰─➤  pkg contents zh_cn-extra<br>
    PATH<br>
    usr<br>
    usr/lib<br>
    usr/lib/locale<br>
    usr/lib/locale/zh_CN.GB18030<br>
    usr/lib/locale/zh_CN.GB18030/LC_COLLATE<br>
    usr/lib/locale/zh_CN.GB18030/LC_COLLATE/LCL_DATA<br>
    usr/lib/locale/zh_CN.GB18030/LC_CTYPE<br>
    usr/lib/locale/zh_CN.GB18030/LC_CTYPE/LCL_DATA<br>
    usr/lib/locale/zh_CN.GB18030/LC_MESSAGES<br>
    usr/lib/locale/zh_CN.GB18030/LC_MESSAGES/LCL_DATA<br>
    usr/lib/locale/zh_CN.GB18030/LC_MONETARY<br>
    usr/lib/locale/zh_CN.GB18030/LC_MONETARY/LCL_DATA<br>
    usr/lib/locale/zh_CN.GB18030/LC_NUMERIC<br>
    usr/lib/locale/zh_CN.GB18030/LC_NUMERIC/LCL_DATA<br>
    usr/lib/locale/zh_CN.GB18030/LC_TIME<br>
    usr/lib/locale/zh_CN.GB18030/LC_TIME/LCL_DATA<br>
    <br>
    What I did was<br>
    pkg list -a|grep locale\/zh_cn<br>
    <br>
    and then grepping for GB18 in the contents of resulting packages.
    The 2nd grep found it<br>
    pkg contents locale/zh_cn | grep GB18<br>
    pkg contents locale/zh_cn-extra|grep GB18<br>
    <br>
    <br>
    Regards,<br>
    Andreas<br>
  </body>
</html>