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

Author Topic: Unicode with cout command...  (Read 11547 times)

0 Members and 1 Guest are viewing this topic.

Pixel_Outlaw

  • Jr. Member
  • **
  • Posts: 50
    • View Profile
Unicode with cout command...
« Reply #15 on: June 22, 2011, 03:42:09 am »
It looks like I can easily use the character I need directly with my editor.
I really hope they standardize Unicode soon, while I don't understand all of the posts here completely I feel that Unicode really is superior to ASCII.

Thanks for all the help.

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Unicode with cout command...
« Reply #16 on: June 22, 2011, 07:57:31 am »
Quote
I really hope they standardize Unicode soon

Unicode is a standard. It's just C++ that poorly supports it (will be much better in the next C++ standard).

Quote
I feel that Unicode really is superior to ASCII

ASCII defines 128 characters. Unicode defines more than 200000 characters. So yes, it is superior ;)
Laurent Gomila - SFML developer

 

anything