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