RFC3454 Section 7 describes handling of unassigned code points in stringprep. The RFC contains the text:
Stored strings using the profile MUST NOT contain any unassigned code points.
Queries for matching strings MAY contain unassigned code points.
Currently only the "stored strings" variant is implemented as far as I can tell from glossing over the code. I'd like to request an implementation of the "queries" variant.