Invalid character exception when adding Metadata to a CloudBlob
Task Upload a file to Azure Blob Storage with the original filename and also assign the filename as meta-data to the CloudBlob Problem These characters are not permitted in the meta-data but are acceptable as the blob name: š Š ñ Ñ ç Ç ÿ Ÿ ž Ž Ð œ Œ « » éèëêð ÉÈËÊ àâä ÀÁÂÃÄÅ àáâãäå ÙÚÛÜ ùúûüµ òóôõöø ÒÓÔÕÖØ ìíîï ÌÍÎÏ Question Is there a way to store these characters in the meta-data ? Are we missing some setting that causes this exception? Most of these characters are standard glyphs in some languages, so how to handle that? Is there any documentation available that advises about this issue? I