[Gambas-user] ATT: Benoit Minisini: [Fwd: Re: clipboard.copy problem]
Nisse Nordlund
nisse.ngn at ...626...
Sat Apr 26 19:27:54 CEST 2008
PS
Your sen back email was: gambas at ...1... my mailserver
respon that this address not exist on mail.sourceforge.net
DS
Hi,
Benoit:
For 'System.Charset' Gamba 1.9.49 Console says (?System.Charset): UTF-8
I paste the text to: gedit 2.20.3
And in that program I have language 'Svenska'.
But this should not matter because the whole GNOME should be (is) UTF-8.
And 'swedish' is supported in the 'frame' of UTF-8.
Regards
N-G Nordlund
Benoit Minisini skrev:
> On samedi 26 avril 2008, Nisse Nordlund wrote:
>
>> Hi,
>>
>> I'm new, in gambas and in Linux ubuntu 7.10. And I'm Swedish
>>
>> I post the follow in the forum.stormweb.nu. Topic: Gambas Community >
>> Gambas > General:
>> "Subject: *clipboard.copy problem*
>> Topic: Hi,
>>
>> I'm a swedish 'old' man, 3/4 of my life I have progamming in VB6. Very
>> nice.
>>
>> Now I'm new in gamba looks well, but. There is some thing that confuce me.
>>
>> In my project I have a TextBox that contains Swedish (åäöÅÄÖ).
>>
>> This line: clipboard.copy(TextBox.text)
>> goes well (No errors).
>> But, when I paste it into a text document i lost the (åäöÅÄÖ)
>>
>> If I from the TextBox, in the run program, select the text '(åäöÅÄÖ)'
>> and Ctr+C (copy) and den paste it in to a text document I get my (åäöÅÄÖ)
>>
>> I'm read that I can set MIME type format for that Clipboard.copy. I try
>> some. But...
>>
>> Can any explain this odd (in compare with VB6 in Windows, their this is
>> no problem) behavior. Please!
>>
>> I use ubuntu 7.10
>>
>> Not: I find a workaround: Clipboard.copy(Conv(TextBox.Text, "utf-8",
>> "Latin1"))
>> But it is not the right way..."
>>
>>
>> *And I get a reply, from formu user timothy*:
>> "This appears to be a bug with Gambas. IMHO.
>>
>> It might be a good idea to report this on Gambas mailing list. You can
>> sign up for this at
>> *https://lists.sourceforge.net/lists/listinfo/gambas-user* and this page
>> also provides a link where you can view the mailing list archives."
>>
>> I'm now do that. Send a report.
>>
>> Regards!
>>
>> N-G Nordlund
>>
>
> Can you tell:
>
> What is the value of System.Charset in your program ?
> Where do you paste the copied text ?
>
> Regards,
>
>
Ämne: Mail delivery failed: returning message to sender
Från: Mail Delivery System <Mailer-Daemon at ...1893...>
Datum: Sat, 26 Apr 2008 18:57:55 +0200
Till: alla at ...1892...
This message was created automatically by mail delivery software.
A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:
gambas at ...1...
SMTP error from remote mail server after RCPT TO:<gambas at ...1...>:
host mail.sourceforge.net [66.35.250.206]: 550-Postmaster verification failed while checking <alla at ...1892...>
550-Called: 213.115.231.28
550-Sent: RCPT TO:<postmaster at ...1892...>
550-Response: 550 No Such User Here
550-Several RFCs state that you are required to have a postmaster
550-mailbox for each mail domain. This host does not accept mail
550-from domains whose servers reject the postmaster address.
550 Sender verify failed
------ This is a copy of the message, including all the headers. ------
Return-path: <alla at ...1892...>
Received: from c83-252-63-95.bredband.comhem.se ([83.252.63.95] helo=[192.168.0.101])
by poseidon.oderland.com with esmtpsa (TLSv1:AES256-SHA:256)
(Exim 4.68)
(envelope-from <alla at ...1892...>)
id 1JpniU-00032d-5X
for gambas at ...1...; Sat, 26 Apr 2008 18:57:38 +0200
Message-ID: <48135F0B.3010605 at ...1892...>
Date: Sat, 26 Apr 2008 18:57:47 +0200
From: "alla at ...1892..." <alla at ...1892...>
Reply-To: nisse at ...1892...
User-Agent: Thunderbird 2.0.0.12 (X11/20080227)
MIME-Version: 1.0
To: Benoit Minisini <gambas at ...1...>
Subject: Re: [Gambas-user] clipboard.copy problem
References: <481347AD.4020109 at ...626...> <200804261833.06470.gambas at ...1...>
In-Reply-To: <200804261833.06470.gambas at ...1...>
Content-Type: multipart/alternative;
boundary="------------050500050707000700080105"
This is a multi-part message in MIME format.
--------------050500050707000700080105
Content-Type: text/plain; charset=iso-8859-1; format=flowed
Content-Transfer-Encoding: 8bit
Hi,
Benoit:
For 'System.Charset' Gamba 1.9.49 Console says (?System.Charset): UTF-8
I paste the text to: gedit 2.20.3
And in that program I have language 'Svenska'.
But this should not matter because the whole GNOME should be (is) UTF-8.
And 'swedish' is supported in the 'frame' of UTF-8.
Regards
N-G Nordlund
Benoit Minisini skrev:
> > On samedi 26 avril 2008, Nisse Nordlund wrote:
> >
>
>> >> Hi,
>> >>
>> >> I'm new, in gambas and in Linux ubuntu 7.10. And I'm Swedish
>> >>
>> >> I post the follow in the forum.stormweb.nu. Topic: Gambas Community >
>> >> Gambas > General:
>> >> "Subject: *clipboard.copy problem*
>> >> Topic: Hi,
>> >>
>> >> I'm a swedish 'old' man, 3/4 of my life I have progamming in VB6. Very
>> >> nice.
>> >>
>> >> Now I'm new in gamba looks well, but. There is some thing that confuce me.
>> >>
>> >> In my project I have a TextBox that contains Swedish (????f÷).
>> >>
>> >> This line: clipboard.copy(TextBox.text)
>> >> goes well (No errors).
>> >> But, when I paste it into a text document i lost the (????f÷)
>> >>
>> >> If I from the TextBox, in the run program, select the text '(????f÷)'
>> >> and Ctr+C (copy) and den paste it in to a text document I get my (????f÷)
>> >>
>> >> I'm read that I can set MIME type format for that Clipboard.copy. I try
>> >> some. But...
>> >>
>> >> Can any explain this odd (in compare with VB6 in Windows, their this is
>> >> no problem) behavior. Please!
>> >>
>> >> I use ubuntu 7.10
>> >>
>> >> Not: I find a workaround: Clipboard.copy(Conv(TextBox.Text, "utf-8",
>> >> "Latin1"))
>> >> But it is not the right way..."
>> >>
>> >>
>> >> *And I get a reply, from formu user timothy*:
>> >> "This appears to be a bug with Gambas. IMHO.
>> >>
>> >> It might be a good idea to report this on Gambas mailing list. You can
>> >> sign up for this at
>> >> *https://lists.sourceforge.net/lists/listinfo/gambas-user* and this page
>> >> also provides a link where you can view the mailing list archives."
>> >>
>> >> I'm now do that. Send a report.
>> >>
>> >> Regards!
>> >>
>> >> N-G Nordlund
>> >>
>>
> >
> > Can you tell:
> >
> > What is the value of System.Charset in your program ?
> > Where do you paste the copied text ?
> >
> > Regards,
> >
> >
>
--------------050500050707000700080105
Content-Type: text/html; charset=iso-8859-1
Content-Transfer-Encoding: 7bit
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=iso-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hi,<br>
<br>
Benoit:<br>
<br>
For 'System.Charset' Gamba 1.9.49 Console says (?System.Charset): UTF-8<br>
I paste the text to: gedit 2.20.3<br>
<br>
And in that program I have language 'Svenska'.<br>
<br>
But this should not matter because the whole GNOME should be (is) UTF-8.<br>
<br>
And 'swedish' is supported in the 'frame' of UTF-8. <br>
<br>
<br>
Regards<br>
<br>
N-G Nordlund<br>
<br>
<br>
<br>
Benoit Minisini skrev:
<blockquote cite="mid:200804261833.06470.gambas at ...1..."
type="cite">
<pre wrap="">On samedi 26 avril 2008, Nisse Nordlund wrote:
</pre>
<blockquote type="cite">
<pre wrap="">Hi,
I'm new, in gambas and in Linux ubuntu 7.10. And I'm Swedish
I post the follow in the forum.stormweb.nu. Topic: Gambas Community >
Gambas > General:
"Subject: *clipboard.copy problem*
Topic: Hi,
I'm a swedish 'old' man, 3/4 of my life I have progamming in VB6. Very
nice.
Now I'm new in gamba looks well, but. There is some thing that confuce me.
In my project I have a TextBox that contains Swedish (åäöÅÄÖ).
This line: clipboard.copy(TextBox.text)
goes well (No errors).
But, when I paste it into a text document i lost the (åäöÅÄÖ)
If I from the TextBox, in the run program, select the text '(åäöÅÄÖ)'
and Ctr+C (copy) and den paste it in to a text document I get my (åäöÅÄÖ)
I'm read that I can set MIME type format for that Clipboard.copy. I try
some. But...
Can any explain this odd (in compare with VB6 in Windows, their this is
no problem) behavior. Please!
I use ubuntu 7.10
Not: I find a workaround: Clipboard.copy(Conv(TextBox.Text, "utf-8",
"Latin1"))
But it is not the right way..."
*And I get a reply, from formu user timothy*:
"This appears to be a bug with Gambas. IMHO.
It might be a good idea to report this on Gambas mailing list. You can
sign up for this at
*<a class="moz-txt-link-freetext" href="https://lists.sourceforge.net/lists/listinfo/gambas-user*">https://lists.sourceforge.net/lists/listinfo/gambas-user*</a> and this page
also provides a link where you can view the mailing list archives."
I'm now do that. Send a report.
Regards!
N-G Nordlund
</pre>
</blockquote>
<pre wrap=""><!---->
Can you tell:
What is the value of System.Charset in your program ?
Where do you paste the copied text ?
Regards,
</pre>
</blockquote>
</body>
</html>
--------------050500050707000700080105--
[15/2]?(5)?(5)???????????????9???i??
>
More information about the User
mailing list