Put the unicode range

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
richmond62
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 10183
Joined: Fri Feb 19, 2010 10:17 am

Put the unicode range

Post by richmond62 » Fri Oct 03, 2025 1:46 pm

So . . .

https://jrgraphix.net/research/unicode_blocks.php

I would like to somehow get those unicode ranges listed on that webpage into a scrolling listField . . .

Klaus
Posts: 14243
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: Put the unicode range

Post by Klaus » Fri Oct 03, 2025 2:16 pm

Select and copy the text on the webpage
Paste into a new sheet in EXCEL or NUMBERS
Then export it to a TSV file to import into LC
:-)

richmond62
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 10183
Joined: Fri Feb 19, 2010 10:17 am

Re: Put the unicode range

Post by richmond62 » Fri Oct 03, 2025 2:24 pm

Yup: doing that. Thanks.

Was just trying to be a lazy so-and-so and find a quicker way. 8)

richmond62
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 10183
Joined: Fri Feb 19, 2010 10:17 am

Re: Put the unicode range

Post by richmond62 » Fri Oct 03, 2025 2:33 pm

Converting the thing into a Comma-delimited thingy-bob was actually dead easy using BBEdit:
-
SShot 2025-10-03 at 16.32.28.png

Post Reply