That's the tricky question :) it actually depends on how you include the js code into the portal but my best guess is:
TurbineResources.properties: services.VelocityService.input.encoding=8859_1 > -----Message d'origine----- > De : Aur�lien Pernoud [mailto:[EMAIL PROTECTED]] > Envoy� : jeudi 3 octobre 2002 11:26 > � : 'Jetspeed Users List' > Objet : RE: Strange Javascript Transfert using Jetspeed : > encoding issue > ? > > > > That seems right, but how do I change the default encoding of > Jetspeed (I'd > prefer to be using iso-8859-1 or 15 encoding) ? I dind't > change anything on > encoding properties in ressourcesproperties files and I don't remember > having this issue with Jetspeed 1.3a2 > > Thank you for help. > > Aur�lien Pernoud > Sopra Group > > > -----Message d'origine----- > > De : Luta, Raphael (VUN) [mailto:[EMAIL PROTECTED]] > > Envoy� : jeudi 3 octobre 2002 10:28 > > � : 'Jetspeed Users List' > > Objet : RE: Strange Javascript Transfert using Jetspeed : > > encoding issue > > ? > > > > > > This is probably because you kept your default Jetspeed > > encoding as UTF-8. > > Since this is a variable length encoding, when encountering > non-ASCII > > characters > > it uses 2 bytes instead of 1... > > > > 2 ways around it: > > - either, make sure you never end a line with an accentuated > > character to > > make > > you're not losing your lines because of parsing errors > > - or, set the default encoding to iso-8859-1 (or iso-8859-15) > > > > The best choice depends on whether you need to support non > iso-8859-1 > > characters > > in your content... > > > > -- > > Rapha�l Luta - [EMAIL PROTECTED] > > Jakarta Jetspeed - Enterprise Portal in Java > > http://jakarta.apache.org/jetspeed/ > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
