Ticket #1628 (closed experimental: fixed)
Unescape parrot string to parrot string
Reported by: | NotFound | Owned by: | NotFound |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | core | Version: | 2.3.0 |
Severity: | medium | Keywords: | |
Cc: | Language: | ||
Patch status: | Platform: |
Description
IMCC does string unescape using the Parrot_str_unescape wich uses a C string as source and mixes source and destination charset and encoding.
A function that does the unescape taking a parrot string as source and explicitly sets the destination charset and encoding will allow cleaner and more generic usages, from imcc and other PIR compilers.
This ticket tracks the experimental status of this addition.
Change History
Note: See
TracTickets for help on using
tickets.