Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Unicode utility function to create UTF32 strings  (Read 8979 times)

0 Members and 2 Guests are viewing this topic.

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Unicode utility function to create UTF32 strings
« Reply #15 on: September 04, 2009, 07:39:43 pm »
The idea behind a sf::Char is that it would handle all the supported encodings, and then allow to provide a generic string class that wouldn't have to care about them.
Laurent Gomila - SFML developer

Tank

  • SFML Team
  • Hero Member
  • *****
  • Posts: 1486
    • View Profile
    • Blog
    • Email
Unicode utility function to create UTF32 strings
« Reply #16 on: September 04, 2009, 07:41:15 pm »
Ah okay I see. That doesn't sound bad at all.