[mythtv-users] Issue with accents in titles and descriptions: Myth or Schedules Direct?
Michael T. Dean
mtdean at thirdcontact.com
Wed Apr 8 10:19:41 UTC 2015
On 04/07/2015 03:15 PM, Bill Meek wrote:
> On 04/07/2015 01:46 PM, Ian Evans wrote:
>> So is it safe to change the conf line to:
>>
>> LANG=$LANG LC_CTYPE="en_CA.UTF-8" LC_ALL="en_CA.UTF-8" exec
>> /usr/bin/mythbackend --syslog local7 --user mythtv --daemon
>>
>> And if it is safe, are the quotes needed?
>
> Or just:
>
> LANG=$LANG LC_CTYPE=$LANG LC_ALL=$LANG ...
>
> Not that any of this will help the subject of this thread
> because the data received on-the-wire is incorrect.
Though no need to set LC_CTYPE if you're setting LC_ALL. Setting LC_ALL
sets LC_CTYPE, LC_NUMERIC, LC_TIME, LC_COLLATE, ... and the rest of the
LC_* variables to the same value. The only time you should use LC_CTYPE
is if you want to use one locale for characters and a different for
something else (such as numbers or time or whatever).
Mike
More information about the mythtv-users
mailing list