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/NativeNormalizer.cpp | |
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/NativeNormalizer.cpp')
-rw-r--r-- | icu/src/main/native/NativeNormalizer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/icu/src/main/native/NativeNormalizer.cpp b/icu/src/main/native/NativeNormalizer.cpp index b09b26e..0aa7d29 100644 --- a/icu/src/main/native/NativeNormalizer.cpp +++ b/icu/src/main/native/NativeNormalizer.cpp @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006 The Android Open Source Project + * Copyright (C) 2010 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. |