We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
#include <string>
1 parent 7dcbe39 commit 6c5629dCopy full SHA for 6c5629d
unicode.h
@@ -2,8 +2,9 @@
2
3
#include <cassert>
4
#include <stdexcept>
5
-#include <vector>
+#include <string>
6
#include <unordered_map>
7
+#include <vector>
8
9
static const std::vector<std::pair<uint32_t, uint32_t>> digit_ranges = {
10
{0x30, 0x39}, {0xB2, 0xB3}, {0xB9, 0xB9}, {0x660, 0x669}, {0x6F0, 0x6F9}, {0x7C0, 0x7C9}, {0x966, 0x96F}, {0x9E6, 0x9EF}, {0xA66, 0xA6F}, {0xAE6, 0xAEF}, {0xB66, 0xB6F}, {0xBE6, 0xBEF}, {0xC66, 0xC6F},
0 commit comments