Tagged Questions
The apostrophe tag has no wiki summary.
6
votes
2answers
132 views
Python XPath parsing tag with apostrophe
I'm new to XPath. I'm trying to parse a page using XPath. I need to get information from tag, but escaped apostrophe in title screws up everything.
For parsing i use Grab.
tag from source:
<img ...
4
votes
4answers
160 views
Replacing apostrophe in asp.net to prevent SQL error
I have a web-form with a Name field which I want to be able to accept single apostrophes, such as in the name O'Leary, but when trying to push this record to the SQL 2005 server, I get an error. My ...
4
votes
4answers
466 views
How do I escape an apostrophe in my XPath text query with Perl and Selenium?
I have an XPath query which needs to match some text in a span attribute, as follows:
my $perl_query = qq(span[text\(\)='It's a problem']);
$sel->click_ok($perl_query);
Where the text has no ...
3
votes
2answers
237 views
Detecting an Apostrophe in a NSString?
I'm using Gamekit to send data via bluetooth between two devices. I want to get the name of the device that sent it, but if the name is "Bob's iPhone" I want to cut off the "'s iPhone". I first check ...
3
votes
2answers
3k views
Escape apostrophe when passing parameter in onclick event
I'm passing the company name to an onclick event. Some company names have apostrophes in them. I added '.Replace("'", "'")' to the company_name field. This allows the onclick event to fire, but ...
3
votes
3answers
2k views
Add apostrophe to last name search
I created a proc that will return a list of applicants by lastname. I have a problem searching Applicants with last name that has apostrophe (Example O'Connor). Could you please help finding those ...
3
votes
8answers
6k views
OLEDB, Writing Excel cell without leading apostrophe
I'm writing to Excel file using OLEDB (C#).
What I need is just RAW data format.
I've noticed all cells (headers and values) are prefixed by apostrophe (')
Is it a way to avoid adding them in all ...
2
votes
1answer
27 views
How to write an xpath to select a node whose text contains special characters such as apostorophe?
How to write an xpath to select a node whose text contains special characters such as ' which is kind of invalid inxpath?
<Nodes><Node><Text>General ...
2
votes
1answer
106 views
Can't use apostrophe in StringFormat of a XAML binding?
I'm trying use StringFormat to insert apostrophies (apostrophe's?) around a value that is bound to a TextBlock:
<TextBlock Text="{Binding MyValue, StringFormat='The value is ...
2
votes
4answers
232 views
Encoding string for apostrophe in asp.net
I am having a problem trying to resolve an apostrophe related issue.
I have searched SO, but could not find anything that would help me.
My clientside javascript code is:
var strUserText = ...
2
votes
1answer
121 views
Frontend pages giving 404 with symfony and apostrophe
I thinks this question might be on the edge of having to go on serverfault. However, as I'm not sure about the cause of the problem, I'll ask the question here.
I Have a Symfony installation with 2 ...
2
votes
1answer
233 views
ASP.NET Chart: apostrophe ' is replaced with ' in chart's Title
When I display a chart and its title has an apostrophe, the title displays the ' as '.
How can I prevent this from happening?
2
votes
1answer
159 views
don't want xslt intepret the entity characters
The xml was like this:
< cell i='0' j='0' vi='0' parity='Odd' subType='-1'> & #34;String& #39;</cell>
But after the intepretion of the xsl, the output is like this:
< td ...
2
votes
1answer
291 views
How to deal with quotes and apostrophes for string comparison in MySQL so they match (collation)
MySQL uses collations to do string comparison because some characters should match
Exemple:
SELECT 'é' = 'e' COLLATE utf8_unicode_ci;
SELECT 'oe' = 'œ' COLLATE utf8_unicode_ci;
both return true
...
2
votes
2answers
430 views
How can I filter out non letters from a text file using the scanner delimiter including the single quote or apostrophe in Java
Pls I want to keep a count of every word from a file, and this count should not include non letters like the apostrophe, comma, fullstop, question mark, exclamation mark, e.t.c. i.e just letters of ...
2
votes
2answers
424 views
Problem converting ISO8859-1 to UTF-8 in PHP
I am attempting to convert a ISO8859-1 string taken from a MySQL database and convert it to UTF-8 using php. However, when I use the utf8_encode function it removes almost all of the apostrophes from ...
2
votes
3answers
496 views
Escaping Apostrophes in Javascript Generated From PHP
I am trying to have a textfield with an initial value, where if you click on it, the text disappears, and if you click out before anything has been entered the initial value returns much like the ...
1
vote
3answers
60 views
How does PHP naturally anticipate apostrophes in variables?
I just noticed that I could use an a variable as an argument, like this: $variable = "This's a string."; function('$variable'), and not like this: function('This's a string');. I can see why I can't ...
1
vote
2answers
66 views
HOW TO force XSLT to encode apostrophes as it does for quotes
in input XML I have a tag
<name>Sample " '</name>
in XSL I transform this tag with:
<xsl:variable name="productName" select="substring($elemXPath/name,1,50)"/>
<someTag ...
1
vote
2answers
136 views
PHP: mail function — how do I include an apostrophe in a parameter
I am having trouble with a valid email address with an apostrophe as the $to parameter. I don't know how to pass a parameter with an apostrophe to the PHP mail() function.
1
vote
4answers
113 views
Error with encoding apostrophe to and from database
I have an html string that is dynamically created server side.
strHTML = "<td><a href""google.com"" onclick=""SaveToDatabase('" + arrString(0) + "','" + arrString(1) + "')""
The value ...
1
vote
3answers
150 views
Unable to remove right single quotation mark
Been trying to remove a right single quotation mark from data coming into a Perl form unsuccessfully. If I paste the text: ( Can’t Be Dodged ) into the form it never removes the right single quotation ...
1
vote
1answer
169 views
Code Igniter: allowing apostrophe in URI's while depending on Query Bindings for safety
I've been figuring out how to let apostrophe's cross URI's.
I'm building a site that allows users to "create photo albums". I have a link that when clicked, it will load and display all the contents ...
1
vote
3answers
264 views
how to encode apostrophes for a webpage
i am using the cluetip plugin and the simple use case is to to put the content in a title attribute, like below:
<a title='Top title|detail content'>Text</a>
i am now running into ...
1
vote
0answers
158 views
Apostrophe contained within XML returned from a webservice
I am consuming a web service that has an apostrophe contained within the namespace, which is causing problems for simplexml.
eg. xmlns="Apostrophe's here/Foo/Bar"
I've tried addslashes but it ...
1
vote
2answers
360 views
Apostrophe CMS: Engine Creation
I'm attempting to create a Product Engine for Apostrophe. I'm having trouble extending the Page Settings form, at the moment I want to add a simple textarea to add a synopsis to the page - eventually ...
1
vote
3answers
248 views
Apostrophe and Javascript / PHP
Right now I have this for my javascript code
'title': '<?=$name?>',
The thing is, occasionally $name will have an apostrophe in it, and can have the code look something like this
'title': ...
1
vote
3answers
303 views
Why is HTML encoding apostrophes in Rails 2 giving an unexpected result?
I'm using h to HTML encode some text in Rails 2, but I'm having problems with apostrophes. To be more exact, I'm finding that my apostrophes end up as ' which is obviously not want I want to ...
1
vote
4answers
245 views
Adding apostrophes into queries
I have a query which gets the text from a textbox and inputs it into the database.
It works fine if the value is something like Taylor but errors when it's O'Neill because the apostrophe gives a ...
1
vote
1answer
241 views
Android : Trouble with query containing apostrophe
I am trying to run a query for my media player as follows:
audioCursor = getContentResolver().query(MediaStore.Audio.Media.EXTERNAL_CONTENT_URI, null,
AlbumColumns.ALBUM + "='" + albumKey + ...
1
vote
1answer
352 views
Multiple rows for insert command - Apostrophe problem
I'm trying to insert multiple rows using SqlCommand from C# to SQL Server. I'm forming a simple query as below:
Insert into temp(field1, field2) values (1, 'test'), (2, 'test1'), (3, 'test2') and so ...
1
vote
3answers
179 views
mysql ’ show up as ’
when I try and run:
mysql -u myUser -pPassword -D myDatabase -h myHost < toInsert.sql
from my ubuntu desktop where myHost is a remote Red Hat server and toInsert.sql contains ’ they show up as ...
1
vote
3answers
135 views
SAS code to strip apostrophe from end of data values
I have a variable Deck1-Deck100 (Deck1 through Deck100 representing 100 trials of a task) with four possible values A' B' C' D'. I need to recode this variable so that A' and B' = 0 and C' and D' = ...
1
vote
5answers
388 views
A very odd Apostrophes MySQL PHP error
another brain teaser.
This isn't the usual "but Apostrophes are breaking my Queries" as I know all about escaping and sanitising so I'll get right too it.
Many many things are stored in a db with ...
1
vote
1answer
324 views
Handling apostrophes, php and pgsql
For my forms, I'm using pg_escape_string on every field before I insert them into the database. So I get something like firstname='O''reilly'. But when I try to print that out, I get O''reily, 2 ...
1
vote
2answers
780 views
Storing apostrophes, exclamation marks, etc. in mysql database
I changed from latin1 to utf8. Although all sorts of text was displaying fine I noticed non-english characters were stored in the database as weird symbols. I spent a day trying to fix that and ...
1
vote
2answers
979 views
apostrophe in mysql/php
i'm trying to learn php/mysql.
inserting data into mysql works fine but inserting those with apostrophe is generating an error. i tried using mysql_real_escape_string, yet this doesn't work.
would ...
1
vote
1answer
653 views
apostrophe text comparison in xsl
I have a problem with text with apostrophe symbol
example i try to test this xml having the symbol is then how can i compare ?
<xsl:for each select="country[nation='India's]">
this is ...
1
vote
2answers
367 views
Informix apostrophe SQL error
I get [Informix][Informix ODBC Driver][Informix]A syntax error has occurred when running the query below. When I remove the double apostrophes the query executes successfully. Everything I can find by ...
1
vote
2answers
1k views
apostrophes are breaking my mysql query in PHP
My database has name records that occasionally contain apostrophes, such as Joe's Bar and I've just coded a query script in PHP that grabs that field and sticks it into a select statement with the ...
1
vote
2answers
989 views
PHP: POST data + apostrophes
Imagine this:
Form data contains an apostrophe
Form gets submitted
POST data gets serialized
POST data is written to database
Database data is retrieved
Data cannot be ...
1
vote
4answers
2k views
How to get Excel to ignore apostrophe in beginning of cell
I'm writing a tool that syncs a simple database with Excel sheets. Each item in a table in the database corresponds to one row in the worksheet. I read the Excel into the tool using C# and the Excel ...
1
vote
4answers
647 views
How to search for matches with optional special characters in SQL?
I have a problem with a search query I am using my data contains names and information that has apostrophes in various forms (HTML encoded and actual).
So for example I would like an alternative to ...
1
vote
3answers
4k views
SAS function to strip apostrophes from a character string (compress?)
I have a string which looks like this:
"ABAR_VAL", "ACQ_EXPTAX_Y", "ACQ_EXP_TAX", "ADJ_MATHRES2"
and I'd like it to look like this:
ABAR_VAL ACQ_EXPTAX_Y ACQ_EXP_TAX ADJ_MATHRES2
ie no ...
0
votes
0answers
79 views
db2 escaping apostrophe don't work
I have this sql statement:
UPDATE JLK.JLKT0000 SET DATE_STAMP = CURRENT TIMESTAMP,
CHG_DATE = CURRENT DATE,
CHG_TIME = CURRENT TIME,
...
0
votes
3answers
45 views
SQL Apostrophes
How can I generate a string in SQL which contains an empty string: ' '
I tried this:
DECLARE @TEST NVARCHAR(50), @COL1 NVARCHAR(50), @COL2 NVARCHAR(50)
SELECT @COL1 = 'A', @COL2 = 'B'
...
0
votes
0answers
30 views
CONTAINS search not recognizing aspostrophe at end of word
Why on earth do both these lines return identical results?
select * from nsfarchives.dbo.a2011 where contains(truebody,'Tuesday')
select * from nsfarchives.dbo.a2011 where ...
0
votes
0answers
63 views
301 redirect htaccess syntax very tricky
I really want to 301 redirect two URLs:
www[dot]audiorecording[dot]me/using-parametric-eq-to-find-the-%E2%80%9Csweet-spot%E2%80%9D-of-any-musical-instruments.html%20rel='nofollow'
...
0
votes
0answers
41 views
Why does 'the internet' still fail at printing apostrophes? [closed]
It is almost 2012, and I still stumble onto sites that fail to produce a proper apostrophe. Years ago, when I was just a kid and I was learning HTML 4.0 (brand new at the time) I asked this same ...
0
votes
2answers
26 views
ExpressionEngine Member Import XML Errors with Apostrophes
I am attempting to import to about 2000 members into Expression Engine. I have spent 3 days refining the data into XML. The document now weighs in at over 40,000 lines.
The problem is, some values ...