]> git.draconx.ca Git - cdecl99.git/commit
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)
commitdebaed3750c42accb4c63378a06f5cdc9cd8be3d
treecbd80ecaa1435eb7b3d072e1ab5a2572439380e5
parent6ded9a6c2478d6c6d0605606003385406bbd61de
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.
m4/.gitignore
m4/gnulib-cache.m4
po/en.po
src/cdecl99.c