Skip to content

Commit cfa6400

Browse files
authored
utf-16 macros (#13)
* macros * typo (Aurorans Solis) * handle malformed input better.
1 parent e1ade82 commit cfa6400

File tree

6 files changed

+652
-0
lines changed

6 files changed

+652
-0
lines changed

book_src/SUMMARY.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,5 @@
44
* [Opening A Window](opening_a_window/index.md)
55
* [Win32](opening_a_window/win32.md)
66
* [Win32 Cleanup](opening_a_window/win32_cleanup.md)
7+
* [Appendix](appendix/index.md)
8+
* [UTF-16 Literals](appendix/utf16_literals.md)

book_src/appendix/index.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
2+
# Appendix
3+
4+
This part of the book has articles on stuff that's even more of a
5+
[yak shave](https://en.wiktionary.org/wiki/yak_shaving) than normal.
6+
7+
It's useful, but it's just a diversion from our main focus.

0 commit comments

Comments
 (0)