Re: Pound symbol Solved...
Re: Pound symbol Solved...
- Subject: Re: Pound symbol Solved...
- From: Patrick Middleton <email@hidden>
- Date: Fri, 20 Mar 2009 15:41:38 +0000
I'm still really a WO451 programmer, so what do I know, but ....
doesn't Xplode allow you to set a default encoding for your text
(source) files? One might expect String s = "£"; to cause the
creation of a UTF8 string literal. Suppose your source code default
encoding was ISO 8859-1 ... what byte sequence would javac emit?
If on the other hand Xplode's default encoding for text files was
UTF8, this problem shouldn't crop up -- unless you introduce it with
eg an external component editor.
Mixing encodings is definitely storing up trouble for the future --
been there, done that, don't want to do it again.
Where possible I use £ or even £ , but those choices
aren't always available -- list values for popups count here.
On 20 Mar 2009, at 12:01, Ricardo J. Parada wrote:
In my case I ended up recreating the project. I created a new
Wonder app project, then I dragged my java classes, my WO
components, my web server resources into the new project.
And now it works. How weird huh? I got really close to solving it
but I was wasting too much time on that. I just hope it doesn't
start happening again. :-)
---
Regards Patrick
OneStep Solutions LLP
www.onestep.co.uk
_______________________________________________
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