* 16496 bytes on 32-bit platforms, 18576 bytes on 64-bit platforms.
*/
-#define NXT_UNICODE_MAX_UPPER_CASE 0x1044f
+#define NXT_UNICODE_MAX_UPPER_CASE 0x1044f
-#define NXT_UNICODE_BLOCK_SIZE 128
+#define NXT_UNICODE_BLOCK_SIZE 128
static const uint32_t nxt_unicode_upper_case_block_000[128]
($blocks - 1) * BLOCK_SIZE * 4 + $last_block_size + $max_block * 4,
($blocks - 1) * BLOCK_SIZE * 4 + $last_block_size + $max_block * 8);
-printf("#define NXT_UNICODE_MAX_UPPER_CASE 0x%05x\n\n", $max_upper_case);
-printf("#define NXT_UNICODE_BLOCK_SIZE %d\n\n\n", BLOCK_SIZE);
+printf("#define NXT_UNICODE_MAX_UPPER_CASE 0x%05x\n\n", $max_upper_case);
+printf("#define NXT_UNICODE_BLOCK_SIZE %d\n\n\n", BLOCK_SIZE);
for my $block (sort { $a <=> $b } keys %blocks) {