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"},
|
||||
};
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
Intel(R) Core(TM) i5-4590T CPU @ 2.00GHz Intel<sup>®</sup> Core<sup>™</sup> i5-4590T CPU @ 2.00GHz
|
||||
Intel(R) Ivybridge Mobile Intel<sup>®</sup> Ivybridge Mobile
|
||||
Intel(R) Ivybridge Mobile Intel<sup>®</sup> Ivybridge Mobile
|
||||
Gallium 0.4 on AMD KAVERI AMD<sup>®</sup> Kaveri
|
||||
AMD KAVERI (DRM 2.48.0 / 4.9.0-0.rc4.git2.2.fc26.x86_64, LLVM3) AMD<sup>®</sup> Kaveri
|
||||
AMD KAVERI (DRM 2.48.0 / 4.9.0-0.rc4.git2.2.fc26.x86_64, LLVM3 AMD<sup>®</sup> Kaveri
|
||||
Gallium 0.4 on AMD KAVERI (DRM 2.48.0 / 4.9.0-0.rc4.git2.2.fc26.x86_64, LLVM3) AMD<sup>®</sup> Kaveri
|
||||
Gallium 0.4 on AMD KAVERI (DRM 2.48.0 / 4.9.0-0.rc4.git2.2.fc26.x86_64, LLVM3 AMD<sup>®</sup> Kaveri
|
||||
Intel(R) Core(TM) i5-4590T CPU @ 2.00GHz Intel® Core™ i5-4590T CPU @ 2.00GHz
|
||||
Intel(R) Ivybridge Mobile Intel® Ivybridge Mobile
|
||||
Intel(R) Ivybridge Mobile Intel® Ivybridge Mobile
|
||||
Gallium 0.4 on AMD KAVERI AMD® Kaveri
|
||||
AMD KAVERI (DRM 2.48.0 / 4.9.0-0.rc4.git2.2.fc26.x86_64, LLVM3) AMD® Kaveri
|
||||
AMD KAVERI (DRM 2.48.0 / 4.9.0-0.rc4.git2.2.fc26.x86_64, LLVM3 AMD® Kaveri
|
||||
Gallium 0.4 on AMD KAVERI (DRM 2.48.0 / 4.9.0-0.rc4.git2.2.fc26.x86_64, LLVM3) AMD® Kaveri
|
||||
Gallium 0.4 on AMD KAVERI (DRM 2.48.0 / 4.9.0-0.rc4.git2.2.fc26.x86_64, LLVM3 AMD® Kaveri
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue