I never really closed out the discussion we had earlier, regarding how
to encode properties files. Now we have an example of a change of
encoding of properties, so I want to take the opportunity to finish that
discussion. Hopefully we can reach consensus this time :-) When we do
I'll put into our code conventions docs.
What is the benefit of the change you made here Vincent?
I proof read the Swedish translation (one of the files changed here)
that was submitted earlier, before I committed it. When I look at the
file now, it is totally unreadable for a human. That's because the
accented character, found in ISO-8859-1 but not in ASCII, are now
represented by unicode. How can I proof read such a document if it was
submitted in unicode? Therefor I see more pain than gain from this type
of change.
[EMAIL PROTECTED] wrote:
Author: vsiveton
Date: Fri Jul 4 15:53:58 2008
New Revision: 674134
URL: http://svn.apache.org/viewvc?rev=674134&view=rev
Log:
o used unicode provided by Properties Editor Eclipse Plugin
Modified:
maven/plugins/trunk/maven-site-plugin/src/main/resources/site-plugin_ca.properties
maven/plugins/trunk/maven-site-plugin/src/main/resources/site-plugin_sv.properties
maven/plugins/trunk/maven-site-plugin/src/main/resources/site-plugin_tr.properties
Modified:
maven/plugins/trunk/maven-site-plugin/src/main/resources/site-plugin_ca.properties
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-site-plugin/src/main/resources/site-plugin_ca.properties?rev=674134&r1=674133&r2=674134&view=diff
==============================================================================
---
maven/plugins/trunk/maven-site-plugin/src/main/resources/site-plugin_ca.properties
(original)
+++
maven/plugins/trunk/maven-site-plugin/src/main/resources/site-plugin_ca.properties
Fri Jul 4 15:53:58 2008
@@ -15,12 +15,12 @@
# specific language governing permissions and limitations
# under the License.
-report.category.column.description = Descripció
+report.category.column.description = Descripci\u00f3
report.category.column.document = Document
report.category.sectionTitle = Resum
-report.information.description1 = Aquest document presenta un resum dels
diferents documents i enllaços que són part de la informació general del
projecte. Tot aquest contingut és generat automàticament per
+report.information.description1 = Aquest document presenta un resum dels
diferents documents i enlla\u00e7os que s\u00f3n part de la informaci\u00f3
general del projecte. Tot aquest contingut \u00e9s generat autom\u00e0ticament
per
report.information.description2 = en nom d'aquest projecte.
-report.information.title = Informació general del projecte
-report.project.description1 = Aquest document presenta un resum de
diversos informes que són generats automàticament per
-report.project.description2 = Cada informe està descrit breument més
endavant.
+report.information.title = Informaci\u00f3 general del projecte
+report.project.description1 = Aquest document presenta un resum de
diversos informes que s\u00f3n generats autom\u00e0ticament per
+report.project.description2 = Cada informe est\u00e0 descrit breument
m\u00e9s endavant.
report.project.title = Informes Generats per Maven
Modified:
maven/plugins/trunk/maven-site-plugin/src/main/resources/site-plugin_sv.properties
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-site-plugin/src/main/resources/site-plugin_sv.properties?rev=674134&r1=674133&r2=674134&view=diff
==============================================================================
---
maven/plugins/trunk/maven-site-plugin/src/main/resources/site-plugin_sv.properties
(original)
+++
maven/plugins/trunk/maven-site-plugin/src/main/resources/site-plugin_sv.properties
Fri Jul 4 15:53:58 2008
@@ -17,10 +17,10 @@
report.category.column.description = Beskrivning
report.category.column.document = Dokument
-report.category.sectionTitle = Översikt
-report.information.description1 = Detta dokument ger en översikt över de
dokument och länkar som utgör projektets generella information. Allt innehåll
genereras automatiskt av
-report.information.description2 = åt projektet.
+report.category.sectionTitle = \u00d6versikt
+report.information.description1 = Detta dokument ger en \u00f6versikt
\u00f6ver de dokument och l\u00e4nkar som utg\u00f6r projektets generella
information. Allt inneh\u00e5ll genereras automatiskt av
+report.information.description2 = \u00e5t projektet.
report.information.title = Projektinformation
-report.project.description1 = Detta dokument ger en översikt över de
rapporter som genereras av
+report.project.description1 = Detta dokument ger en \u00f6versikt
\u00f6ver de rapporter som genereras av
report.project.description2 = Varje rapport beskrivs kort nedan.
report.project.title = Projektrapporter
Modified:
maven/plugins/trunk/maven-site-plugin/src/main/resources/site-plugin_tr.properties
URL:
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-site-plugin/src/main/resources/site-plugin_tr.properties?rev=674134&r1=674133&r2=674134&view=diff
==============================================================================
---
maven/plugins/trunk/maven-site-plugin/src/main/resources/site-plugin_tr.properties
(original)
+++
maven/plugins/trunk/maven-site-plugin/src/main/resources/site-plugin_tr.properties
Fri Jul 4 15:53:58 2008
@@ -15,12 +15,12 @@
# specific language governing permissions and limitations
# under the License.
-report.category.column.description = Taným
-report.category.column.document = Doküman
-report.category.sectionTitle = Genel Bakýþ
+report.category.column.description = Tan\u00fdm
+report.category.column.document = Dok\u00fcman
+report.category.sectionTitle = Genel Bak\u00fd\u00fe
report.information.description1 = This document provides an overview of the
various documents and links that are part of this project's general
information. All of this content is automatically generated by
report.information.description2 = on behalf of the project.
report.information.title = Proje Bilgileri
report.project.description1 = This document provides an overview of the
various reports that are automatically generated by
report.project.description2 = Each report is briefly described below.
-report.project.title = Geliþtirilmiþ Raporlar
+report.project.title = Geli\u00fetirilmi\u00fe Raporlar
--
Dennis Lundberg
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]