So I was thinking maybe if I changed the code page to something which hopefully has a mapping for u2013 I could solve my problem. So I tried 28591 ( ISO 8859-1) which I got from Code page List but according to this page Windows Code Pages It is actually 1252. So I ran the command to change the code page and the openstack command suddenly started working!
C:\Users\tbodine\Documents\CiscoStuff\Python>chcp 1252
Active code page: 1252
C:\Users\tbodine\Documents\CiscoStuff\Python>glance image-list
+--------------------------------------+----------------------------------------
-------------+-------------+------------------+--------------+--------+
| ID | Name
| Disk Format | Container Format | Size | Status |
+--------------------------------------+----------------------------------------
-------------+-------------+------------------+--------------+--------+
| 1cd2e5a8-4f8d-4548-9d0c-61...