diff options
author | Elliott Hughes <enh@google.com> | 2010-03-31 15:45:15 -0700 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2010-04-01 11:13:10 -0700 |
commit | 79179d5284bdc6854d1366226d26eec8b766d1ac (patch) | |
tree | 5c63f7b5176951e3d25e53b1e1a50c13af199fb6 /icu/src/main/native/sub.mk | |
parent | b9e3a42698e4670b5ee6192ee7d2a8fae26ba064 (diff) | |
download | libcore-79179d5284bdc6854d1366226d26eec8b766d1ac.zip libcore-79179d5284bdc6854d1366226d26eec8b766d1ac.tar.gz libcore-79179d5284bdc6854d1366226d26eec8b766d1ac.tar.bz2 |
Add Java 6's java.net.IDN.
harmony's tests and my code, though ICU4C does all the hard work.
I've added a test of my own to demonstrate some weird RI behavior (that I've
emulated in our implementation).
Bug: 2497395
Change-Id: I8146f72a8a3204449ee3d0d9065dadc1c1c77fcc
Diffstat (limited to 'icu/src/main/native/sub.mk')
-rw-r--r-- | icu/src/main/native/sub.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/icu/src/main/native/sub.mk b/icu/src/main/native/sub.mk index b101531..f72db1b 100644 --- a/icu/src/main/native/sub.mk +++ b/icu/src/main/native/sub.mk @@ -9,6 +9,7 @@ LOCAL_SRC_FILES := \ NativeCollation.cpp \ NativeConverter.cpp \ NativeDecimalFormat.cpp \ + NativeIDN.cpp \ NativeNormalizer.cpp \ NativeRegEx.cpp \ Resources.cpp \ |