Great I'll check into those. I am working with Java resource bundles by the

way. 

>From what I've seen with the Eclipse plugin, you can type/paste/view the
characters on the editor side just fine but when you view the files, they
are all escaped. You can change the prefs to either convert or not convert
as well.

For example, if you put the ñ character in through the editor, (I forget
what it is called... and not sure how it will display here but it is the n
with the tilde over it... alt + 164) it displays fine and when you actually
view the contents of the files, it is \u00F1

Is that what you mean when you say that Java expects them to be escaped?

..:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com
http://cf4em.com

-----Original Message-----
From: Paul Hastings [mailto:[EMAIL PROTECTED] 
Sent: Friday, August 01, 2008 9:23 AM
To: CF-Talk
Subject: Re: Resource Bundle editors [bayes SPAMTRAP]

Bobby Hartsfield wrote:
> Just wondering what others are using for editing resource bundles. I like
> the Resource Bundle Editor plugin for eclipse very much

be careful. it can save rb as utf-8 which while ok for flex isn't too good
for 
java based rb which are expecting escaped unicode. i hate the darned thing.

> So what are you guys (and gals) using?

icu4j's rbManager is the grand daddy & what we use. attesoro's not too bad,
i 
think the coldbox folks use that.




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:310067
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to