Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordavid_williams2006-05-27 03:47:02 +0000
committerdavid_williams2006-05-27 03:47:02 +0000
commit3870799a493c9879d4bddfcac086b6beeb40dcc1 (patch)
treec4d30de946d550368ae2286738ae42ff60d644a0
parente9502c96fa45696ec447b5809923e36fda05b5e5 (diff)
downloadwebtools.sourceediting-3870799a493c9879d4bddfcac086b6beeb40dcc1.tar.gz
webtools.sourceediting-3870799a493c9879d4bddfcac086b6beeb40dcc1.tar.xz
webtools.sourceediting-3870799a493c9879d4bddfcac086b6beeb40dcc1.zip
[108500] some characters garbled when save JSP files
-rw-r--r--bundles/org.eclipse.wst.sse.core/config/charset.properties21
-rw-r--r--bundles/org.eclipse.wst.sse.core/config/defaultIANA.properties1
2 files changed, 12 insertions, 10 deletions
diff --git a/bundles/org.eclipse.wst.sse.core/config/charset.properties b/bundles/org.eclipse.wst.sse.core/config/charset.properties
index 9e00ac82e6..e10e657fc3 100644
--- a/bundles/org.eclipse.wst.sse.core/config/charset.properties
+++ b/bundles/org.eclipse.wst.sse.core/config/charset.properties
@@ -1,5 +1,5 @@
! the number of codeset names
-totalnumber=24
+totalnumber=25
! Only translate the xx.label strings. Do not translate the xx.iana or xx.java strings.
@@ -70,14 +70,17 @@ codeset.18.iana=ISO-2022-JP
codeset.19.label=Japanese, Shift-JIS
codeset.19.iana=Shift_JIS
-codeset.20.label=Korean, EUC-KR
-codeset.20.iana=EUC-KR
+codeset.20.label=Japanese, Windows-31J
+codeset.20.iana=windows-31j
-codeset.21.label=Korean, ISO 2022
-codeset.21.iana=ISO-2022-KR
+codeset.21.label=Korean, EUC-KR
+codeset.21.iana=EUC-KR
-codeset.22.label=Thai, TISI
-codeset.22.iana=TIS-620
+codeset.22.label=Korean, ISO 2022
+codeset.22.iana=ISO-2022-KR
-codeset.23.label=Turkish
-codeset.23.iana=ISO-8859-9
+codeset.23.label=Thai, TISI
+codeset.23.iana=TIS-620
+
+codeset.24.label=Turkish
+codeset.24.iana=ISO-8859-9
diff --git a/bundles/org.eclipse.wst.sse.core/config/defaultIANA.properties b/bundles/org.eclipse.wst.sse.core/config/defaultIANA.properties
index 94a4063ba0..435c3d7573 100644
--- a/bundles/org.eclipse.wst.sse.core/config/defaultIANA.properties
+++ b/bundles/org.eclipse.wst.sse.core/config/defaultIANA.properties
@@ -5,7 +5,6 @@
# No translation necessary
windows-1252=ISO-8859-1
windows-932=Shift_JIS
-windows-31j=Shift_JIS
x-euc-jp-linux=EUC-JP
windows-949=EUC-KR
x-windows-949=EUC-KR

Back to the top