Skip to content

Commit 4e34ea4

Browse files
WIP: Clarify method of setting normalize_unicdode option.
1 parent 064b55c commit 4e34ea4

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

MIGRATING.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,7 @@
44

55
The client no longer normalizes unicode strings in path parameters. This may affect
66
some applications using multibyte strings that were previously normalized.:
7-
To restore the previous behavior, set the following option prior to creating a service.
8-
9-
```ruby
10-
ClientOptions.default.normalize_unicode = true
11-
```
7+
To restore the previous behavior, use the `normalize_unicode` request option.
128

139
## Type change for large numbers
1410

0 commit comments

Comments
 (0)