Temporary Forum Oddities
#11
OK I have normalized and made the changes for the center logo, and the links to be rendered properly on any device for all the themes.

Sorry about that.
grymmjack (gj!)
GitHubYouTube | Soundcloud | 16colo.rs
Reply
#12
OK I found another anomaly copy/paste code from qb tag to QB64pe IDE see here:
 https://staging.qb64phoenix.com/showthre...7#pid16387

The forum is adding or changing code pal(r) to pal<< 

So (r) must be some javascript code for something???

Yeah (r) looks like a little trademark or copyright symbol under the qb code tags, not good.

That's ( r ) without the spaces next to the r. This forum is changing every instance of ( r ) to (r)
b = b + ...
Reply
#13
Why is a registered trademark symbol wanted as part of a variable name? Remember the QB64 IDE is not Unicode-ready as per the important changes to Phoenix Edition v3.7.

In other words when pasting text it's translating the symbol but failing because the QB64 IDE mode is not UTF-8 or something else that fields Unicode.
Reply
#14
Quote:Why is a registered trademark symbol wanted as part of a variable name? Remember the QB64 IDE is not Unicode-ready as per the important changes to Phoenix Edition v3.7.

The forum editor is changing ( r )  without the spaces next to r into (r).

I discovered that because I had an pal() array and used r to randomly pick a color, so forum editor changes pal() at r into a trademark symbol. It's this forum that's doing that.
b = b + ...
Reply
#15
(r)
(tm)
(c)

These are all little symbols that the forum automatically substitutes for us, along with who knows how many others.  code boxes shouldn't suffer from this substitution, so the qb code box will need a little tweaking to fix the issue.  Remember, these are all works in progress and glitches are to be expected.   Keep reporting any issues you guys find like this and give us a little time to dig into them and correct them.  We'll get it all sorted out and make it look pretty as well as remain functional with enough time and (grymm's) elbow grease!  

Wink
Reply
#16
(06-05-2023, 09:06 PM)bplus Wrote: The forum editor is changing ( r )  without the spaces next to r into (r).

I discovered that because I had an pal() array and used r to randomly pick a color, so forum editor changes pal() at r into a trademark symbol. It's this forum that's doing that.

Sorry, I was taken up by the appearance of the code block on this forum as if it were from the IDE.

Now if I were you I would never name any integer variable "tm" because Steve owns that one! Smile
Reply
#17
Code: (Select All)
(r) (tm) (c)
Code: (Select All)
(r) (tm) (c)

This is fixed.
grymmjack (gj!)
GitHubYouTube | Soundcloud | 16colo.rs
Reply
#18
(06-06-2023, 12:00 AM)mnrvovrfc Wrote:
(06-05-2023, 09:06 PM)bplus Wrote: The forum editor is changing ( r )  without the spaces next to r into (r).

I discovered that because I had an pal() array and used r to randomly pick a color, so forum editor changes pal() at r into a trademark symbol. It's this forum that's doing that.

Sorry, I was taken up by the appearance of the code block on this forum as if it were from the IDE.

Now if I were you I would never name any integer variable "tm" because Steve owns that one! Smile
Steve_the_AMAZING(tm)!
Reply
#19
Thumbs Up 
(06-06-2023, 12:03 AM)grymmjack Wrote:
Code: (Select All)
(r) (tm) (c)
Code: (Select All)
(r) (tm) (c)

This is fixed.
Smile Another dragon slain.
b = b + ...
Reply
#20
(06-06-2023, 12:03 AM)grymmjack Wrote:
Code: (Select All)
(r) (tm) (c)
Code: (Select All)
(r) (tm) (c)

This is fixed.
Excellent work fixing these issues so quickly after they are found. Thanks.
Software and cathedrals are much the same — first we build them, then we pray.
QB64 Tutorial
Reply




Users browsing this thread: 11 Guest(s)