Re: WOLips HTML formatter woes
doug andrews <[email protected]> Wed, 20 Mar 2013 09:37:42 -0400
| Newsgroups | gmane.comp.web.webobjects.devel |
|---|---|
| Message-ID | <[email protected]> |
We have had similar issues translating our app to French.
Make sure your wod files have the proper encoding.
Something like:
encoding =3D NSUTF8StringEncoding;=20
Also, add this line in your Application class:
WOMessage.setDefaultEncoding("UTF8");
On Feb 23, 2012, at 6:00 AM, Ond=C5=99ej =C4=8Cada wrote:
> Hello there,
>=20
> is it possible to make the thing *not* to turn accented characters to =
HTML entitites?
>=20
> When I put "=C3=A1" into my UTF-8 HTML template, I'd rather it stayed =
"=C3=A1"; that it gets turned into á is extremely annoying.
>=20
> Thanks and best,
> ---
> Ondra =C4=8Cada
> OCSoftware: [email protected] http://www.ocs.cz
> private [email protected] http://www.ocs.cz/oc
>=20
>=20
>=20
> _______________________________________________
> WebObjects-dev mailing list
> [email protected]
> http://www.omnigroup.com/mailman/listinfo/webobjects-dev