gioser-graph: fix panic slicing multi-byte chars (á, ñ, etc)
- Use .chars().take(18) instead of byte slicing &node.name[..18] which panics on accented characters
This commit is contained in:
Binary file not shown.
Reference in New Issue
Block a user