Opened 21 years ago
Closed 21 years ago
#1200 closed defect (bug) (fixed)
date_i18n tries unicode unsafe substr
| Reported by: | nbachiyski | Owned by: | ryan |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Template | Version: | 1.5.1 |
| Severity: | minor | Keywords: | |
| Cc: | Focuses: |
Description
Instead of using localized abbreiations (like mysql2date) date_i18n tries to get substring from week day and month day. When the month (weekday) name is not ascii the substr function returns just the first n bytes, not characters.
Attachments (2)
Change History (4)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Disregard the first patch...