U++ framework
Do not panic. Ask here before giving up.

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: 14291
Registered: November 2005
Ultimate Member
#include <Core/Core.h>

using namespace Upp;

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


Current Time: Fri Sep 18 14:38:17 GMT+2 2026

Total time taken to generate the page: 0.01024 seconds