Home » U++ TheIDE » U++ TheIDE: Other Features Wishlist and/or Bugs » Small bug in code formatter: accented characters
Small bug in code formatter: accented characters [message #15145] |
Wed, 02 April 2008 19:38 |
eheredia
Messages: 3 Registered: August 2007
|
Junior Member |
|
|
This is the original code, in UTF-8.
#include <Core/Core.h>
using namespace UPP;
CONSOLE_APP_MAIN {
puts("Accented characters: αινσϊ");
}
This is the formatted code:
#include <Core/Core.h>
using namespace UPP;
CONSOLE_APP_MAIN {
puts( "Accented characters: £←■" );
}
Thanks in advance,
Eduardo Heredia
|
|
|
Goto Forum:
Current Time: Sat Apr 26 14:51:24 CEST 2025
Total time taken to generate the page: 0.00562 seconds
|