use uniform utf-8 encoding

This commit is contained in:
Benedek Kupper
2023-07-06 15:05:44 +02:00
parent 9e8addde36
commit d466206fb3

View File

@ -33,7 +33,7 @@ AVAHI_C_DECL_BEGIN
* is calculated like this: RFC1034 mandates maximum length of FQDNs
* is 255. The maximum label length is 63. To minimize the number of
* (non-escaped) dots, we comprise our maximum-length domain name of
* four labels <EFBFBD> 63 characters plus three inner dots. Escaping the
* four labels á 63 characters plus three inner dots. Escaping the
* four labels quadruples their length at maximum. An escaped domain
* name has the therefore the maximum length of 63*4*4+3=1011. A
* trailing NUL and perhaps two unnecessary dots leading and trailing