Ticket #8515 (closed bug: fixed)
Datepicker: Translation displays HTML entities when setting some formats
| Reported by: | idavemm | Owned by: | k_borchers |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.9.0 |
| Component: | ui.datepicker | Version: | 1.8.23 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
When using a format where a week day is displayed, if the day has accents they will be shown with HTML entities.
Steps to reproduce it:
- Load datepicker js and set the Spanish i18n translation.
- Initialize a form date field setting this format:
$( ".selector" ).datepicker({ dateFormat: "DD, d MM, yy" });
Now when you click on the field, the datepicker appears. Select Wednesday, so it should show:
Miércoles, 22 Agosto, 2012
But instead it shows this:
Miércoles, 22 Agosto, 2012
In order to fix that, the i18n file should replace all those HTML entities with the accented letter.
Change History
comment:1 Changed 10 months ago by scott.gonzalez
- Status changed from new to open
- Summary changed from Spanish translation displays HTML entities when setting some formats to Datepicker: Translation displays HTML entities when setting some formats
comment:2 Changed 10 months ago by k_borchers
- Owner set to k_borchers
- Status changed from open to assigned
comment:3 Changed 10 months ago by Kris Borchers
- Status changed from assigned to closed
- Resolution set to fixed
Datepicker: Replace HTML entities with characters in es, fi, gl, is, it, pt-BR, pt and sl i18n files. Fixes #8515 - Datepicker: Translation displays HTML entities when setting some formats
Changeset: d372882af113ec14531d31991b0e9265c9cbcc2b


This applies to es, fi, gl, is, it, pt-BR, pt, and sl.