]> git.draconx.ca Git - cdecl99.git/commitdiff
Output copyright symbol directly, rather than via translations.
authorNick Bowler <nbowler@draconx.ca>
Tue, 30 Jun 2020 03:54:43 +0000 (23:54 -0400)
committerNick Bowler <nbowler@draconx.ca>
Fri, 3 Jul 2020 01:44:51 +0000 (21:44 -0400)
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.


No differences found