You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dot.exe : Warning: Invalid 3-byte UTF8 found in input of graph g - treated as Latin-1. Perhaps "-Gcharset=latin1" is needed?
At C:\Program Files\WindowsPowerShell\Modules\PSGraph\2.1.38.27\PSGraph.psm1:857 char:33
Can you provide a simple example that produces that error?
If you want to try an dig into it deeper, save the graph to a file graph {...} | Set-Content $Path, then try using the dot.exe directly to try an render it. This will give you a chance to provide parameters directly to the rendering engine.
I think the problem is with non classic chars like in latin alphabet. For example i am querying AD and creating graph with user: John Śnieć, and the graphViz giving an error with letters ś and ć.
Is it possible to repair this?
Polish chars do not exists
dot.exe : Warning: Invalid 3-byte UTF8 found in input of graph g - treated as Latin-1. Perhaps "-Gcharset=latin1" is needed?
At C:\Program Files\WindowsPowerShell\Modules\PSGraph\2.1.38.27\PSGraph.psm1:857 char:33
The text was updated successfully, but these errors were encountered: