User avatar
HermannSW
Posts: 6098
Joined: Fri Jul 22, 2016 9:09 pm
Location: Eberbach, Germany

Should RPF work on getting Raspberry Unicode symbol?

Sat Jan 25, 2020 9:08 am

There are many fruit Unicode symbols, but Raspberry is missing:
https://emojipedia.org/strawberry/
Closest I found is U+1F353 strawberry.
So while command prompt is close, it is not correct:
Attachments
strawberry.PS1.png
stawberry.PS1.png
strawberry.PS1.png (16.83 KiB) Viewed 2079 times
https://github.com/Hermann-SW/RSA_numbers_factored
https://stamm-wilbrandt.de/GS_cam_1152x192@304fps
https://hermann-sw.github.io/planar_graph_playground
https://github.com/Hermann-SW/Raspberry_v1_camera_global_external_shutter
https://stamm-wilbrandt.de/

User avatar
HermannSW
Posts: 6098
Joined: Fri Jul 22, 2016 9:09 pm
Location: Eberbach, Germany

Re: Should RPF work on getting Raspberry Unicode symbol?

Sat Jan 25, 2020 11:38 am

I did cut out 15x17 strawberry image from command prompt of ssh session into the Pi.
Then I copied 40x50 raspberry image from top of Raspberry homepage, and used gimp to scale it down to 14x17:
https://www.raspberrypi.org/

Attached you can see both 15x17/14x17 images, original size at bottom, and scaled to 800% on top.
For me the original size raspberry image looks nicer than the strawberry one.
Attachments
strawberry_raspberry.15x17.png
strawberry_raspberry.15x17.png
strawberry_raspberry.15x17.png (17.15 KiB) Viewed 2030 times
https://github.com/Hermann-SW/RSA_numbers_factored
https://stamm-wilbrandt.de/GS_cam_1152x192@304fps
https://hermann-sw.github.io/planar_graph_playground
https://github.com/Hermann-SW/Raspberry_v1_camera_global_external_shutter
https://stamm-wilbrandt.de/

User avatar
HermannSW
Posts: 6098
Joined: Fri Jul 22, 2016 9:09 pm
Location: Eberbach, Germany

Re: Should RPF work on getting Raspberry Unicode symbol?

Sat Jan 25, 2020 12:31 pm

Finally I scaled down the 40x50 raspberry image from website to 8x10 and added 3 lines top and bottom to get strawberry.8x16.png (because my console font is 8x16). I displayed where prompt should appear using con_show tool (top left part of console, screenshot taken with raspi2png):
https://www.raspberrypi.org/forums/view ... 6&t=262615
raspberry.8x16.raspi2png.png
raspberry.8x16.raspi2png.png
raspberry.8x16.raspi2png.png (1.27 KiB) Viewed 1986 times
From 40x50 to 16x16 as double width character looks nicer:
raspberry.16x16.raspi2png.png
raspberry.16x16.raspi2png.png
raspberry.16x16.raspi2png.png (1.75 KiB) Viewed 1989 times
Attachments
raspberry.8x16.png
raspberry.8x16.png
raspberry.8x16.png (434 Bytes) Viewed 1986 times
https://github.com/Hermann-SW/RSA_numbers_factored
https://stamm-wilbrandt.de/GS_cam_1152x192@304fps
https://hermann-sw.github.io/planar_graph_playground
https://github.com/Hermann-SW/Raspberry_v1_camera_global_external_shutter
https://stamm-wilbrandt.de/

User avatar
scruss
Posts: 5616
Joined: Sat Jun 09, 2012 12:25 pm
Location: Toronto, ON

Re: Should RPF work on getting Raspberry Unicode symbol?

Sat Jan 25, 2020 3:21 pm

Getting an emoji into the Unicode standard is difficult. The Raspberry Pi Logo is especially so because it's a trademark, and thus it is automatically excluded from the standard. Anyone can submit a proposal for an emoji character, but they must prove that the need exists, with frequency of need being the most valuable.

Another way of getting a glyph added to Unicode is to prove that a historic use. Good articles on this include Ken Shirriff's “How I added 6 characters to Unicode (and you can too)” and the Terminals Working Group's “Proposal to add characters from legacy computers and teletext to the UCS” (PDF). I don't think a raspberry would fit in one of those proposals.

There are already informal Discord/Slack Raspberry Pi logo emojis, such as this one:
1348_raspberrypi.png
DiscordEmoji Raspberry Pi
1348_raspberrypi.png (4.21 KiB) Viewed 1970 times
(Unfortunately we can't size images on this forum: Discord and Slack scale emoji appropriately.)
‘Remember the Golden Rule of Selling: “Do not resort to violence.”’ — McGlashan.
Pronouns: he/him

User avatar
HermannSW
Posts: 6098
Joined: Fri Jul 22, 2016 9:09 pm
Location: Eberbach, Germany

Re: Should RPF work on getting Raspberry Unicode symbol?

Sun Jan 26, 2020 12:03 am

Only "berry" on emojifinder is strawberry:
https://emojifinder.com/tool

So perhaps ;-)

Code: Select all

🍓 export PS1=`echo -en "Rasp\xf0\x9f\x8d\x93\x20"`
Rasp🍓 
Rasp🍓 only_tools="🔧 🔨 🗜️  ⛏️"   # no rasp 
https://github.com/Hermann-SW/RSA_numbers_factored
https://stamm-wilbrandt.de/GS_cam_1152x192@304fps
https://hermann-sw.github.io/planar_graph_playground
https://github.com/Hermann-SW/Raspberry_v1_camera_global_external_shutter
https://stamm-wilbrandt.de/

