You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by rj...@apache.org on 2010/03/06 12:44:50 UTC

svn commit: r919747 - /tomcat/tc5.5.x/trunk/STATUS.txt

Author: rjung
Date: Sat Mar  6 11:44:50 2010
New Revision: 919747

URL: http://svn.apache.org/viewvc?rev=919747&view=rev
Log:
Add proposal.

Modified:
    tomcat/tc5.5.x/trunk/STATUS.txt

Modified: tomcat/tc5.5.x/trunk/STATUS.txt
URL: http://svn.apache.org/viewvc/tomcat/tc5.5.x/trunk/STATUS.txt?rev=919747&r1=919746&r2=919747&view=diff
==============================================================================
--- tomcat/tc5.5.x/trunk/STATUS.txt (original)
+++ tomcat/tc5.5.x/trunk/STATUS.txt Sat Mar  6 11:44:50 2010
@@ -77,3 +77,9 @@
   https://issues.apache.org/bugzilla/attachment.cgi?id=24918
   +1: kkolinko, markt
   -1:
+
+* Remove ISO-8859 encoding from all properties files using native2ascii.
+  Also fixes 3 lines were native chars had previously been lost and
+  replaced by '?'.
+  http://people.apache.org/~rjung/patches/tc5_5_x-utf-8-properties.patch
+  +1: rjung



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


Re: svn commit: r919747 - /tomcat/tc5.5.x/trunk/STATUS.txt

Posted by Rainer Jung <ra...@kippdata.de>.
On 06.03.2010 13:09, Konstantin Kolinko wrote:
> 2010/3/6<rj...@apache.org>:
>> Author: rjung
>> Date: Sat Mar  6 11:44:50 2010
>> New Revision: 919747
>>
>> URL: http://svn.apache.org/viewvc?rev=919747&view=rev
>> Log:
>> Add proposal.
>>
>
>> +
>> +* Remove ISO-8859 encoding from all properties files using native2ascii.
>> +  Also fixes 3 lines were native chars had previously been lost and
>> +  replaced by '?'.
>> +  http://people.apache.org/~rjung/patches/tc5_5_x-utf-8-properties.patch
>> +  +1: rjung
>
> I wonder what happened with
> connectors/util/java/org/apache/tomcat/util/http/res/LocalStrings_ja.properties
> There were no changes at all, as it is all English, but the patch
> replaces all lines of it.
>
> Just checked the file - and it does not have svn:eol-style property set.
> I think that you can fix the property and remove that file from the patch.

Ahh, OK, sorry for the additional noise. Fixed eol-style svn prop, 
removed the file from the patch (indeed no other changes in it) and 
updated proposal.

Have a nice weekend!

Rainer

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


Re: svn commit: r919747 - /tomcat/tc5.5.x/trunk/STATUS.txt

Posted by Konstantin Kolinko <kn...@gmail.com>.
2010/3/6  <rj...@apache.org>:
> Author: rjung
> Date: Sat Mar  6 11:44:50 2010
> New Revision: 919747
>
> URL: http://svn.apache.org/viewvc?rev=919747&view=rev
> Log:
> Add proposal.
>

> +
> +* Remove ISO-8859 encoding from all properties files using native2ascii.
> +  Also fixes 3 lines were native chars had previously been lost and
> +  replaced by '?'.
> +  http://people.apache.org/~rjung/patches/tc5_5_x-utf-8-properties.patch
> +  +1: rjung

I wonder what happened with
connectors/util/java/org/apache/tomcat/util/http/res/LocalStrings_ja.properties
There were no changes at all, as it is all English, but the patch
replaces all lines of it.

Just checked the file - and it does not have svn:eol-style property set.
I think that you can fix the property and remove that file from the patch.

Best regards,
Konstantin Kolinko

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