What Do We Want for PHP?
13/35
  • Native Unicode strings
  • A clear separation between Binary / Native (Encoded) Strings and Unicode Strings
  • Unicode string literals
  • Updated language semantics
  • Proper locale support
  • Where possible, upgrade the existing functions
  • Backwards compability
  • PHP should do what most people will expect
  • Make complex things possible, without making using strings in PHP complex
  • Must be as good as Java's support