Skip to content

humanoid readable

Computer Programming for Humanoids

  • Home
  • About
  • My Projects

Tag: unicode

Misnomer: java.nio.charset.Charset

A charset is not an encoding.

We also have StandardCharsets. It’s great to have a class with these constants. But UTF-8, UTF-16BE and UTF-16LE are all the same set of charaters: Unicode

Continue reading “Misnomer: java.nio.charset.Charset”
Author ClaudePosted on 2019-01-10Categories Java, Java MisnomersTags character, charset, encoding, unicode, utfLeave a comment on Misnomer: java.nio.charset.Charset

Misnomer: String.length()

The method String.length() gives the length of the String, right? Or does it?

Continue reading “Misnomer: String.length()”
Author ClaudePosted on 2014-08-172018-12-18Categories Java, Java Misnomers, Misconceptions, ProgrammingTags characters, normalization, String, unicode2 Comments on Misnomer: String.length()

Quick Search

Categories

  • About
  • Java
  • Java Interview Questions
  • Java Misnomers
  • Misconceptions
  • My Projects
  • Programming

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
  • Home
  • About
  • My Projects
humanoid readable Proudly powered by WordPress