Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | AC::Metal is already defining default encoding as UTF 8, let's reuse it. | Prathamesh Sonpatki | 2016-08-14 | 1 | -1/+1 |
| | |||||
* | Mark method as nodoc | Rafael Mendonça França | 2016-08-12 | 1 | -3/+3 |
| | | | | They are not part of the public API | ||||
* | [ci skip] Add documentation to Parameter Encoding | Alex Kitchens | 2016-08-11 | 1 | -0/+1 |
| | |||||
* | Allow specifying encoding of parameters by action | Kerri Miller | 2016-08-09 | 1 | -0/+29 |
At GitHub we need to handle parameter encodings that are not UTF-8. This patch allows us to specify encodings per parameter per action. |