Re: S2: Loading UTF-8 Resource Bundles

2008-10-31 Thread Manos Batsis
egetchell wrote: I am presently integrating internationalized UTF-8 resource bundles that contain multi-byte characters. I am familiar with the pre-JDK 6 constraints of UTF-8 resource bundles – either implement your own loader or convert the bundles to Unicode. Don't you mean ASCII? AFAIK r

S2: Loading UTF-8 Resource Bundles

2008-10-31 Thread egetchell
This is a two-part question. I am presently integrating internationalized UTF-8 resource bundles that contain multi-byte characters. I am familiar with the pre-JDK 6 constraints of UTF-8 resource bundles – either implement your own loader or convert the bundles to Unicode. First Question. Is