Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
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 is currently offline  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
Previous Topic: Small bug in code formatter
Next Topic: Again the case mistake in X11DnD.cpp....
Goto Forum:
  


Current Time: Sun Apr 28 05:01:34 CEST 2024

Total time taken to generate the page: 0.03099 seconds