[TxMt] Re: Lost support for "=?ISO-8859-1?B?xtjF?="
AB
andreas88ab at gmail.com
Wed Nov 17 09:30:36 UTC 2010
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 at 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 at lists.macromates.com
> http://lists.macromates.com/listinfo/textmate
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macromates.com/textmate/attachments/20101117/9db8cb9f/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 1.png
Type: application/octet-stream
Size: 19368 bytes
Desc: not available
URL: <http://lists.macromates.com/textmate/attachments/20101117/9db8cb9f/attachment-0002.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 2.png
Type: application/octet-stream
Size: 142041 bytes
Desc: not available
URL: <http://lists.macromates.com/textmate/attachments/20101117/9db8cb9f/attachment-0003.png>
More information about the textmate
mailing list