Unicode Chars

Just starting out? Need help? Post your questions and find answers here.
Deluxe0321
User
User
Posts: 69
Joined: Tue Sep 16, 2008 6:11 am
Location: ger

Unicode Chars

Post by Deluxe0321 »

Not sure if this is a bug or a feature request.
Since we now have a wonderful and fully UTF capable IDE - "special" characters should be supported too.

Code: http://pastebin.com/KR1UJ8at

Sadly I can't post the code here - I get an SQL Error if try:
Image

Thank you!
User avatar
STARGÅTE
Addict
Addict
Posts: 2235
Joined: Thu Jan 10, 2008 1:30 pm
Location: Germany, Glienicke
Contact:

Re: Unicode Chars

Post by STARGÅTE »

The IDE supports UTF8, nevertheless you can only use a-z and _ in variable/procedure/structure name!

But since PB 5.3 the debugger outputted uft8 characters:

Code: Select all

Debug "☺☻"
Debugger wrote: ☺☻
PB 6.01 ― Win 10, 21H2 ― Ryzen 9 3900X, 32 GB ― NVIDIA GeForce RTX 3080 ― Vivaldi 6.0 ― www.unionbytes.de
Lizard - Script language for symbolic calculations and moreTypeface - Sprite-based font include/module
Post Reply