Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
  • Community
  • Products
  • Jira
  • Questions
  • Why does jira replace typographically correct quotation marks and apostrophes by legacy typewriter double and singlequotes?

Why does jira replace typographically correct quotation marks and apostrophes by legacy typewriter double and singlequotes?

jesus2099 May 12, 2016

When I type « it’s “ok” » (where the apostrophe is U+2019 and the quotes are U+201C then U+201D) in my JIRA texts (subjects and descriptions), JIRA replaces them with typewriter characters (resepctively U+0027, U+0022 and U+0022 again).

How in JIRA can we disable this downgrade and why isn’t it off by default?

2 answers

0 votes
Nic Brough -Adaptavist-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 13, 2016

I've been having some "fun" with UTF and encoding recently - my instincts on this one is that JIRA doesn't want to store high value unicode characters, and is translating your text into something more standard and supportable.

(The specific example was someone using an emoji unicode in a comment - not only does it not display, it totally breaks data migrations into half of the supported databases)

0 votes
Joe Pitt
Community Champion
May 13, 2016

Be careful. I've used a couple other tools that allow the 'smart quotes' as Microsoft calls them but when they are stored in the database (one was Oracle and I don't know the other but I think it is mysql) and then exported in csv format for management reports I get unprintable characters that I need to fix.

Suggest an answer

Log in or Sign up to answer