Well, if you want the line ID field to hold a string, to do the right thing, one probably needs to:
1) make the field be a UTF-8 string 2) have the string contain normalized unicode, so that the "string" entered on one device correctly matches the "string" entered on the server (which won't always happen if unnormalized unicode strings are allowed). I.e., the kind of stuff that the precis WG does. :) Thomas -------------------------------------------------------------------- IETF IPv6 working group mailing list [email protected] Administrative Requests: https://www.ietf.org/mailman/listinfo/ipv6 --------------------------------------------------------------------
