Update comment
This commit is contained in:
parent
a06e82bbfd
commit
1244b0060b
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ int main(int argc, char **argv) {
|
|||
}
|
||||
}
|
||||
}
|
||||
// TODO: why doesn't this work for the full range of Unicodes?
|
||||
// Restrict to unicode planes
|
||||
// for (uint32_t cp = 0x10000; cp < 0x0010ffff; ++cp) {
|
||||
for (uint32_t cp = 0x10000; cp < 0x00040000; ++cp) {
|
||||
std::string str = codepoint_to_utf8(cp);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue