Skip to content

Commit

Permalink
Unicode
Browse files Browse the repository at this point in the history
Fixes #62
  • Loading branch information
begriffs committed Sep 10, 2017
1 parent 45ddafc commit a93ddbe
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,23 @@ If the stored procedure returns non-scalar values, you need to do a :code:`selec

If more than one row would be returned the binary results will be concatenated with no delimiter.

Unicode Support
===============

PostgREST supports unicode in schemas, tables, columns and values. To access a table with unicode name, use percent encoding.

To request this:

.. code-block:: html

http://localhost:3000/موارد

Do this:

.. code-block:: html

http://localhost:3000/%D9%85%D9%88%D8%A7%D8%B1%D8%AF

.. _resource_embedding:

Resource Embedding
Expand Down

0 comments on commit a93ddbe

Please sign in to comment.