You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by er...@apache.org on 2011/11/16 16:45:22 UTC

svn commit: r1202746 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math/random/StableRandomGenerator.java

Author: erans
Date: Wed Nov 16 15:45:21 2011
New Revision: 1202746

URL: http://svn.apache.org/viewvc?rev=1202746&view=rev
Log:
Character encoding.

Modified:
    commons/proper/math/trunk/src/main/java/org/apache/commons/math/random/StableRandomGenerator.java

Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math/random/StableRandomGenerator.java
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/main/java/org/apache/commons/math/random/StableRandomGenerator.java?rev=1202746&r1=1202745&r2=1202746&view=diff
==============================================================================
--- commons/proper/math/trunk/src/main/java/org/apache/commons/math/random/StableRandomGenerator.java (original)
+++ commons/proper/math/trunk/src/main/java/org/apache/commons/math/random/StableRandomGenerator.java Wed Nov 16 15:45:21 2011
@@ -27,7 +27,7 @@ import org.apache.commons.math.util.Fast
  *
  * <p>The implementation uses the Chambers-Mallows-Stuck method as described in
  * <i>Handbook of computational statistics: concepts and methods</i> by
- * James E. Gentle, Wolfgang HŠrdle, Yuichi Mori.</p>
+ * James E. Gentle, Wolfgang Härdle, Yuichi Mori.</p>
  *
  * @version $Id$
  * @since 3.0



Re: svn commit: r1202746 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math/random/StableRandomGenerator.java

Posted by Luc Maisonobe <Lu...@free.fr>.
Le 16/11/2011 17:32, Gilles Sadowski a écrit :
> Hi.

Hi Gilles,

> 
>> Author: erans
>> Date: Wed Nov 16 15:45:21 2011
>> New Revision: 1202746
>>
>> URL: http://svn.apache.org/viewvc?rev=1202746&view=rev
>> Log:
>> Character encoding.
>>
>> Modified:
>>     commons/proper/math/trunk/src/main/java/org/apache/commons/math/random/StableRandomGenerator.java
>>
>> Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math/random/StableRandomGenerator.java
>> URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/main/java/org/apache/commons/math/random/StableRandomGenerator.java?rev=1202746&r1=1202745&r2=1202746&view=diff
>> ==============================================================================
>> --- commons/proper/math/trunk/src/main/java/org/apache/commons/math/random/StableRandomGenerator.java (original)
>> +++ commons/proper/math/trunk/src/main/java/org/apache/commons/math/random/StableRandomGenerator.java Wed Nov 16 15:45:21 2011
>> @@ -27,7 +27,7 @@ import org.apache.commons.math.util.Fast
>>   *
>>   * <p>The implementation uses the Chambers-Mallows-Stuck method as described in
>>   * <i>Handbook of computational statistics: concepts and methods</i> by
>> - * James E. Gentle, Wolfgang HŠrdle, Yuichi Mori.</p>
>> + * James E. Gentle, Wolfgang Härdle, Yuichi Mori.</p>
> 
> Hmm, this doesn't look much better (neither here nor in the html produced
> from the Javadoc comment.
> 
> Which encoding should be used?

I would suggest ASCII with HTML escapes perhaps ?

Luc

> 
> 
> Gilles
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
> 


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


Re: svn commit: r1202746 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math/random/StableRandomGenerator.java

Posted by Konstantin Kolinko <kn...@gmail.com>.
2011/11/16 Gilles Sadowski <gi...@harfang.homelinux.org>:
> Hi.
>
>> Author: erans
>> Date: Wed Nov 16 15:45:21 2011
>> New Revision: 1202746
>>
>> URL: http://svn.apache.org/viewvc?rev=1202746&view=rev
>> Log:
>> Character encoding.
>>
>> Modified:
>>     commons/proper/math/trunk/src/main/java/org/apache/commons/math/random/StableRandomGenerator.java
>>

>>   * <i>Handbook of computational statistics: concepts and methods</i> by
>> - * James E. Gentle, Wolfgang HŠrdle, Yuichi Mori.</p>
>> + * James E. Gentle, Wolfgang Härdle, Yuichi Mori.</p>
>
> Hmm, this doesn't look much better (neither here nor in the html produced
> from the Javadoc comment.
>
> Which encoding should be used?
>

H&#xe4;rdle
H&auml;rdle

Using Unicode code point  or named entity from HTML DTD respectively.

Best regards,
Konstantin Kolinko

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


Re: svn commit: r1202746 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math/random/StableRandomGenerator.java

Posted by Gilles Sadowski <gi...@harfang.homelinux.org>.
Hi.

> Author: erans
> Date: Wed Nov 16 15:45:21 2011
> New Revision: 1202746
> 
> URL: http://svn.apache.org/viewvc?rev=1202746&view=rev
> Log:
> Character encoding.
> 
> Modified:
>     commons/proper/math/trunk/src/main/java/org/apache/commons/math/random/StableRandomGenerator.java
> 
> Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math/random/StableRandomGenerator.java
> URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/main/java/org/apache/commons/math/random/StableRandomGenerator.java?rev=1202746&r1=1202745&r2=1202746&view=diff
> ==============================================================================
> --- commons/proper/math/trunk/src/main/java/org/apache/commons/math/random/StableRandomGenerator.java (original)
> +++ commons/proper/math/trunk/src/main/java/org/apache/commons/math/random/StableRandomGenerator.java Wed Nov 16 15:45:21 2011
> @@ -27,7 +27,7 @@ import org.apache.commons.math.util.Fast
>   *
>   * <p>The implementation uses the Chambers-Mallows-Stuck method as described in
>   * <i>Handbook of computational statistics: concepts and methods</i> by
> - * James E. Gentle, Wolfgang HŠrdle, Yuichi Mori.</p>
> + * James E. Gentle, Wolfgang Härdle, Yuichi Mori.</p>

Hmm, this doesn't look much better (neither here nor in the html produced
from the Javadoc comment.

Which encoding should be used?


Gilles

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