Hi Markos,

> > Please refresh my memory.  Was there a way to specify "content type"
> > in "resource files"?  I thought they were just PropertyResourceBundle
> > files.
> 
> I meant charset, thanks for pointing that out.
> 
> > Question marks usually means that the charset converter couldn't find
> > the suitable character for the conversion.  If you spit out some log
> > from java, is it encoded properly, or do you get question marks there,
> > too?
> 
> Yeah, everything comes out fine in all except when the output comes from a
> resource bundle :/

"resource files" and "charset" might be your problem.  Do you mean
your resource files have non-ascii characters in it?  If so, that's
your problem.  They must be escaped java-wise like "\u1234".
cf. http://java.sun.com/j2se/1.5.0/docs/api/java/util/Properties.html#encoding

Best regards,
-- Shinobu

--
Shinobu Kawai <[EMAIL PROTECTED]>

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

Reply via email to