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

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: 3460
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 Jun 18 12:10:56 GMT+2 2026

Total time taken to generate the page: 0.00627 seconds