getUnicodeRange function

(int, int) getUnicodeRange()

Implementation

(int, int) getUnicodeRange() {
  return const (0, 0x10ffff);
}