Skip to content

Support parsing XMLs with integers in bases different than 10

Dustin L. Howett requested to merge gh-fec78c8d/19/distatus/intbase into master

Created by: KenjiTakahashi

Some folks over at NetBSD like their XMLs with hex encoded integers. Since strconv parsers can derive base on their own, I think it will be best to let them do it.

Merge request reports