Opened 17 years ago
Closed 17 years ago
#207 closed Defect (fixed)
HTML entities in BOINC Manager have to be decoded
Reported by: | Christian Beer | Owned by: | romw |
---|---|---|---|
Priority: | Critical | Milestone: | 5.10 |
Component: | Manager | Version: | |
Keywords: | manager, UTF-8 | Cc: |
Description
After the fix for #57 the names are sent to the manager with html encoded characters. These characters have to be decoded back to "human-viewable" ones. In php you can use html_entity_decode()
but I don't know if there is a similar function within C++.
Note: See
TracTickets for help on using
tickets.
(In [12761]) - fixes #207 - HTML entities in BOINC Manager have to be decoded