summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2015-10-24 15:21:47 +0100
committerChris Young <chris@unsatisfactorysoftware.co.uk>2015-10-24 15:21:47 +0100
commitef202aeef57d8766ea368d3148c550a97c604ae7 (patch)
tree6e7717e91b2e544bd1cf077592b63740fc5f5f3f /desktop
parentc752c85618a57f8c82dc2e939ba2bf735e6c8372 (diff)
parentaabea8eceb8d77cef934e7b4d0cd2015f1103411 (diff)
downloadnetsurf-ef202aeef57d8766ea368d3148c550a97c604ae7.tar.gz
netsurf-ef202aeef57d8766ea368d3148c550a97c604ae7.tar.bz2
Merge branch 'chris/display-idna'
This enables frontends to display international domain names in UTF-8, instead of the encoded versions. It is disabled by default, as some frontends cannot display the full range of UTF-8 characters in their status or URL bar.
Diffstat (limited to 'desktop')
-rw-r--r--desktop/options.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/desktop/options.h b/desktop/options.h
index 33ecb7554..f01261ee1 100644
--- a/desktop/options.h
+++ b/desktop/options.h
@@ -185,6 +185,9 @@ NSOPTION_UINT(min_reflow_period, DEFAULT_REFLOW_PERIOD)
/* use core selection menu */
NSOPTION_BOOL(core_select_menu, false)
+/* display decoded international domain names */
+NSOPTION_BOOL(display_decoded_idn, false)
+
/******** Fetcher options ********/
/** Maximum simultaneous active fetchers */