ICU-5850 update ubidi.icu and add tests to check reversion of mirrored property

X-SVN-Rev: 22409
This commit is contained in:
Doug Felt 2007-08-16 21:13:45 +00:00
parent 0a47d5ea22
commit 9eac72d4e8
2 changed files with 10 additions and 2 deletions

View file

@ -443,6 +443,14 @@ public final class UCharacterTest extends TestFmwk
}
} while(++start<=end);
}
// verify that Unicode Corrigendum #6 reverts mirrored status of the following
if (UCharacter.isMirrored(0x2018) ||
UCharacter.isMirrored(0x201d) ||
UCharacter.isMirrored(0x201f) ||
UCharacter.isMirrored(0x301e)) {
errln("Unicode Corrigendum #6 conflict, one or more of 2018/201d/201f/301e has mirrored property");
}
}
/**

View file

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:52dd8e21fb7195ab33528d8d46ecb1627e69a008603804e409f8d059fa841de0
size 5422631
oid sha256:62e4c288ee162abf767199c40b3648ef3fc850ad4ba974260cda5cf9e758087e
size 5422624