mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8239383: Support for Unicode 13.0
Reviewed-by: rriggs, joehw
This commit is contained in:
parent
073e095e60
commit
80c75c9fa9
40 changed files with 3807 additions and 1834 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2006, 2018, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2006, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
|
@ -87,6 +87,8 @@ abstract class CharacterData {
|
|||
return CharacterData01.instance;
|
||||
case(2):
|
||||
return CharacterData02.instance;
|
||||
case(3):
|
||||
return CharacterData03.instance;
|
||||
case(14):
|
||||
return CharacterData0E.instance;
|
||||
case(15): // Private Use
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue