Comment cosmetics
This commit is contained in:
parent
1244b0060b
commit
38de5d0458
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ int main(int argc, char **argv) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// Restrict to unicode planes
|
// Restrict to assigned unicode planes
|
||||||
// for (uint32_t cp = 0x10000; cp < 0x0010ffff; ++cp) {
|
// for (uint32_t cp = 0x10000; cp < 0x0010ffff; ++cp) {
|
||||||
for (uint32_t cp = 0x10000; cp < 0x00040000; ++cp) {
|
for (uint32_t cp = 0x10000; cp < 0x00040000; ++cp) {
|
||||||
std::string str = codepoint_to_utf8(cp);
|
std::string str = codepoint_to_utf8(cp);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue