Fix package search path issues, process strings as utf8 when escaping for XML #54

Merged
irelephant merged 1 commit from bdutro/kittygram:utf8 into main 2026-05-04 20:54:15 +02:00
Contributor

I ran into a couple of issues with the latest main commit:

  • lib.instagram didn't seem to be present in the package search path
  • The Atom feature isn't accounting for UTF-8 encoding when it does XML escaping

This PR fixes both of these issues. I don't know Lua so please let me know if there are any improvements/changes needed.

I ran into a couple of issues with the latest main commit: * `lib.instagram` didn't seem to be present in the package search path * The Atom feature isn't accounting for UTF-8 encoding when it does XML escaping This PR fixes both of these issues. I don't know Lua so please let me know if there are any improvements/changes needed.
Process strings as utf8 when replacing characters
Owner

Added, thanks!

Seems like this was a breaking change in openresty, because it still works fine with the version I have locally.

Added, thanks! Seems like this was a breaking change in openresty, because it still works fine with the version I have locally.
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
irelephant/kittygram!54
No description provided.