CodeLobster IDE
http://codelobster.com/forum/

BUG in Win 7 with ALT + 33 (char !)
http://codelobster.com/forum/viewtopic.php?f=3&t=1251
Page 1 of 1

Author:  michalbukacek [ Sat Jan 09, 2010 4:45 pm ]
Post subject:  BUG in Win 7 with ALT + 33 (char !)

Hello,

I think I found BUG in Windows 7. When I write in PHP kode, I often use ASCII kode to enter various characters like ALT+64=@, ALT+33=!, ALT+123={ and many others.
I never can not write the character „!“. The combination ALT+33 write sweetheart :-) In Windows Vista I do not have this problem.
Could you tell me, where is the problem? Thank you for your help.

Michal

Author:  Admin [ Mon Jan 11, 2010 3:10 pm ]
Post subject: 

Hi.

Everything works OK on Windows 7 on our PC.
Do other editors work with ALT+Code functionality on your PC?

Regards,
Codelobster Team.

Author:  michalbukacek [ Mon Jan 11, 2010 6:12 pm ]
Post subject:  Re: BUG in Win 7 with ALT + 33 (char !)

Hello, thanks for your reply, but it really do not work.

In other editors and programs, for example MSIE 8 – OK, Mozila Firefox - OK, DELPHI 2005 – OK , OpenOffice - OK …

CodeLobster – NO :-)

I have Win 7 64bit - CZECH Language default
I think that only the character „!“does not work, if I write them with ALT + 33, other characters are OK.

Program I wrote and save with this wrong character (sweetheart) works normally, but browser displays this character „!“ (sweetheart) different ...

If I open the file saved in other coding than in UTF8, this character is completely different, it is not "!" or sweetheart.

If I write the character „!“ with combination SHIFT + key 1, everything is OK, I do not understand it :-)

There are some my examples of this BUG.


[code]
<?php
// save UTF8

$text_yes = "is true :)";
$text_no = "is false";

$var_A='123';
$var_B='abc';


echo $var_A.'!='.$var_B;
echo ' ';
if($var_A!=$var_B) echo $text_yes;
else
echo $text_no;

?>
[/code]

[url]http://www.bukacek.cz/codelobster_bug_in_win7/bug_win1250.php[/url]
[url]http://www.bukacek.cz/codelobster_bug_in_win7/bug_utf8.php[/url]
Download:
[url]http://www.bukacek.cz/codelobster_bug_in_win7/codelobster_bug_in_win7.zip[/url]

Sincerely Bukáček Michal

Author:  Admin [ Tue Jan 12, 2010 3:18 pm ]
Post subject: 

Hi.

Yes. We see it now.
We will research the problem by our next version.

Regards,
Codelobster Team.

Author:  michalbukacek [ Tue Jan 12, 2010 4:07 pm ]
Post subject: 

Hello,
Thank you very much. Typing characters using the ALT and the code is my life: -)

Regards, Bukáček Michal

Author:  michalbukacek [ Mon Feb 01, 2010 5:01 pm ]
Post subject: 

HI,
I just installed an old version CodeLobster - 3.00 and
and no problem with char + 33 in win 7

thanks, Bukáček Michal

Author:  Admin [ Thu Feb 04, 2010 8:36 am ]
Post subject: 

Hi.

Yes. We have found the problem.
Please, wait release of our next version.

Regards,
Codelobster Team.

Page 1 of 1 All times are UTC
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/