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:
Sergio
2026-05-23 15:42:32 +00:00
parent fa2bedf851
commit 2588673caf
2 changed files with 3 additions and 2 deletions
Binary file not shown.