Ticket #1808 (closed deprecation: fixed)
PIR string literals with charset and encoding are deprecated
Reported by: | nwellnhof | Owned by: | nwellnhof |
---|---|---|---|
Priority: | normal | Milestone: | 3.1 |
Component: | core | Version: | 2.8.0 |
Severity: | medium | Keywords: | |
Cc: | Language: | ||
Patch status: | Platform: |
Description
PIR string literals of the form
encoding:charset:"string"
are deprecated. They can be replaced with
encoding:"string"
The encoding should be one of the new unified encodings.
Change History
Note: See
TracTickets for help on using
tickets.