sebb wrote:

> On 6 June 2013 12:42, Benedikt Ritter <brit...@apache.org> wrote:
>> Hi Sebb,
>>
>>
>> 2013/6/6 <s...@apache.org>
>>
>>> Author: sebb
>>> Date: Thu Jun  6 11:32:38 2013
>>> New Revision: 1490241
>>>
>>> URL: http://svn.apache.org/r1490241
>>> Log:
>>> NET-501 Race Condition on TelnetClient.disconnect() and
>>> TelnetInputStream.run()
>>>
>>> Modified:
>>>     commons/proper/net/trunk/src/changes/changes.xml
>>>
>>> 
commons/proper/net/trunk/src/main/java/org/apache/commons/net/telnet/TelnetInputStream.java
>>>
>>> Modified: commons/proper/net/trunk/src/changes/changes.xml
>>> URL:
>>> 
http://svn.apache.org/viewvc/commons/proper/net/trunk/src/changes/changes.xml?rev=1490241&r1=1490240&r2=1490241&view=diff
>>>
>>> 
==============================================================================
>>> --- commons/proper/net/trunk/src/changes/changes.xml (original)
>>> +++ commons/proper/net/trunk/src/changes/changes.xml Thu Jun  6 11:32:38
>>> 2013
>>> @@ -65,6 +65,10 @@ The <action> type attribute can be add,u
>>>          <release version="3.3" date="2013-06-??" description="
>>>  This is a bug-fix release. See further details below.
>>>          ">
>>> +            <action issue="NET-501" dev="sebb" due-to="Julián Lastiri"
>>> type="fix">
>>>
>>
>> This looks like an encoding error. Or is it just a problem with ezmlm?
>>
> 
> Neither; I think it's a problem with the SVN charset not being defined

No. Subversion does not manage the encoding of the stored files. It's simple 
shit in => shit out. According the header of the file, its encoding is UTF-8 
(see XML spec). It seems its content does not match the declaration ;-)

- Jörg



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to