Home
JAQForum Ver 24.01
Log In or Join  
Active Topics
Local Time 11:19 01 Aug 2025 Privacy Policy
Jump to

Notice. New forum software under development. It's going to miss a few functions and look a bit ugly for a while, but I'm working on it full time now as the old forum was too unstable. Couple days, all good. If you notice any issues, please contact me.

Forum Index : Microcontroller and PC projects : Cant post

Author Message
Plasmamac

Guru

Joined: 31/01/2019
Location: Germany
Posts: 579
Posted: 11:39am 28 Dec 2020
Copy link to clipboard 
Print this post




Plasma
 
Gizmo

Admin Group

Joined: 05/06/2004
Location: Australia
Posts: 5119
Posted: 12:00pm 28 Dec 2020
Copy link to clipboard 
Print this post

And yet, you posted.

More information please.
The best time to plant a tree was twenty years ago, the second best time is right now.
JAQ
 
twofingers

Guru

Joined: 02/06/2014
Location: Germany
Posts: 1593
Posted: 12:19pm 28 Dec 2020
Copy link to clipboard 
Print this post

Again the well known 1366 ("illegal" Unicode characters) error?
  Quote  https://www.thebackshed.com/forum/ViewTopic.php?FID=16&TID=11527&LastEntry=Y#161343#152292

Michael
causality ≠ correlation ≠ coincidence
 
Plasmamac

Guru

Joined: 31/01/2019
Location: Germany
Posts: 579
Posted: 02:47pm 28 Dec 2020
Copy link to clipboard 
Print this post

One pic Shows the Error . The Other is the Message i wrote.
Plasma
 
TassyJim

Guru

Joined: 07/08/2011
Location: Australia
Posts: 6283
Posted: 09:13pm 28 Dec 2020
Copy link to clipboard 
Print this post

It looks like you tried to use an emoji that the forum didn't like.

#define EM_SELFIE "\xf0\x9f\xa4\xb3"


Jim
VK7JH
MMedit
 
Plasmamac

Guru

Joined: 31/01/2019
Location: Germany
Posts: 579
Posted: 11:16pm 28 Dec 2020
Copy link to clipboard 
Print this post

You are right. Its the Emoji
Plasma
 
Gizmo

Admin Group

Joined: 05/06/2004
Location: Australia
Posts: 5119
Posted: 05:09am 29 Dec 2020
Copy link to clipboard 
Print this post

Is it a forum emoji, one you can click on from the list on the left, or is it from another source?

Also, what device are you using? browser?

Glenn
The best time to plant a tree was twenty years ago, the second best time is right now.
JAQ
 
Plasmamac

Guru

Joined: 31/01/2019
Location: Germany
Posts: 579
Posted: 08:09am 29 Dec 2020
Copy link to clipboard 
Print this post

Its an iOS Emoji . I am on Tour so i use an iPhone.


Plasma
 
Plasmamac

Guru

Joined: 31/01/2019
Location: Germany
Posts: 579
Posted: 08:10am 29 Dec 2020
Copy link to clipboard 
Print this post


Plasma
 
Gizmo

Admin Group

Joined: 05/06/2004
Location: Australia
Posts: 5119
Posted: 12:30pm 29 Dec 2020
Copy link to clipboard 
Print this post

Bloody Apple.

OK, I'll have to filter those iOS emojis out. One problem I'm having with the forum is finding a balance between user code and malicious code. Because users want to share code on the forum, I cant use the standard "filter out anything suspicious" approach.

Filtering out anything suspicious would include those iOS emojis, as they are not the emojis the forum has provided. But as we want users to share code, I've changed what gets filtered out, and the modified filter lets those iOS emojis sneak in, and they are breaking the forum code.

I plan to do some work to the forum code on the weekend, so will address this then. In the mean time, dont use any emoji other than the ones provided by the forum.

Glenn
The best time to plant a tree was twenty years ago, the second best time is right now.
JAQ
 
Plasmamac

Guru

Joined: 31/01/2019
Location: Germany
Posts: 579
Posted: 01:31pm 29 Dec 2020
Copy link to clipboard 
Print this post

Ok  
Plasma
 
Gizmo

Admin Group

Joined: 05/06/2004
Location: Australia
Posts: 5119
Posted: 03:51am 02 Jan 2021
Copy link to clipboard 
Print this post

Updated the forum code. If there are any non-ascii characters in the message or subject line, the page wont let you save.

Hopefully this wont affect people sharing code snippets.

Glenn
The best time to plant a tree was twenty years ago, the second best time is right now.
JAQ
 
Grogster

Admin Group

Joined: 31/12/2012
Location: New Zealand
Posts: 9610
Posted: 09:14am 02 Jan 2021
Copy link to clipboard 
Print this post

CODE BOX TEST


EDIT:  Colourised code snippet test:

  Quote  'OPTION LCDPANEL ILI9341,L,06,07 (CS is grounded, LCD is permanently enabled, touch is not used or connected)
'Requires BigFont as #2 and UbuntuBold as #3 saved in the library.

Option Explicit
CLS 'Clear the screen
Text mm.hres/2,mm.vres/2,"BOOT UP...",CM,3,1,rgb(Cyan)
CONST SMC=15, IRQ=24, AUX=26, RXRST=02, SOUNDER=23
Const DELAY=2000 'Time delay between displaying messages on the LCD
'-------------------------- REMOTE CONTROL CODES: ---------------------------------
CONST POWER=002, TVPWR=170, SET=154, TVIN=026, VOLUP=106, VOLDN=234, SETUP=194
Const APP=240, YEL=008, BLU=024, HOME=136, RET=152, UPB=104, DOWNB=088
Const LEFTB=138, RIGHTB=010, OK=200, MENU=050, MOUSE=000
Const ONE=114, TWO=176, THREE=048, FOUR=082, FIVE=144, SIX=016, SEVEN=098
CONST EIGHT=160, NINE=032, ZERO=128, MUTE=130, DEL=066, DEV=128
'----------------------------------------------------------------------------------


Edited 2021-01-02 19:17 by Grogster
Smoke makes things work. When the smoke gets out, it stops!
 
Print this page


To reply to this topic, you need to log in.

The Back Shed's forum code is written, and hosted, in Australia.
© JAQ Software 2025