-
Notifications
You must be signed in to change notification settings - Fork 14
/
References.txt
59 lines (42 loc) · 2.18 KB
/
References.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
P0372R0: A type for utf-8 data
http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2016/p0372r0.html
P0353R0: Unicode Encoding Conversions for the Standard Library
http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2016/p0353r0.html
N4377: C++ Extensions for Concepts
http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2015/n4377.pdf
N4382: Working Draft, C++ extensions for Ranges
http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2015/n4382.pdf
N4203: Fast ASCII Character Manipulation
http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n4203.html
N4197: Adding u8 character literals
http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n4197.html
N4128: Ranges for the Standard Library, Revision 1
http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n4128.html
N4121: Compile-Time String: std::string_literal<n>
http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2014/n4121.pdf
N3572: Unicode Support in the Standard Library
http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3572.html
N3398: String Interoperation Library
http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2012/n3398.html
N3351: A Concept Design for the STL
http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2012/n3351.pdf
N3336: Adapting Standard Library Strings and I/O to a Unicode World
http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2012/n3336.html
N3325: HTML for C++ Standards Documents
http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2012/n3325.html
Gcc regression in constraint checking for concepts with multiple type requirements:
- https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65552
Gcc parse error for requires clause specified on functions that return a reference type:
- https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65575
String view literals:
https://github.com/fmatthew5876/stdcxx-sv-literal/blob/master/proposal/draft.md
Related projects/APIs:
- GNU libunistring
http://www.gnu.org/software/libunistring
- GNU libiconv
https://www.gnu.org/software/libiconv
- glibc iconv
http://www.gnu.org/software/libc/manual/html_node/glibc-iconv-Implementation.html
Unicode related:
- ftp://ftp.unicode.org/Public/UCD/latest/ucd/SpecialCasing.txt
- ftp://ftp.unicode.org/Public/UCD/latest/ucd/UnicodeData.txt