OMG, I've forgotten to clear window... So, I have an AbstractTCPClient implementation class, I feed its to TCP sampler, and everything goes well. But when I apply Regex Extractor to data in response (Cp1251 encoded), result variable shows "???" instead of correct Cyrillic text. If I place debug.info() in my class, it shows Cp1251 strings in jmeter log well. What's the trick? How can I force Regex Extractor to handle Cp1251 strings correct? Should my class convert response text data to some different encoding?
С уважением, Андрей Похилько -----Original Message----- From: Baudouin [mailto:[email protected]] Sent: Thursday, January 14, 2010 5:54 PM To: [email protected] Subject: Re: Cyrillic data broken in after Regex Extractor I think that you should create a new post with your question because it is not related to my problem and I cannot answer you. I am not part of the JMeter team. Sorry, Andrey Pohilko-2 wrote: > > Hello! > > I have an AbstractTCPClient implementation class, I feed its to TCP > sampler, > and everything goes well. > But when I apply Regex Extractor to data in response (Cp1251 encoded), > result variable shows "???" instead of correct Cyrillic text. > > If I place debug.info() in my class, it shows Cp1251 strings in jmeter log > well. > > What's the trick? How can I force Regex Extractor to handle Cp1251 strings > correct? Should my class convert response text data to some different > encoding? --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