User avatar
HermannSW
Posts: 6098
Joined: Fri Jul 22, 2016 9:09 pm
Location: Eberbach, Germany

Re: Should RPF work on getting Raspberry Unicode symbol?

Fri Oct 02, 2020 7:16 am

I found a 5 (unicode) characters "Raspberry" rebus prompt:

Code: Select all

R㉝p🍓▐

I started with this Python like rebus:

Code: Select all

🍓[2:3]sp🍓[5:]

Then I made use of element 33 (Arseni, or As):

Code: Select all

R㉝p🍓[5:]

Using rebus subword expression for "berry":

Code: Select all

R㉝p6-🍓

Finally the use of U+2590 "Right half block" is shorter to extract "berry":
Raspberry_prompt.jpg
Filename File comment Size Status
Raspberry_prompt.jpg
Raspberry_prompt.jpg (25.46 KiB) Viewed 1538 times
https://github.com/Hermann-SW/RSA_numbers_factored
https://stamm-wilbrandt.de/GS_cam_1152x192@304fps
https://hermann-sw.github.io/planar_graph_playground
https://github.com/Hermann-SW/Raspberry_v1_camera_global_external_shutter
https://stamm-wilbrandt.de/

scotty101
Posts: 4506
Joined: Fri Jun 08, 2012 6:03 pm

Re: Should RPF work on getting Raspberry Unicode symbol?

Fri Oct 02, 2020 7:58 am

Given that there are people in the world who can't write their name in their native language using a Unicode symbol, I think a raspberry probably should be low on the list of priorities. :roll:
Electronic and Computer Engineer
Pi Interests: Home Automation, IOT, Python and Tkinter

User avatar
DougieLawson
Posts: 42771
Joined: Sun Jun 16, 2013 11:19 pm
Location: A small cave in deepest darkest Basingstoke, UK

Re: Should RPF work on getting Raspberry Unicode symbol?

Fri Oct 02, 2020 1:54 pm

I'd probably replace the R㉝p with 䥨 (alt+4968) which is a CJK ideograph for "Rasp".
Languages using left-hand whitespace for syntax are ridiculous

DMs sent on https://twitter.com/DougieLawson or LinkedIn will be answered next month.
Fake doctors - are all on my foes list.

The use of crystal balls and mind reading is prohibited.

User avatar
scruss
Posts: 5616
Joined: Sat Jun 09, 2012 12:25 pm
Location: Toronto, ON

Re: Should RPF work on getting Raspberry Unicode symbol?

Fri Oct 02, 2020 4:50 pm

The nearest actual-Raspberry proposal that's in front of the Unicode consortium is the one for Blissymbols. From the proposal (page 7), the symbol is:
E0C4-Blissymbol_Raspberry.png
E0C4 Blissymbol Raspberry
E0C4-Blissymbol_Raspberry.png (10.08 KiB) Viewed 1469 times
As the proposal is from a well-respected researcher who has been successful getting many proposals accepted before, and it's outside the pay-to-play emoji block, it's got a fair chance of getting in eventually. Unfortunately, the next release has been postponed for obvious reasons.

(Blissymbols have found use as a communications tool for people with disabilities. Use of Blissymbols were part of a key human rights trial here in Canada, where a man — Justin Clark — sued his parents for the right to make his own decisions and communicated with the court through a Blissymbols board and interpreter.)
‘Remember the Golden Rule of Selling: “Do not resort to violence.”’ — McGlashan.
Pronouns: he/him

User avatar
Imperf3kt
Posts: 4675
Joined: Tue Jun 20, 2017 12:16 am
Location: Australia

Re: Should RPF work on getting Raspberry Unicode symbol?

Sun Oct 04, 2020 2:43 am

HermannSW wrote:
Fri Oct 02, 2020 7:16 am
I found a 5 (unicode) characters "Raspberry" rebus prompt:

Code: Select all

R㉝p🍓▐

I started with this Python like rebus:

Code: Select all

🍓[2:3]sp🍓[5:]

Then I made use of element 33 (Arseni, or As):

Code: Select all

R㉝p🍓[5:]

Using rebus subword expression for "berry":

Code: Select all

R㉝p6-🍓

Finally the use of U+2590 "Right half block" is shorter to extract "berry":
Raspberry_prompt.jpg
That's a strawberry though.
55:55:44:44:4C
52:4C:52:42:41

Rose tinted glasses are difficult to see through.

User avatar
HermannSW
Posts: 6098
Joined: Fri Jul 22, 2016 9:09 pm
Location: Eberbach, Germany

Re: Should RPF work on getting Raspberry Unicode symbol?

Sun Oct 04, 2020 7:17 am

That's a strawberry though

Code: Select all

R㉝p➞Rasp

Code: Select all

🍓▐➞strawberry, right half word➞berry
Therefore my new (rebus) prompt

Code: Select all

R㉝p🍓▐
is "Raspberry".
https://github.com/Hermann-SW/RSA_numbers_factored
https://stamm-wilbrandt.de/GS_cam_1152x192@304fps
https://hermann-sw.github.io/planar_graph_playground
https://github.com/Hermann-SW/Raspberry_v1_camera_global_external_shutter
https://stamm-wilbrandt.de/

Return to “Raspberry Pi OS”