Follow-up Comment #13, bug #68136 (group groff):

Implementation note: by initializing $subtag_counter to 0xAAAAAA rather than
0, you've reduced the number of possible 6-character subtags from 16M to a
"mere" 5M. :-)  (The "%06X" conversion guarantees that any number will be
zero-padded to be at least six digits, so starting with 0 is safe.  And even
without the "0" flag, the initial value could be 0x100000, since all 16 hex
digits are now handled.)


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?68136>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/

Attachment: signature.asc
Description: PGP signature

Reply via email to