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++ Library support » U++ Core » Problem and fix in LocalProcess
Problem and fix in LocalProcess [message #28550] Mon, 06 September 2010 17:44 Go to previous message
koldo is currently offline  koldo
Messages: 3361
Registered: August 2008
Senior Veteran
Hello Mirek

Now LocalProcess::Read(String& res) function in Windows includes this in LocalProcess.cpp line 341:

	res.Cat(buffer, n);

It should be replaced with this:

	res.Cat(FromSystemCharset(buffer), n);


This way accents and other chars are not lost.


Best regards
IƱaki
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: Problem and fix in HexString
Next Topic: DLI doc fix
Goto Forum:
  


Current Time: Thu May 16 07:20:57 CEST 2024

Total time taken to generate the page: 0.01913 seconds