WIP: Clarify method of setting normalize_unicdode option.

This commit is contained in:
Matthew Whisenhunt 2018-06-04 14:31:57 -07:00 committed by Matt Whisenhunt
parent 064b55c58e
commit 4e34ea46f1
1 changed files with 1 additions and 5 deletions

View File

@ -4,11 +4,7 @@
The client no longer normalizes unicode strings in path parameters. This may affect The client no longer normalizes unicode strings in path parameters. This may affect
some applications using multibyte strings that were previously normalized.: some applications using multibyte strings that were previously normalized.:
To restore the previous behavior, set the following option prior to creating a service. To restore the previous behavior, use the `normalize_unicode` request option.
```ruby
ClientOptions.default.normalize_unicode = true
```
## Type change for large numbers ## Type change for large numbers