Top "Double-quotes" questions

Questions related to the use of double-quotes in different programming languages.

Why Spring MessageSource arguments are not filled correctly in some locales?

mailconfirm.mail.body=<html><body><h3 style="margin: 0 0 1em;">Hi, {0}!</h3>\ To …

spring internationalization arguments double-quotes
Escaping separator within double quotes, in awk

I am using awk to parse my data with "," as separator as the input is a csv file. However, there …

awk delimiter double-quotes separator
Using python csv writer without quotations

I'm trying to write a list of strings like below to a file separated by the given delimiter. res = [u'123…

python csv quotes double-quotes
Is there any practical reason to use quoted strings for JSON keys?

According to Crockford's json.org, a JSON object is made up of members, which is made up of pairs. Every …

javascript json browser double-quotes
Convert all types of smart quotes with PHP

I am trying to convert all types of smart quotes to regular quotes when working with text. However, the following …

php html unicode replace double-quotes
Json.NET: Deserilization with Double Quotes

I am trying to deserialize a json string received as a response from the service. The client is Windows Phone 7, …

c# json double-quotes json.net
Command line passing quotes within quotes

I've been searching for a solution to this but couldn't find one. Not sure if its possible. Can I pass …

command-line parameter-passing filepath argument-passing double-quotes
Nesting with three levels of quotations

I am trying to create a php variable that has three levels of nested quotes. How do I make a …

php double-quotes quote
Adding quotes to argument in C++ preprocessor

I'd like to pass the name of an include file as a compiler argument so that I can modify a …

c++ c-preprocessor double-quotes
How to let jackson generate json string using single quote or no quotes?

For example, I want to generate a json string for ng-style: <th ng-style="{width:247}" data-field="code">Code</…

json jackson double-quotes