Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#11806 closed Bug Report - General (fixed)

Ampersand in channel name not handled properly in Channel Groups setup

Reported by: Yeechang Lee <ylee@…> Owned by: stuartm
Priority: minor Milestone: 0.27
Component: MythTV - User Interface Library Version: 0.26-fixes
Severity: medium Keywords:
Cc: Ticket locked: no

Description

The Channel Groups setup screen in MythFrontend does not properly display ampersands. For example, instead of

Starz Kids & Family

It displays

Starz Kids _Family

Other places, such as Program Guide, the OSD, and mythtv-setup, do display ampersands properly.

Change History (3)

comment:1 Changed 11 years ago by stuartm

Milestone: unknown0.27
Status: newaccepted

comment:2 Changed 11 years ago by Stuart Morgan <smorgan@…>

Resolution: fixed
Status: acceptedclosed

In 9265f8e82bde8acb2b5efbbaf72674dc4509719c/mythtv:

QT treats a single ampersand as special, we must double up ampersands to display them. Fixes #11806

comment:3 Changed 11 years ago by Stuart Morgan <smorgan@…>

In 54537e613528fdade5fa39a79f634c2b6707a0b9/mythtv:

QT treats a single ampersand as special, we must double up ampersands to display them. Fixes #11806
(cherry picked from commit 9265f8e82bde8acb2b5efbbaf72674dc4509719c)

Note: See TracTickets for help on using tickets.