From: Nick Bowler Date: Tue, 30 Jun 2020 03:54:43 +0000 (-0400) Subject: Output copyright symbol directly, rather than via translations. X-Git-Tag: v1~24 X-Git-Url: https://git.draconx.ca/gitweb/cdecl99.git/commitdiff_plain/debaed3750c42accb4c63378a06f5cdc9cd8be3d?ds=sidebyside;hp=debaed3750c42accb4c63378a06f5cdc9cd8be3d Output copyright symbol directly, rather than via translations. The "(C)" isn't really a translatable string. Instead of requiring translations to deal with it, use Gnulib's str_iconv module to encode it into the user's locale encoding. We fall back to (C) if that fails for any reason, or if NLS is disabled. ---