I can upload a product but the utf-8 characters aren't translated properly =\ I checked the http_build_query output:
product%5Bbody_html%5D=Veske+i+kalveskinn+fra+Carla+Sade.+Mobill-lomme+og+glidel%C3%A5s-lomme+inni+vesken.+Veskepose+medf%C3%B8lger.+Lukkes+ved+%C3%A5+vri+p%C3%A5+metall-l%C3%A5sen.+Skulderremmen+kan+forlenges.+B%C3%B8r+inpregneres.+&product%5Btitle%5D=Carla+Sade+Bovine+Leather+Bag&product%5Bvendor%5D=Carla+Sade&product%5Bproduct_type%5D=Vesker+og+kofferter&product%5Bvariants%5D%5B0%5D%5Boption1%5D=Bl%C3%A5&product%5Bvariants%5D%5B0%5D%5Bprice%5D=1750&product%5Bvariants%5D%5B0%5D%5Bcompare_at_price%5D=2199&product%5Bvariants%5D%5B0%5D%5Boption2%5D=ONESIZE&product%5Bvariants%5D%5B0%5D%5Btitle%5D=Bl%C3%A5+%2F+ONESIZE&product%5Boptions%5D%5B0%5D%5Bname%5D=Colour&product%5Boptions%5D%5B1%5D%5Bname%5D=Size
and it seems the UTF-8 chars are properly translated but when the product get's POST'ed the descriptive text becomes:
"Veske i kalveskinn fra Carla Sade. Mobill-lomme og glidelu00e5s-lomme inni vesken. Veskepose medfu00f8lger. Lukkes ved u00e5 vri pu00e5 metall-lu00e5sen. Skulderremmen kan forlenges. Bu00f8r inpregneres."
Has anyone dealt with this before ?