copy/paste

2002-11-14 Thread Eric BASLEY
Hi,

let's take cocoon example cocoon/forms/employee from 2.0.3 release, NT, 
Explorer or Mozilla

When I copy from Word the text "cou'cou" and paste to a texfield ( 
'/Employee Name'), /after update I will see "cou’cou" !!!
But, if instead you pasting, I'm typing "cou'cou" the result is correct.

Can someone explain me why copy/paste has a differente beheavor than 
direct typing, and how to avoid such effect ?

Thanks.

Eric

-
Please check that your question  has not already been answered in the
FAQ before posting. 

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>



encoding 8859-15 strings with cocoon 2.x

2002-06-22 Thread Eric Basley


Hi,

I need to manipulate 8859-15 encoding strings (euro symbol), extract
from backend servers, within xsl stylesheets, and it's impossible to
declare such an encoding for stysheets (serializers re setup with
8858-15 encodng) . Only 8859-1 encoding is allowed, so euro carac are
translated in international currency symbol !!


Does someone known how to do ??

Eric.


-
Please check that your question  has not already been answered in the
FAQ before posting. 

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>




Re: Symbol euro

2002-05-17 Thread Eric Basley




Infact the transformation is done, but instead of having € I have ¤

Then I tried to setup xsp pages with an encoding of iso-8859-15 instead of iso-8859-1 but it's not supported :



org.xml.sax.SAXParseException: The encoding "ISO-8859-15" is not supported.



Where can I set up the right encoding to have € instead of ¤ ?



eric.







Le ven 17/05/2002 à 13:44, Konstantin Piroumian a écrit :

See i18n samples and try Austrian locale with Euro currency. Euro sign is
displayed correctly without the need to change anything in entity catalog.
UTF-8 encoding is used in samples. The sign value comes from JDK i18n
resource bundles.

Konstantin

- Original Message -----
From: "Eric Basley" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, May 16, 2002 7:31 PM
Subject: Symbol euro


Hello


Im trying to convert charactere euro (€) into html symbol (&euro)
using cocoon 2.0.2 on linux with tomcat 4.0.4b3.

Serializers in sitemap are setup with
"ISO-8859-15".

characteres € (euro) are correctly read from the form, insert in a
database using iso-8859-15 encoding, correctly read from the database
from our xsp BUT then Im unable to transform them to the html symbol.

I try to add "" in ISOlat1.pen without
success.

any ideas ??

greets eric.


-
Please check that your question has not already been answered in the
FAQ before posting. 

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>


-
Please check that your question has not already been answered in the
FAQ before posting. 

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>






Re: Symbol euro

2002-05-17 Thread Eric Basley




my problem is quite different : I'm receiving from backend servers texts (string) encods in iso-8859-15 with euro characteres, and I need to transform thoses characteres in html euro symbol, because many browsers don't know how to display euro if they receive it directly in iso-8859-15 encoding.

The same process exists for example, for the french charactere à, it is changed in à



Thanks.



Eric 





Le ven 17/05/2002 à 13:44, Konstantin Piroumian a écrit :

See i18n samples and try Austrian locale with Euro currency. Euro sign is
displayed correctly without the need to change anything in entity catalog.
UTF-8 encoding is used in samples. The sign value comes from JDK i18n
resource bundles.

Konstantin

- Original Message -----
From: "Eric Basley" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, May 16, 2002 7:31 PM
Subject: Symbol euro


Hello


Im trying to convert charactere euro (€) into html symbol (&euro)
using cocoon 2.0.2 on linux with tomcat 4.0.4b3.

Serializers in sitemap are setup with
"ISO-8859-15".

characteres € (euro) are correctly read from the form, insert in a
database using iso-8859-15 encoding, correctly read from the database
from our xsp BUT then Im unable to transform them to the html symbol.

I try to add "" in ISOlat1.pen without
success.

any ideas ??

greets eric.


-
Please check that your question has not already been answered in the
FAQ before posting. 

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>


-
Please check that your question has not already been answered in the
FAQ before posting. 

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>






Symbol euro

2002-05-16 Thread Eric Basley

Hello


Im trying to convert charactere euro (€) into html symbol (&euro)
using cocoon 2.0.2 on linux with tomcat 4.0.4b3.

Serializers in sitemap are setup with 
"ISO-8859-15".

characteres ¤ (euro) are correctly read from the form, insert in a
database using iso-8859-15 encoding, correctly read from the database
from our xsp BUT then Im unable to transform them to the html symbol.

I try to add "" in ISOlat1.pen without
success.

any ideas ??

greets eric.


-
Please check that your question has not already been answered in the
FAQ before posting. 

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail: <[EMAIL PROTECTED]>