Opened 9 years ago
Closed 8 years ago
#1568 closed defect (bug) (fixed)
Encoding issue on make/core
Reported by: | SergeyBiryukov | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | Make (Get Involved) / P2 | Keywords: | |
Cc: |
Description
Previously: #195
Spotted a new encoding issue in a comment on make/core.
The comment author is displayed as Beno�t Chantre
on the front end and is blank in the admin.
Change History (5)
#2
in reply to:
↑ 1
@
9 years ago
Replying to Otto42:
Shows up okay for me in Chrome/Win10, with a circumflex above the i.
Weird, now it works for me too, Firefox/Win10.
Shows fine in the admin and on the comment listing.
Shows fine for me in the comment listing, but still empty on Edit Comment screen (that's what I meant by "blank in the admin", sorry if that was not clear):
<td class="first"><label for="name">Name:</label></td> <td><input type="text" name="newcomment_author" size="30" value="" id="name" /></td>
The author of another comment on the same thread is displayed as expected:
<td class="first"><label for="name">Name:</label></td> <td><input type="text" name="newcomment_author" size="30" value="Chris Christoff (chriscct7)" id="name" /></td>
Note: See
TracTickets for help on using
tickets.
Shows up okay for me in Chrome/Win10, with a circumflex above the i.
Shows fine in the admin and on the comment listing.