You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It currently fails with ErrTooLargeNumeral for values >255 such as a = %xD7FF or a = %x80-D7FF.
As near as I can tell ABNF has no such restriction; the ABNF for it is simply 1*HEXDIG, and as I read sections 2.3 and 2.4 you can use any encoding scheme you want (such as Unicode).