Hi, indeed it does, then, in properties files one needs to write apostrophes as \u2019 as they’re read with 8859-1 encoding.
I hope this thread will be found by someone in need of apostrophe ;) zoran On 3 December 2013 06:38, Jesse Glick <[email protected]> wrote: > On Wed, Nov 27, 2013 at 12:59 PM, Zoran Regvart > <[email protected]> wrote: >> If your message contains apostrophe character ('), then you need to >> escape it with another apostrophe character (i.e. ''). So "that's" >> becomes "that''s". >> >> Sorry if this is widely known, but it was a surprise for me. > > Surprise for many people. But rather than escaping ' I would rather > suggest using ’ (a real apostrophe), which requires no escape and > looks better anyway. > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Developers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. -- Human by day user by night -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
