Tagged Questions
The smart-quotes tag has no wiki summary.
16
votes
11answers
11k views
How do I convert Word smart quotes and em dashes in a string?
I have a form with a textarea. Users enter a block of text which is stored in a database.
Occasionally a user will paste text from Word containing smart quotes or emdashes. Those characters appear in ...
14
votes
7answers
1k views
Converting ″Straight Quotes″ to “Curly Quotes”
I have an application which uses a Javascript-based rules engine. I need a way to convert regular straight quotes into curly (or smart) quotes. It’d be easy to just do a string.replace for ["], only ...
7
votes
3answers
1k views
MySQL choking on curly (smart) quotes
I'm inserting some data into a database from a form. I'm using addslashes to escape the text (have also tried mysql_real_escape_string with the same result).
Regular quotes are escaped, but some ...
6
votes
8answers
5k views
C# How to replace Microsoft's Smart Quotes with straight quotation marks?
My post below asked what the curly quotation marks were and why my app wouldn't work with them, my question now is how can I replace them when my program comes across them, how can I do this in C#? ...
4
votes
3answers
5k views
iconv gives “Illegal Character” with smart quotes — how to get rid of them?
I have a MySQL table with 120,000 lines stored in UTF-8 format. There is one field, product name, that contains text with many accents. I need to fill a second field with this same name after ...
2
votes
2answers
86 views
Problem “smartening” and link-parsing the same text
I'm using jQuery, and a very simple script to replace quotes, apostrophes and double-dashes with their "smart" counterparts:
function smarten(a) {
a = a.replace(/(^|[-\u2014/(\[{"\s])'/g, ...
2
votes
2answers
2k views
Smart quotes without “breaking” copy and paste?
I really dislike "smart quotes" for one simple reason - when I copy text containing them, it no longer has the original "" as was typed, instead I end up with Unicode symbols.
The smart quotes are a ...
2
votes
3answers
2k views
when copy/paste 'hello' from Word into textarea it becomes 018hello 019 after saving
I have in Word ‘hello’ and when I paste it I get 018hello 019 so the apostrophes turn into these strange characters.
The type of web application should not matter as the behaviour is different ...
1
vote
2answers
340 views
“Smart Quotes” not displaying properly in email from phpmailer
I'm dealing with a LAMP web server. I have forms that users use to submit text that is stored in a text field in mysql. Often this text is copied and pasted from Microsoft Office products, so I'm ...
1
vote
4answers
207 views
How could ASP server-side code corrupt a smart quote ’?
My company just converted many columns from varchar to nvarchar.
Now it seems that when we render a smart quote (i.e. ALT+0146 ’) to the screen and then send it back to the SQL Server 2000 database ...
0
votes
2answers
69 views
Is there a Built in VB.net function to turn quotes into smartquotes
I want to turn
I'm addicted to 'peanuts' and "cocoa"
into
I’m addicted to ‘peanuts’ and “cocoa”
How would I do that? Any built in function for that?
0
votes
2answers
228 views
Cleaning up 'smart' characters from Word in Ruby
I need to clean up various Word 'smart' characters in user input, including but not limited to the following:
– EN DASH
‘ LEFT SINGLE QUOTATION MARK
’ RIGHT SINGLE ...
0
votes
0answers
117 views
SmartyPants-PHP not working for string's submitted by post/get?
Finally gave up on my own pretty-quotes function to use SmartyPants-PHP's one-stop SmartyPants() ... except it seems that it doesn't do pretty curly-quotes (just straight quotes) for strings submitted ...
0
votes
2answers
262 views
Handling Extended ASCII in File Uploads
A website I recently completed with a friend has a gallery where one can upload images and text files. The only accepted text file (to ease development) is .txt and normally goes off without a hitch ...
0
votes
3answers
840 views
replace MSWord smart quotes in asp.net webform
I am having a problem where users are composing some large chunks of text in MS Word, then pasting that in to the online form. These get entered into the DB as an upside down ?. What are my options ...
0
votes
3answers
119 views
What made many of the coding websites converting standard " into non standard ”?
This question is about standard double quote " and non-standard double quote “ & ”
Yesterday when I searched for some sample facebook serverfbml codes, and came upon to this
...
0
votes
5answers
2k views
SQL to replace smart quotes
Does anyone know a SQL command to replace MS Office smart quotes with their ASCII cousins? I'm using an oracle database and the fields are of type varchar2