youtube / spitfire

A high-performance Python template language
BSD 3-Clause "New" or "Revised" License
405 stars 58 forks source link

Fix issue #7: Resolved unicode decoding exception in simple_str_filte… #91

Closed thehsansaeed closed 5 months ago

thehsansaeed commented 5 months ago

Fixed issue #7: simple_str_filter was throwing an exception for unicode placeholders. Updated the code to handle unicode placeholders correctly without raising an exception.

The issue was that the simple_str_filter function was throwing an exception for unicode placeholders. This problem occurred when trying to encode unicode characters with the default filter, resulting in a unicode decode exception.

The fix involved updating the code to handle unicode placeholders correctly without raising an exception.

image

google-cla[bot] commented 5 months ago

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.