utf 8 - UPS/FedEx shipment request special characters -
recently i've been working on implementation of label generation fedex , ups couriers using external service. have problem special characters printed on label. within response i'm getting correct text on label special chars replaced dummy signs. according ups&fedex docs supports such characters on labels till passed utf-8 , encoding node in xml present (pointing utf-8).
did faced similar problem? maybe there official note them they'r not supporting such case i'm not aware of.
ups , fedex apis supports latin-1 chars. dummy chars assigned auto utf-8 cast in 1 of internal methods (dicttoxml) results in double utf-8 encoding.
Comments
Post a Comment