Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8301190

[vectorapi] The typeChar of LaneType is incorrect when default locale is tr

XMLWordPrintable

    • b08
    • Verified

        When the default Locale is tr, the letter i will be converted to İ (U+0130) by toUpperCase. This causes the assertion to fail in LaneType's constructor:

                this.typeChar = printName.toUpperCase().charAt(0);
                assert("FDBSIL".indexOf(typeChar) == ordinal()) : this;

              psandoz Paul Sandoz
              psandoz Paul Sandoz
              Votes:
              0 Vote for this issue
              Watchers:
              7 Start watching this issue

                Created:
                Updated:
                Resolved: