Skip to content
This repository has been archived by the owner on Oct 15, 2020. It is now read-only.

Commit

Permalink
build,src: enable intl for chakracore
Browse files Browse the repository at this point in the history
* Enabled intl support to get UTF-8/UTF-16 conversion for inspector.
  This is a temporary move before actual intl support is enabled.
* Removed workaround for UTF-8 conversion functions that weren't
  available before ICU was enabled.

PR-URL: #247
Reviewed-By: Hitesh Kanwathirtha <hiteshk@microsoft.com>
Reviewed-By: Kunal Pathak <Kunal.Pathak@microsoft.com>
  • Loading branch information
kfarnung committed May 19, 2017
1 parent ff42f9d commit fb4e1e6
Show file tree
Hide file tree
Showing 6 changed files with 453 additions and 481 deletions.
1 change: 0 additions & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -1315,7 +1315,6 @@ def configure_engine(o):
o['variables']['node_engine'] = engine
if engine != 'v8':
o['variables']['node_use_bundled_v8'] = b(False)
o['variables']['v8_enable_i18n_support'] = 0

output = {
'variables': {},
Expand Down
Loading

0 comments on commit fb4e1e6

Please sign in to comment.