The apostrophe tag has no wiki summary.
0
votes
0answers
5 views
xelatex myriad pro l with apostrophe issue
I compile my document with xelatex.
I use Myriad pro
\setmainfont[Mapping=tex-text]{Myriad Pro}
My problem is that the "l'a" is looking OK but not the "l'i" the i touches the apostrophes. Can ...
-4
votes
0answers
17 views
Unable to open the file having apostrophe [closed]
I am able to upload the file having apostrophe for e.g. Sample's.pdf . But I am not able to open this file. While I am trying to open this file it reads only up to Sample, and not the full file name ...
0
votes
1answer
26 views
excel date time cell being covertet to numeric and cant stop it
i have two sheets the first one to call a value from the second sheet, in the first sheet i have
=IFERROR(VLOOKUP(B2,'sheet'!B5:'sheet'!I2500,8,FALSE),"")
this works fine for all full text fields
...
0
votes
0answers
28 views
Python facepy apostrophe issue
I take some string from Postgresql database by python code and trying to send it to Facebook by API.
cur.execute("SELECT text_column FROM table")
.....
print graph.post(path = ...
0
votes
1answer
28 views
apostrophe in preg_match_all() is giving me problems
So I've got this piece of code that wont play nice.
preg_match_all("/(\{\[)([\w-\d\s\.\|']*)(\]\})/i",$replace_text, $match);
What it is supposed to do, is allow an apostrophe to be in my ...
0
votes
0answers
23 views
MicroSoft Office smart quotes showing up in Internet explorer
I have a user who is using IE9 and when he enters a single quote from the keyboard into a web form on an application I wrote, it is putting in the fancy curved quotes the MS Word does with the smart ...
0
votes
1answer
20 views
Trying to put a player name with apostrophe in href
My problem is the next, im having troubles with some names. My application is getting out from database all the names of a team and then i put them in a link (A href) to pass by GET the player name ...
0
votes
1answer
12 views
how would you hyphenate apostrophed and already hyphenated words
What would the convention for converting a hyphenated names for example would john-michael just become #john-michael?
Or names with apostrophes, would O'Leary become #o-leary?
0
votes
1answer
251 views
HTML Best Practices: Should I use ’ or the special keyboard shortcut?
I know that ’ will produce an apostrophe in an HTML document.
I also know that option shift right bracket on a Mac will simply produce a ’ character.
Are there best practices for writing ...
0
votes
0answers
72 views
Apostrophes in PHP Xpath
What's up with apostrophes in Xpath? Nothing I try seems to work.
I'm trying to pick out items from an XML file by their titles using Xpath in DOM, but because some have apostrophes, it doesn't ...
1
vote
1answer
181 views
apostrophe turning into \x92
mycorpus.txt
Human where's machine interface for lab abc computer applications
A where's survey of user opinion of computer system response time
stopwords.txt
let's
ain't
there's
The ...
0
votes
0answers
13 views
QBFC Apostrophe
Dim customerQueryRq As ICustomerQuery = msgSetRequest.AppendCustomerQueryRq()
customerQueryRq.ORCustomerListQuery.CustomerListFilter.ActiveStatus.SetValue(ENActiveStatus.asActiveOnly)
'Single quote ...
1
vote
1answer
32 views
SOAP body has another xml and it has apostrophe
we are sending the xml in SOAP body so we have replaced the xml tag with <, > into < & > Everything was fine till we encounter an apostrophe.
This XML went through fine :
...
0
votes
1answer
38 views
Apostrophe issue in url with OData
I am using oData protocol which add the filter criteria in the url
E.g. /api/restaurants/getall?$filter=substringof('macdonald',Name)
My problem when the value has apostrophe like (macdonald's) it ...
0
votes
0answers
36 views
Issue with single quotes from Word pasted into textarea
I'm using Imagemagick to create an image with text. ImageMagick requires a single quote to be escaped in order for it to display.
Like this: apostrophe\'s
This works fine when a person types ...
0
votes
4answers
155 views
Sanitizing Apostrophes with PHP
I am having trouble with apostrophes causing errors in a grading system I have setup. When a customer submits a paper that contains apostrophes, I am replacing all apostrophes with PHP like so:
//Now ...
0
votes
0answers
42 views
Backslash When Using Apostrophe In Textarea
I have an invite a friend form on this page: http://backtochurch.com/emailafriend/friends
I have a textarea with some pre-filled text with the word "it's" in the last line. The apostrophe keeps ...
0
votes
0answers
54 views
problems display single quote in IE
I am using XSLT and XML to generate a web page and having a problem with the single quote working in IE.
I have a paragraph tag with text that is suppose to say "Student's courses are:". Also, I ...
-1
votes
1answer
86 views
concat apostrophe to oracle sql query
Hi all I am looking for some pointers on how I can add an apostrophe to my query results on my first column.
My current query:
set verify off
set colsep "',"
set pagesize 2000
ALTER SESSION SET ...
0
votes
1answer
58 views
Issue with apostrophes and/or single quotes
I'm working with ImageMagick and the paragraph being displayed stops where an apostrophe occurs. The strange thing is that the ´ works but the ' doesn't. (sorry but I'm not sure of the technical ...
0
votes
0answers
23 views
apostrophe custom/extended aButton editView form not rendering correctly?
I am trying to extend the functionality of an aButton (built in) by creating a new slot type and copying all the functionality of the aButton slot into my featureButtonSlot. Scratching my head all ...
0
votes
1answer
124 views
xslt: Generate xml attribute value with single quotation (apostrophe) as delimiter
xslt processing seems always to generate attribute values with double quotation marks as delimiter.
Input xml:
<a b='"c"' />
Output xml:
<a b=""c""/>
I have ...
4
votes
2answers
467 views
Adding Apostrophe in a string - Matlab
I want to put an apostrophe in a string to denote the possessive but it ends the string, how can I put one in.
0
votes
2answers
124 views
Inserting name with special characters with php in mysql
I'm trying to insert some names with special characters, such as an apostrophe, into a mysql database using php. For example:
INSERT INTO PLAYERS VALUES('{$players[$n][1]}','$nom_team');
where ...
1
vote
2answers
78 views
An escaped apostrophe in associative array value
I have an associative array that is built dynamically from a MySQL table like so:
array(['p.id'] => 3, ['p.fname'] => 'Bill', ['p.lname'] => 'O\'Reilly')
This is a large array and was ...
0
votes
0answers
70 views
FPDF Converting Apostrophes into Weird Characters
I have this string passed from a JavaScript form:
4 H/M’s
Which gets posted to an array, called '$out' and is keyed by "blurb".
I use FPDF to output it, with MultiCell, like so:
...
0
votes
2answers
87 views
Showing apostrophes with JSON
I'm having some problems showing apostrophes with JSON.
I allow the user to insert data into my mysql database and when they use an apostrophe (e.g. Rob's table), it will be stored in the mysql ...
0
votes
2answers
227 views
PHP Remove All Non-alphanumeric Characters Except Apostrophes
$keywords = explode("\n",$_POST['keywords']);
//Inserting into Database
foreach($keywords as $key => $keyword){
$keyword = strtolower(trim($keyword));
$keyword = ...
0
votes
1answer
41 views
JSTL - How to use a possessive apostrophe in a string?
<c:choose>
<c:when test="${place=='Bob's Car'}">
<c:set var="place" value="Truck"/>
</c:when>
</c:choose>
Code is not working because of apostrophe from ...
0
votes
0answers
132 views
PHP mysql backslash apostrophe [closed]
My Code:
function sendMessage($client, $owner, $topic, $message, $send, $alliance, $player, $coor, $report) {
$time = time();
$q = "INSERT INTO " . TB_PREFIX . "mdata values ...
0
votes
2answers
214 views
Best Practice WIth Apostrophe in Php Mysql Queries [closed]
Apostrophes can be a pain while sending sql update queries in from php when there's a non-matching "'" inside the string.
What is the best practice to overcome this problem?
Thanks
0
votes
3answers
133 views
Not able to print statements with 'Apostrophe' in it in Python. Invalid syntax error
Eg.
when iam trying to write something like below which uses an apostrophe in the sentence,
print(''I am jack's raging bile duct'')
I get invalid syntax error. How to fix this?
0
votes
0answers
340 views
How to Convert Microsoft Office “Smart” or “Curly” Quote/Apostrophe to ASCII or UTF-8 “Straight” Quote/Apostrophe in Ruby 1.8.7?
I'm using (and stuck with) the following version of Ruby:
ruby 1.8.7 (2012-06-29 patchlevel 370) [x86_64-linux]
I tried a lot of Googling, but I can't find a working answer to my problem. I'm ...
1
vote
2answers
195 views
Code is adding backslash before apostrophe
For example I writed this text is I don't know and submited it to database.
Then I go to page, where this text appears and it show I don\'t know, how can I disable adding backslashes?
code
$text= ...
0
votes
2answers
96 views
SQL script to update records, removing duplicated content from within the field
I have a situation that has arisen with an errant SQL stored procedure, and am now facing a potentially daunting task of data clean-up.
The long and short of it is that we have data in our database ...
0
votes
3answers
193 views
How to use REPLACE with string containing apostrophe? [duplicate]
Possible Duplicate:
Replace single quote in sql server
So I'm trying to use the following code:
UPDATE TableName
SET FieldName = REPLACE(FieldName, 'SearchFor', 'ReplaceWith');
It works ...
0
votes
2answers
288 views
apostrophes turning into ' when I get text from textbox
So I understand that apostrophes will screw up when you try to insert them into a database, but my apostrophes screw up before that even! Here is what my code looks like:
String test = null;
...
0
votes
1answer
93 views
How to escape apostrophes when copying listview to sql table?
I am a newbie programmer using VS2010 and coding in VB. I have a windows form application that parses multiple XML files and stores the data in a single table in SQL Server 08. The app parses the ...
2
votes
2answers
348 views
PHP Passing Apostrophe's t Text Areas
I have a text area that users add notes too. ON the next page I use the $_POST[Comments] to show what was typed. I have an edit button to go back and see what was typed and edit the notes but when I ...
3
votes
3answers
523 views
Match a word using regex that also handles apostrophes
I have to separate a line of text into words, and am confused on what regex to use.
I have looked everywhere for a regex that matches a word and found ones similar to this post but want it in java ...
2
votes
3answers
100 views
PHP Array access without quotes
I knocked to a phenomenon in an existing php source,
with field access without apostrophe like this: $_GET[test].
I got unsure, also don't know, that this is a possible way,
so I wrote a short ...
1
vote
0answers
63 views
Javascript error, file manager not working with names that have apostrophes
So I have a file manager (similar to HFS if any of you have used it) .... Anyway when submitting ajax functions for various file actions, it doesn't work if the filenames have an apostrophe (') in ...
0
votes
3answers
223 views
PHP function to generate clean URL - apostrophes
I want to create clean URLs for my database site and I've decided that the best way is to create a field in which to store the URLs for their respective entries.
I am using the GenerateUrl function ...
0
votes
3answers
91 views
Posting apostrophe in option value combobox causing truncation
I am having an issue with a posted value from an option value combobox if it contains an apostrophe. The value is being truncated at the apostrophe. The values come from a database where they sit ...
0
votes
1answer
38 views
apostrophe not escaped on second entry
i have a simple form with a textarea and a save button.
what is entered in the field is stored in mysql and then displayed on another page.
each time you enter stuff in the textarea and save, it saves ...
-1
votes
1answer
248 views
posting php variable that contains apostrophe
I am having trouble posting a php variable to another page. The variable is retrieved from a dropdown selected by the user and if it contains an apostrophe, I only get the part prior to the apostrophe ...
1
vote
2answers
181 views
Apostrophe in app name
I intend on releasing an app in the Apple store that contains an apostrophe in the title. I notice that XCode already has issues in building the code when the 'Target' name contains an apostrophe. ...
2
votes
1answer
111 views
Access data deep in a structure using get()
I have a p structure in R memory and I'm trying to access the Rate column of the matrix.
When I type p$6597858$Sample in the console, I get ...
p$`6597858`$Sample
Rate Available ...
0
votes
1answer
172 views
php form data error with apostrophe
Having issue when I try to submit data with apostrophe, won't allow me to save into database.
com0 is my form field.
$ucom0= mysqli_real_escape_string($_POST['com0']);
$AddQuery = "INSERT INTO ...
0
votes
2answers
81 views
Unexpected characters from escaping apostrophes
I created a form that takes a block of text and inserts it into an SQL database. I kept getting SQL errors when the user used single quotes. I added the addslashes() function and everything worked ...
