Shure thing:)
Here is the code I am running in java. (File name Test2.java)
import javax.swing.*;
public class Test2 {
public static void main(String[]args) { JOptionPane.showMessageDialog(null, "æøåasdfg"); } }
The message I get is the one in the image in attachement 1
Same problem if I use æøå in methodnames like this. I added some code to Test2.
import javax.swing.*;
public class Test2 {
public static void main(String[]args) { String tekst = æøå("Type some:"); JOptionPane.showMessageDialog(null, tekst);
}
private static String æøå(String h) { String t = JOptionPane.showInputDialog(null, h); return t; } }
Then I get the errors in attachment 2.
So, I cant use "æøå", and I live in Norway, so it is a problem for me:) It appears to work in HTML coding.
Best regards Andreas
On 15.11.10 21.27, "Allan Odgaard" mailinglist@textmate.org wrote:
On 15 Nov 2010, at 13:46, AB wrote:
I tried re-open it with encoding. I coding direct in textmate, I am now using any extra programs. All I know it worked with the same file yesterday, and not today. Exactly the same file, and program, only different is the update that happened today.
Can you be more specific about how you are running this thing?
I.e. provide a step-by-step way for us to try and recreate your problem.
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate