Uploaded image for project: 'HBase'
  1. HBase
  2. HBASE-22199

Replace "UTF-8" with StandardCharsets.UTF_8 where possible

    XMLWordPrintableJSON

Details

    • Task
    • Status: Resolved
    • Trivial
    • Resolution: Fixed
    • None
    • 3.0.0-alpha-1
    • None
    • None
    • Replaced "UTF-8" String with either StandardCharsets.UTF_8 or Bytes.getBytes, depending if a byte or a string is used.

    Description

      Currently the String "UTF-8" is used in some places where StandardCharsets.UTF_8 could be used. To make it easier to maintain, the current usages of "UTF-8" as a String should be replaced with StandardCharsets.UTF_8.

      Attachments

        Issue Links

          Activity

            People

              janh Jan Hentschel
              janh Jan Hentschel
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: