Start 3.2.1

This commit is contained in:
Camilla Berglund
2016-06-05 19:35:39 +02:00
parent d8c278bf52
commit 4bccb3dc9f
4 changed files with 9 additions and 78 deletions

View File

@@ -645,7 +645,7 @@ As long as your source file is encoded as UTF-8, you can use any Unicode
characters directly in the source.
@code
glfwSetWindowTitle(window, "星を追う子ども");
glfwSetWindowTitle(window, "カウボーイビバップ");
@endcode
If you are using C++11 or C11, you can use a UTF-8 string literal.