• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Browser cant display Central European Characters UTF-8
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Browser cant display Central European Characters UTF-8


  • Subject: Re: Browser cant display Central European Characters UTF-8
  • From: Gustavo Adolfo Pizano <email@hidden>
  • Date: Wed, 17 Jun 2009 19:55:25 +0200

Guido.

Im using 5.4.3

I did the ERXMessageEncoding.setDefaultEncodingForAllLanguages("UTF-8"); at the Application consturctor and so far it works.. but if there is a "better" way to do it, Im all ears.


G On Jun 17, 2009, at 5:03 PM, Guido Neitzer wrote:

On 17. Jun. 2009, at 05:38 , David Avendasora wrote:

Hey Gustavo,

I was having the same problem (only getting ™ to display correctly instead of diamond-?). I added the following methods to my Application.java class and everything works now. I don't know if this is the "best" way to resolve it or not though.



@Override
public void appendToResponse(WOResponse response,
WOContext context) {
super.appendToResponse(response,
context);
if (_NSUtilities .UTF8StringEncoding.equals(response.contentEncoding())) {
response.setHeader("text/html; charset=UTF-8; encoding=UTF-8",
"content-type");
}
}


	@Override
	public WOResponse dispatchRequest(WORequest request) {
		request.setContentEncoding(_NSUtilities.UTF8StringEncoding);
		return super.dispatchRequest(request);
	}

I hope this helps!

This shouldn't be necessary anymore with WO 5.4. So Gustavo, what WO version are you running?


Guido

_______________________________________________ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: This email sent to email@hidden
  • Follow-Ups:
    • Re: Browser cant display Central European Characters UTF-8
      • From: Guido Neitzer <email@hidden>
References: 
 >Browser cant display Central European Characters UTF-8 (From: Gustavo Adolfo Pizano <email@hidden>)
 >Re: Browser cant display Central European Characters UTF-8 (From: David Avendasora <email@hidden>)
 >Re: Browser cant display Central European Characters UTF-8 (From: Guido Neitzer <email@hidden>)

  • Prev by Date: WOWODC East
  • Next by Date: Re: Hudson and Client-Side Classes
  • Previous by thread: Re: Browser cant display Central European Characters UTF-8
  • Next by thread: Re: Browser cant display Central European Characters UTF-8
  • Index(es):
    • Date
    • Thread