Opened 6 years ago
Closed 5 years ago
#3525 closed defect (bug) (fixed)
Allow plugins to preprocess fetched pingback source
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 2.5 |
| Component: | XML-RPC | Version: | 2.1 |
| Severity: | normal | Keywords: | has-patch i18n |
| Cc: |
Description
The current code is not perfectly ready for multibyte incoming pingbacks, is it?
The hook allows us the followings (and more).
- Sources written in encodings incompatible to preg functions like JIS can be preconverted.
- We can implement multibyte safe text trim logic instead of the current one.
- Input data encoding conversion will be more reliable cause we can check meta tags to detect encodings.
Attachments (1)
Note: See
TracTickets for help on using
tickets.

Patch for trunk