info: No need to put TM and (R) as exponents
The font glyphs already put those characters in the upper right of where the character should be.
This commit is contained in:
parent
1ea019d7ef
commit
3e39feb046
2 changed files with 12 additions and 12 deletions
|
@ -37,13 +37,13 @@ prettify_info (const char *info)
|
|||
int i;
|
||||
static const ReplaceStrings rs[] = {
|
||||
{ "Mesa DRI ", ""},
|
||||
{ "Intel[(]R[)]", "Intel<sup>\302\256</sup>"},
|
||||
{ "Core[(]TM[)]", "Core<sup>\342\204\242</sup>"},
|
||||
{ "Atom[(]TM[)]", "Atom<sup>\342\204\242</sup>"},
|
||||
{ "Intel[(]R[)]", "Intel\302\256"},
|
||||
{ "Core[(]TM[)]", "Core\342\204\242"},
|
||||
{ "Atom[(]TM[)]", "Atom\342\204\242"},
|
||||
{ "Gallium .* on (AMD .*)", "\\1"},
|
||||
{ "(AMD .*) [(].*", "\\1"},
|
||||
{ "(AMD [A-Z])(.*)", "\\1\\L\\2\\E"},
|
||||
{ "AMD", "AMD<sup>\302\256</sup>"},
|
||||
{ "AMD", "AMD\302\256"},
|
||||
{ "Graphics Controller", "Graphics"},
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue