if (c <= '_'.charCodeAt(0)) {
      sb.append(0o1); // Shift 2 Set
      sb.append(c - 91 + 22);
      return 2;
    }