John Belmonte

Results 252 comments of John Belmonte

If I try your example import/export it works for me as well. But something was different with the original case I posted, because the result had the unicode replacement character...

In other words, I queried for `__name__="node_systemd_unit_\xF3tate"` and it returned `node_systemd_unit_�tate`. Then as shown I queried for `node_systemd_unit_\xF3tate` directly and there was no match.