Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Čihař <michal@cihar.com>2017-02-02 15:19:12 +0300
committerMichal Čihař <michal@cihar.com>2017-02-02 15:21:06 +0300
commitc0bb9520e977d30250c29b9b2137a37d2e7ee54a (patch)
treee557f15af985baae8c5c77e3034dca0fee55a278 /export.php
parent8c102dc875ade648edbc3494ae6aa80c94e466b6 (diff)
Allow to export JSON with unescaped unicode chars
This is optional as there are some parsers which have problems with utf-8, see http://stackoverflow.com/q/4901133/225718 Fixes #12946 Signed-off-by: Michal Čihař <michal@cihar.com>
Diffstat (limited to 'export.php')
-rw-r--r--export.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/export.php b/export.php
index 17ec404776..aebab9f0e3 100644
--- a/export.php
+++ b/export.php
@@ -95,6 +95,7 @@ $post_params = array(
'ods_columns',
'json_structure_or_data',
'json_pretty_print',
+ 'json_unicode',
'xml_structure_or_data',
'xml_export_events',
'xml_export_functions',