Skip to content

Commit 9d7dff4

Browse files
committed
docs(IGLogSystem): Mention encoding in the doc
1 parent 9f163f8 commit 9d7dff4

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

docs/ScriptReference/UI/InGameLogSystem/JCS_IGLogSystem.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,14 @@ In game log system.
1616
| SendLogMessages | Make multiple log messages on the screen. |
1717
| RemoveFromRenderVec | Remove the log message that are outdated. |
1818
| UpdateSpace | Update all current active log messages' spacing. |
19+
20+
## Support Encodings
21+
22+
If you try to display a message but it displays `?` question mark instead.
23+
24+
```cs
25+
var igl = JCS_UtilitiesManager.instance.GetIGLogSystem();
26+
igl.SendLogMessage("Unicode text here!");
27+
```
28+
29+
Make sure you have save your C# script in the correct file encoding.

0 commit comments

Comments
 (0)