Wikipedia:Reference desk/Archives/Computing/2012 June 10

{{#ifeq:{{PAGENAME}}|Special:Undelete| |{{#if:|

}} {{#ifeq:{{NAMESPACE}}|Wikipedia|{{#switch:{{NAMESPACE}}|= |
}}|{{error:not substituted|Archive header}}
}}}} {{#if:|
}}
width = "100%"
colspan="3" align="center" | Computing desk
width="20%" align="left" | < June 9

! width="25%" align="center"|<< May | June | Jul >>

! width="20%" align="right" |{{#ifexist:Wikipedia:Reference desk/Archives/Computing/2012 June 11|June 11|Current desk}} >

align=center width=95% style="background: #FFFFFF; border: 1px solid #003EBA;" cellpadding="8" cellspacing="0"
style="background: #5D7CBA; text-align: center; font-family:Arial; color:#FFFFFF;" | Welcome to the Wikipedia Computing Reference Desk Archives
The page you are currently viewing is {{#ifexist:Wikipedia:Reference desk/Archives/Computing/2012 June 20|an archive page|a transcluded archive page}}. While you can leave answers for any questions shown below, please ask new questions on one of the current reference desk pages.

__TOC__

= June 10 =

catalyst overdrive

in that section of the driver panel, it has these various icons on the top of it, there is this power one, with a chord plug pictured on it, wHAT DOES IT MEAN?? IT shows zero on mine, im just curious as to what its for — Preceding unsigned comment added by 77.35.15.169 (talk) 09:58, 10 June 2012 (UTC)

:It appears to be a tool to boost performance of the GPU by overclocking it. 77.97.198.48 (talk) 11:46, 12 June 2012 (UTC)

mojibake in OOo text file

A friend sent me a file (a short list of books) that she made in OpenOffice (.odt). I opened it in LibreOffice and saved it as Text (.txt), then opened the textfile in vi. As I manipulate it (experimentally sorting by different words), junk keeps appearing at the beginning of one line, looking like this:



I delete the junk and sort again, and it reappears on another line. Any idea what's going on? —Tamfang (talk) 15:49, 10 June 2012 (UTC)

:At some point, something is adding the UTF-8 byte order mark to indicate the text encoding is Unicode UTF-8. At a later point, something else is interpreting the text with encoding ISO/IEC 8859-1, causing the UTF-8 byte order mark to appear as . --Bavi H (talk) 16:09, 10 June 2012 (UTC)