active questions tagged quote - Stack Overflowmost recent 30 from stackoverflow.com2009-12-01T01:25:36Zhttp://stackoverflow.com/feeds/tag/quotehttp://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/1776249/ie-doesnt-support-q-tag-but-you-can-style-it1IE doesn't support Q tag but you can style it.netrox2009-11-21T18:11:28Z2009-11-23T23:41:04Z
<p>I am puzzled with the statement that IE does not support <q> tag but it renders just fine on IE as an inline element so if it doesn't support it, so what? We can just style it with CSS to italicize and it works as expected. I tested from IE5 and up. </p>
<p><a href="http://www.w3schools.com/tags/tag%5Fq.asp" rel="nofollow">http://www.w3schools.com/tags/tag%5Fq.asp</a></p>
<p>Explain why it says it doesn't support it when I don't see anything that stops you from using the q element and be able to style it with CSS? </p>
http://stackoverflow.com/questions/1657201/how-to-open-a-url-with-non-utf-8-arguments0how to open a URL with non utf-8 argumentsRichard2009-11-01T13:49:07Z2009-11-01T23:27:58Z
<p>Hello,</p>
<p>Using Python I need to transfer non utf-8 encoded data (specifically shift-jis) to a URL via the query string.
How should I transfer the data? Quote it? Encode in utf-8?</p>
<p>Thanks</p>
http://stackoverflow.com/questions/1636336/something-confusing-about-define-key-and-the-issue-of-when-to-quote-an-argument3something confusing about define-key (and the issue of when to quote an argument)RamyenHead2009-10-28T10:19:36Z2009-10-28T13:09:45Z
<p>It seems one is not supposed to quote KEYMAP when using define-key.</p>
<pre><code>(define-key org-remember-mode-map "\C-c\C-r" 'org-remember-kill)
</code></pre>
<p>I'm confused because I think that all arguments of a function that is not quoted are evaluated, and according to the help, define-key is a function, not a macro. I don't see why the value of KEYMAP can be modified after a call of define-key.</p>
<pre><code>(defun increment-value (a)
(setq a (+ 1 a)))
(setq my-num 10)
(increment-value my-num)
my-num ; ===> 10
</code></pre>
http://stackoverflow.com/questions/1635211/what-is-a-good-programming-related-senior-quote2What is a Good Programming Related Senior Quote? [closed]Fuzz2009-10-28T04:32:10Z2009-10-28T04:43:14Z
<p>Although I expect this question to last for no more than 30 seconds its worth a try.</p>
<p>What would be a good programming related senior quote that would be subtle enough so that I don't look like a flat out nerd to normal people, but most programmers would understand?</p>
<p>I'm trying to find something that appears to have one meaning to the normal people, but has a secondary programming related meaning.</p>
<p>Anyways, if you have any ideas, it would be awesome if you shared them with us.</p>
<p>Thanks</p>
http://stackoverflow.com/questions/1579475/simple-regex-replace-quote-information-in-forum-topic-in-c1Simple regex - replace quote information in forum topic in C#Kordonme2009-10-16T17:54:38Z2009-10-16T23:36:42Z
<p>Hi!</p>
<p>This should be pretty straightforward I would think.</p>
<p>I have this string:</p>
<pre><code>[quote=Joe Johnson|1]Hi![/quote]
</code></pre>
<p>Which should be replaced with something like</p>
<pre><code><div class="quote">Hi!<div><a href="users/details/1">JoeJohnson</a></div></div>
</code></pre>
<p>I'm pretty shure this is not going very well. So far I have this:</p>
<pre><code>Regex regexQuote = new Regex(@"\[quote\=(.*?)\|(.*?)\](.*?)\[\/quote\]");
</code></pre>
<p>Can anyone point me in the right direction? </p>
<p>Any help appreciated!</p>
http://stackoverflow.com/questions/357813/help-me-remember-a-quote-from-alan-kay21Help me remember a quote from Alan Kayle dorfier2008-12-10T22:20:53Z2009-08-26T15:46:52Z
<p>Alan Kay was quoted several years ago to the effect that there had been only three new things in software in the preceding 20 years (effectively the lifespan of PCs). One of them was Spreadsheets.</p>
<p>Does anyone remember the other two?</p>
<p>(EDIT: Who is Alan Kay (a few may ask.) His work at Xerox Parc arguably did more to shape our current software paradigm than any other influence.)</p>
http://stackoverflow.com/questions/1275127/character-for-single-quote-1character for single quoteunknown (google)2009-08-13T23:03:21Z2009-08-13T23:09:17Z
<p>(backtick) and ' are two different characters for single quote. I have a mysql script that shows the former two quote characters, if I change them to ', it breaks the syntax.<br />
how do I type ` from the keyboard?</p>
http://stackoverflow.com/questions/1272510/escape-single-quote-characters-when-importing-to-sqlite0Escape Single Quote Characters when Importing to SQLiteMehmet Güzerler2009-08-13T14:57:20Z2009-08-13T15:08:52Z
<p>Hi everyone.
I have a records.txt file like this:</p>
<pre><code>INSERT INTO 'blogtitles' VALUES('Kelly's at house');
INSERT INTO 'blogtitles' VALUES('Nice catch!');
</code></pre>
<p>When i try to import records.txt into the db: sqlite3 my.db < records.txt
It gives an error because of the first line.
I have many lines like this in the records.txt file.
I need a sed syntax that will escape all these single quotes within the strings. So there will not be any problem when importing.
I really need this :(
Thank you!</p>
http://stackoverflow.com/questions/960418/what-does-this-software-quote-mean2What does this software quote mean?Matthew Vines2009-06-06T20:07:51Z2009-06-06T23:19:48Z
<p>I was reading Code Complete (2nd Edition), and came across a quote in the margin on page 87 by Bertrand Meyer.</p>
<blockquote>
<p>Ask not first what the system does; ask WHAT it does it to!</p>
</blockquote>
<p>What exactly is the point Mr. Meyer is trying to get across here. I have some rough ideas, but I would like to make sure I really understand.</p>
http://stackoverflow.com/questions/840536/how-to-use-environment-variable-inside-a-quoted-string-in-bash-script1How to use environment variable inside a quoted string in BASH scriptJamie2009-05-08T15:57:57Z2009-05-11T07:30:50Z
<p>I've tried various forms of the following in a bash script:</p>
<pre><code>#!/bin/bash
svn diff $@ --diff-cmd /usr/bin/diff -x "-y -w -p -W $COLUMNS"
</code></pre>
<p>But I can't get the syntax to correctly expand the <code>COLUMNS</code> environment variable.</p>
<p>I've tried various forms of the following:</p>
<pre><code>svn diff $@ --diff-cmd /usr/bin/diff -x '-y -w -p -W $COLUMNS'
</code></pre>
<p>and</p>
<pre><code>svn diff $@ --diff-cmd /usr/bin/diff -x '-y -w -p -W ${COLUMNS}'
</code></pre>
<p>and</p>
<pre><code>eval svn diff $@ --diff-cmd /usr/bin/diff -x "-y -w -p -W $COLUMNS"
</code></pre>
<p>Suggestions?</p>
http://stackoverflow.com/questions/758031/stripping-single-and-double-quotes-in-a-string-using-bash-standard-linux-comman6Stripping single and double quotes in a string using bash / standard Linux commands onlyJason2009-04-16T21:02:31Z2009-04-18T09:40:25Z
<p>Hello Stack Overflow :-)</p>
<p>I'm looking for something that will translate a string as follows, using only bash / standard Linux commands:</p>
<ol>
<li>Single-quotes surrounding a string should be removed</li>
<li>Double-quotes surrounding a string should be removed</li>
<li>Unquoted strings should remain the same</li>
<li>Strings with unmatched surrounding quotes should remain the same</li>
<li>Single-quotes that don't surround the string should remain</li>
<li>Double-quotes that don't surround the string should remain</li>
</ol>
<p>For example:</p>
<ul>
<li>'Food' should become Food</li>
<li>"Food" should become Food</li>
<li>Food should remain the same</li>
<li>'Food" should remain the same</li>
<li>"Food' should remain the same</li>
<li>'Fo'od' should become Fo'od</li>
<li>"Fo'od" should become Fo'od</li>
<li>Fo'od should remain the same</li>
<li>'Fo"od' should become Fo"od</li>
<li>"Fo"od" should become Fo"od</li>
<li>Fo"od should remain the same</li>
</ul>
<p>Thank you!</p>
http://stackoverflow.com/questions/107414/whats-your-best-trick-to-break-out-of-an-unbalanced-quote-condition-in-base-sas2What's your best trick to break out of an unbalanced quote condition in BASE SAS?Martin Bøgelund2008-09-20T06:41:08Z2009-02-22T04:12:20Z
<p>As a base SAS programmer, you know the drill:</p>
<p>You submit your SAS code, which contains an unbalanced quote, so now you've got not only and unclosed quote, but also unclosed comments, macro function definitions, and a missing run; or quit; statement.</p>
<p>What's your best trick for not having those unbalanced quotes bother you?</p>
http://stackoverflow.com/questions/497461/ldap-query-failure-due-to-single-quote2LDAP Query Failure due to single quoteUsha2009-01-30T22:11:55Z2009-02-18T20:31:11Z
<p>Hi,</p>
<p>I'm trying to find an employee in Active Directory using the following c# code:</p>
<pre><code>"Select userPrincipalName, ADsPath, Department, Mail,
HomeMDB, cn, ssn FROM
'LDAP://" + DomainName + "'
WHERE objectCategory = 'person' and
sAMAccountName = '" + UserName.Replace("'", "''") + "'";
</code></pre>
<p>When I run this for an employee with a single quote in the last name (such as "O'Connor") I get the following error:</p>
<p><strong>AdsDsoObject' failed with no error message available, result code: DB_E_NOTABLE(0x80040E37).</strong></p>
<pre><code>I also tried Replace("'", "\''"), nothing is working.
</code></pre>
<p>What am I doing wrong? need help.</p>
<p>Thank You!</p>
http://stackoverflow.com/questions/517201/coding-of-parameter-value-for-select-in-php-mysql1Coding of parameter-value for SELECT in PHP-MySQLUlf Rundgren2009-02-05T18:22:22Z2009-02-05T22:26:14Z
<p>alt A below is a statement from a php-mysql tutorial. It works as it should.<br />
I found the id-value rather obfuscated and tested alt B. This also worked!<br />
What is the point with the id-value of alt A?<br />
MySQL 5.0.51, PHP 5.2.6<br />
// alt A :<br />
$sql="SELECT * FROM exempel WHERE id = '".$q."'";<br />
// alt B :<br />
$sql="SELECT * FROM exempel WHERE id = $q"; </p>
http://stackoverflow.com/questions/440645/how-can-i-convert-javascript-code-into-one-big-java-string0How can I convert JavaScript code into one big Java stringPaul2009-01-13T20:23:10Z2009-01-13T22:59:38Z
<p>So I have 1000 lines of javascript. I need to turn it into a Java String so that I can output (via <code>System.out.println</code> or whatever). </p>
<p>I'm looking for an <strong><em>online tool to escape all the quotes</em></strong>... something geared toward my specific need would be nice as I don't want other special characters changed. Lines like:</p>
<pre><code>var rgx = /(\d+)(\d{3})/;
</code></pre>
<p>need to stay intact.</p>
<p>The situation mandates the JavaScript be put into a String so please no workarounds.</p>
http://stackoverflow.com/questions/131049/whats-the-easiest-way-to-add-a-quote-box-to-mediawiki0What's the easiest way to add a quote box to mediawiki?SamS2008-09-25T01:45:15Z2008-09-26T00:31:47Z
<p>I installed mediawiki on my server as my personal knowledge base. Sometimes I copy some stuff from Web and paste to my wiki - such as tips & tricks from somebody's blog. How do I make the copied content appear in a box with border?</p>
<p>For example, the box at the end of this blog post looks pretty nice:<br />
<a href="http://blog.dreamhost.com/2008/03/21/good-reminiscing-friday/" rel="nofollow">http://blog.dreamhost.com/2008/03/21/good-reminiscing-friday/</a></p>
<p>I could use the pre tag, but paragraphs in a pre tag won't wrap automatically.. Any ideas?</p>