Skip to content

IS_BETA is fragile #101

@srl295

Description

@srl295
    public static final boolean IS_BETA = false;

What that does is turn on code that allows both ICU plus the beta data to be accessed,

It seems brittle to hardcode this; someone "in the know" needs to remember to toggle it when appropriate.
Why not compute it by comparing the current UCD.Settings version with ICU's UCharacter.getUnicodeVersion()?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions