cassette icon indicating copy to clipboard operation
cassette copied to clipboard

CSS: content: "“"; error

Open JMontagu opened this issue 13 years ago • 4 comments
trafficstars

Double quotation marks within a CSS content property are being replaced with "�" char on output.

Example CSS:

blockquote p::after {
    content: "“";
}

Running v1.2.1

JMontagu avatar Sep 07 '12 01:09 JMontagu

Thanks for reporting this. We'll need to check on how the asset transformers are encoding and decoding.

andrewdavey avatar Sep 07 '12 17:09 andrewdavey

What version of Cassette are you using? I can't reproduce in v2.

andrewdavey avatar Sep 20 '12 00:09 andrewdavey

v1.2.1, latest from NuGet. Didn't realise v2 was out, else I would've tested against it.

On 20 September 2012 12:36, Andrew Davey [email protected] wrote:

What version of Cassette are you using? I can't reproduce in v2.

— Reply to this email directly or view it on GitHubhttps://github.com/andrewdavey/cassette/issues/308#issuecomment-8713445.

JMontagu avatar Sep 20 '12 01:09 JMontagu

Here's the documentation for upgrading to v2: http://getcassette.net/documentation/v2/upgrading-from-v1-to-v2

andrewdavey avatar Sep 20 '12 01:09 andrewdavey