https://bugzilla.redhat.com/show_bug.cgi?id=1806696
--- Comment #24 from Akira TAGOH tagoh@redhat.com --- Dunno. it may be more related to CUPS perhaps, because texttopaps itself accurately recognize C.UTF-8 as one of utf-8 locale. I assume that CUPS is calling it as is though, if CUPS modifies locale to set for sub-processes, it won't work indeed. I suppose such information should be provided in the debugging log when you run cupsd with "LogLevel debug" in cupsd.conf. you can find them out like: envp[0]="CUPS_CACHEDIR=/var/cache/cups" envp[1]="CUPS_DATADIR=/usr/share/cups" ... envp[18]="CHARSET=utf-8" envp[19]="LANG=ja_JP.UTF-8" ...
i18n-bugs@lists.fedoraproject.org