You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File upload to blob storage is failing on specifying the Japanese string as destinationFileName in IoTHubDeviceClient_LL_UploadMultipleBlocksToBlob API in the Japanese OS.
Same implementation is working fine with normal English characters as destinationFileName.
Desktop, Windows server 2022 Japanese(ja_JP), MSVC compiler)
SDK Version
LTS_07_2022_Ref02
Protocol
HTTP
Describe the Bug
File upload to blob storage is failing on specifying the Japanese string as
destinationFileName
inIoTHubDeviceClient_LL_UploadMultipleBlocksToBlob
API in the Japanese OS.Same implementation is working fine with normal English characters as destinationFileName.
Error log i have attached. below.
It can be reproduced by specifying the
azureStorageBlobPath
as any Japanese string in the following sample(https://github.com/Azure/azure-iot-sdk-c/blob/main/iothub_client/samples/iothub_client_sample_upload_to_blob_mb/iothub_client_sample_upload_to_blob_mb.c).
Tasks
Tasks
The text was updated successfully, but these errors were encountered: