When the *.java file contains the message for localization with the
argument and also contain the apostrophe in the same sentence,
the argument will not displayed but {number} itself is.
for example:
a java file cantains this message,
{"Loading {0} Tool...", "Chargement de l'outil {0}..."},
then it should display as follows:
"Chargement de l'outil SystemInfo..."
but the result is
"Chargement de loutil {0}..."
I tried to escape the apostrophe by \, but the result was the same.
Also tried the same message without apostrophe like,
{"Loading {0} Tool...", "Chargement de loutil {0}..."},
the argument was displayed without no failure.
###@###.### 2001-12-20
I've contacted with resp engineer and
he is considering to fix this bug.
So, I removed imconplete status.
###@###.### 2003-05-20
argument and also contain the apostrophe in the same sentence,
the argument will not displayed but {number} itself is.
for example:
a java file cantains this message,
{"Loading {0} Tool...", "Chargement de l'outil {0}..."},
then it should display as follows:
"Chargement de l'outil SystemInfo..."
but the result is
"Chargement de loutil {0}..."
I tried to escape the apostrophe by \, but the result was the same.
Also tried the same message without apostrophe like,
{"Loading {0} Tool...", "Chargement de loutil {0}..."},
the argument was displayed without no failure.
###@###.### 2001-12-20
I've contacted with resp engineer and
he is considering to fix this bug.
So, I removed imconplete status.
###@###.### 2003-05-20
- relates to
-
JDK-4862106 [Fmt-Me] I18N design change required for correct handling of apostrophe characters
-
- Closed
-