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 » Community » U++ community news and announcements » CParser now optionally supports \u (from JavaScript)
CParser now optionally supports \u (from JavaScript) [message #34312] Fri, 11 November 2011 11:07
mirek is currently offline  mirek
Messages: 13975
Registered: November 2005
Ultimate Member
#include <Core/Core.h>

using namespace Upp;

CONSOLE_APP_MAIN
{
	CParser p("\"Here: \\u0429\"");
	p.UnicodeEscape();
	DDUMP(p.ReadString());
}
Previous Topic: JSON support
Next Topic: The ide "UTF8 BOM" encoding
Goto Forum:
  


Current Time: Mon Apr 29 01:17:30 CEST 2024

Total time taken to generate the page: 0.04806 seconds