Home
JAQForum Ver 24.01
Log In or Join  
Active Topics
Local Time 11:12 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 : Double byte character set fonts?

Author Message
bar1010
Senior Member

Joined: 10/08/2020
Location: United States
Posts: 197
Posted: 05:20pm 26 Sep 2020
Copy link to clipboard 
Print this post

Is it possible to implement double byte character set fonts so instead of chr$(0) through chr$(255), that we have chr$(0) through chr$(65535)?
 
TassyJim

Guru

Joined: 07/08/2011
Location: Australia
Posts: 6283
Posted: 09:20pm 26 Sep 2020
Copy link to clipboard 
Print this post

No
If you want to use Unicode/UTF8/UTF16 etc you will have to roll your own methods.

Strings consist of a series of single bytes chr$(0-255).
You can display characters 32-255 but not the low 0-31 non-printable ones.

You can create your own fonts but will have to come up with a translation table.

Jim
VK7JH
MMedit
 
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