1 // This file contains the IDN character blocklist.
2 // Each entry represents a range of blocked characters.
3 // Ranges are defined as:
4 // { firstCharacterInRange, lastCharacterInRange }
5 // IMPORTANT: Make sure this list is sorted in ascending order