blob: ea86b8d5939f22b7091f2e55958bdf477391e2bc (
plain)
1
2
3
4
5
6
7
|
# 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).
|