Skip to content

Commit

Permalink
WIP: Clarify method of setting normalize_unicdode option.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwhisenhunt committed Jun 5, 2018
1 parent 064b55c commit 4e34ea4
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions MIGRATING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,7 @@

The client no longer normalizes unicode strings in path parameters. This may affect
some applications using multibyte strings that were previously normalized.:
To restore the previous behavior, set the following option prior to creating a service.

```ruby
ClientOptions.default.normalize_unicode = true
```
To restore the previous behavior, use the `normalize_unicode` request option.

## Type change for large numbers

Expand Down

0 comments on commit 4e34ea4

Please sign in to comment.