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
Copy file name to clipboardExpand all lines: sdk/storage/faq.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -108,7 +108,7 @@ All URLs should be URL-encoded and other resource names should be UTF-8 encoded.
108
108
This applies to both input variables and output.
109
109
If your code runs in an environment where the default locale and encoding is not UTF-8, you should encode before passing variables into the SDK and decode variables returned from the SDK.
110
110
111
-
In the blow code snippet, we'd like to create a blob named <code>olá</code>.
111
+
In the code snippet below, we'd like to create a blob named <code>olá</code>.
112
112
```cpp
113
113
// If the blob client is created from a container client, the blob name should be UTF-8 encoded.
114
114
auto blobClient = containerClient.GetBlobClient("ol\xC3\xA1");
0 commit comments