I have some utf-8 encoded paths in the storage plone.app.redirector and am unable to remove them.

If I try:

    for key in storage:
        storage.remove(key)

I get:

UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 72: ordinal not in range(128)

Stepping thru the code is of no help as it seems to die in the C interface.

Any advice?

Suresh


_______________________________________________
Product-Developers mailing list
[email protected]
https://lists.plone.org/mailman/listinfo/plone-product-developers

Reply via email to