Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue when script codes are ahead of ICU #94

Open
srl295 opened this issue Jul 12, 2021 · 1 comment
Open

Issue when script codes are ahead of ICU #94

srl295 opened this issue Jul 12, 2021 · 1 comment
Assignees
Labels
util for the https://util.unicode.org website

Comments

@srl295
Copy link
Member

srl295 commented Jul 12, 2021

Caused by: com.ibm.icu.impl.IllegalIcuArgumentException: Invalid name: Ougr
    at com.ibm.icu.lang.UCharacter.getPropertyValueEnum (UCharacter.java:5176)
    at org.unicode.jsp.ScriptTester$ScriptExtensions$MyHandler.handleLine (ScriptTester.java:282)
    at org.unicode.jsp.FileUtilities$SemiFileReader.process (FileUtilities.java:97)
    at org.unicode.jsp.FileUtilities$SemiFileReader.process (FileUtilities.java:45)
    at org.unicode.jsp.ScriptTester$ScriptExtensions.make (ScriptTester.java:300)
    at org.unicode.jsp.ScriptTester.<clinit> (ScriptTester.java:325)
    at org.unicode.jsp.XPropertyFactory.<init> (XPropertyFactory.java:147)
    at org.unicode.jsp.XPropertyFactory.make (XPropertyFactory.java:39)
    at org.unicode.jsp.UnicodeUtilities.<clinit> (UnicodeUtilities.java:247)
    at org.unicode.jsp.UnicodeJsp.showPropsTable (UnicodeJsp.java:168)
    at org.apache.jsp.properties_jsp._jspService (properties_jsp.java:208)

seen in #93 while working on #88

@markusicu
Copy link
Member

With the recent CLDR update for script metadata, there are now two scripts for Unicode 15 that are not yet in ICU. Once the Unicode Tools use the new CLDR snapshot from today, this issue should resurface.

@markusicu markusicu added the util for the https://util.unicode.org website label Jan 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
util for the https://util.unicode.org website
Projects
None yet
Development

No branches or pull requests

3 participants