Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a0b35bf

Browse filesBrowse files
mhdawsonrvagg
authored andcommitted
i18n: add caller to removal list for bidi in ICU55
For ICU 55 we are currently stripping out bidi and the callers. AIX is more pedantic and identified an additional caller than needed to be stripped out. This PR adds that caller to those stripped out. PR-URL: #3115 Reviewed-By: Steven Loomis <srloomis@us.ibm.com>
1 parent c7161f3 commit a0b35bf
Copy full SHA for a0b35bf

File tree

Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed
Open diff view settings
Collapse file

‎tools/icu/icu-generic.gyp‎

Copy file name to clipboardExpand all lines: tools/icu/icu-generic.gyp
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -396,6 +396,7 @@
396396
'../../deps/icu/source/common/ushape.cpp',
397397
'../../deps/icu/source/common/usprep.cpp',
398398
'../../deps/icu/source/common/uts46.cpp',
399+
'../../deps/icu/source/common/uidna.cpp',
399400
]}],
400401
[ 'OS == "solaris"', { 'defines': [
401402
'_XOPEN_SOURCE_EXTENDED=0',

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.