marcj / php-rest-service

Php-Rest-Service is a very simple and fast PHP class for server-side RESTful JSON APIs.
MIT License
216 stars 74 forks source link

Unicode json_encode patch #23

Open Limych opened 9 years ago

Limych commented 9 years ago

Patch for json_encode function which fix of replacing characters to \uXXXX constructions. And tests for it.

marcj commented 7 years ago

Can you please make the code PSR1-2 compatible (no tabs etc), so I can merge?