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

Add new script code Aran #4425

Closed
sffc opened this issue Dec 7, 2023 · 0 comments · Fixed by #4426
Closed

Add new script code Aran #4425

sffc opened this issue Dec 7, 2023 · 0 comments · Fixed by #4426
Labels
C-unicode Component: Props, sets, tries

Comments

@sffc
Copy link
Member

sffc commented Dec 7, 2023

In an upcoming release we should add the Aran script code. ICU is making the change in ICU 75:

C/C++

unicode/uscript.h

typedef enum UScriptCode {
      /** @stable ICU 75 */
      USCRIPT_ARABIC_NASTALIQ = 200, /* Aran */

Java

public final class UScript {
    /** @stable ICU 75 */
    public static final int ARABIC_NASTALIQ = 200; /* Aran */

CC @markusicu @Manishearth

@sffc sffc added the C-unicode Component: Props, sets, tries label Dec 7, 2023
Manishearth added a commit to Manishearth/icu4x that referenced this issue Dec 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-unicode Component: Props, sets, tries
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant