Modify/Extend Zoom's Country Codes so that they match one of the international standards

Is your feature request related to a problem? Please describe.
I had to add country code collection to my registration website. Had Zoom followed any of the industry standards for these codes I could have used canned code rather than have to type all the codes in. This is not only a pain but a potential source of error.

This issue is outlined in support ticket [7E099W-PRD5R]

Describe the solution you’d like
Since changing the Zoom codes may not be possible, perhaps the valid code set could be extended to incorporate any codes in the (say) ISO set that do not match those currently used by Zoom. If ISO is not a good fit then look to one of the alternatives.

As a minimum Zoom should supply sample HTML and/or Javascript to provide country code selection lists.

Describe alternatives you’ve considered
Doing it the hard way by coding it all by hand.