Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for HeUTF8 macro #9

Closed
dagolden opened this issue Apr 9, 2014 · 4 comments
Closed

Add support for HeUTF8 macro #9

dagolden opened this issue Apr 9, 2014 · 4 comments

Comments

@dagolden
Copy link

dagolden commented Apr 9, 2014

This was added in 5.10.1 and backported to 5.8.9. Presumably, that means it could be provided further back:

#define HeUTF8(he)      ((HeKLEN(he) == HEf_SVKEY) ?        \
                         SvUTF8(HeKEY_sv(he)) :         \
                         (U32)HeKUTF8(he))
@wolfsage
Copy link
Collaborator

wolfsage commented Apr 9, 2014

Will play with this tonight/tomorrow, and if all goes well, see about a new release soon.

Thanks for the report.

wolfsage added a commit that referenced this issue Apr 9, 2014
@wolfsage
Copy link
Collaborator

I can easily get this to work for Perls back to 5.8.0, beyond that looks
like it will be a lot of work though.

Is this sufficient for now?

-- Matthew Horsfall (alh)

@dagolden
Copy link
Author

On Thu, Apr 10, 2014 at 9:26 AM, Matthew Horsfall (alh) <
notifications@github.com> wrote:

Is this sufficient for now?

That's all I need! Thank you.

David

David Golden xdg@xdg.me Twitter/IRC: @xdg

wolfsage added a commit that referenced this issue Apr 10, 2014
Works back to > 5.7.3
wolfsage added a commit that referenced this issue Apr 11, 2014
Works back to > 5.7.3
@wolfsage
Copy link
Collaborator

Devel::PPPort just 3.2.3 released and should hit mirrors soon. Cheers!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant