206dcdedf1
git-subtree-dir: external/SDL git-subtree-split: 4d17b99d0a1c33c5257063b098f883c669ade40b
8 lines
199 B
Markdown
8 lines
199 B
Markdown
# String policies in SDL3.
|
|
|
|
## Encoding.
|
|
|
|
Unless otherwise specified, all strings in SDL, across all platforms, are
|
|
UTF-8 encoded and can represent the full range of [Unicode](https://unicode.org).
|
|
|