#Unicode

1 messages · Page 52 of 1

graceful marsh
#

Comment in the recipe slot or note slot

heady escarp
#

done

candid trellis
#

bet nobody will but if someone needs it.
1F18E in quotes

echo wasp
heady escarp
#

omg my first unicode character first discovery!

echo wasp
#

(probably not tho since i havent ran code since)

graceful marsh
#

Chain well or no?

sand coral
echo wasp
#

tho I gotta say the 2xxxx ones don't behave that well

tepid blaze
final sable
#

I'm working on collating consistent recipes for greek alphabet unicode characters. found some recipes for enquoted greek letters in the process:

#

"greek.small.letter.alpha" + .fromcharcode = "α"
"greek.small.letter.zeta" + .fromcharcode = "ζ"
"greek.small.letter.eta" + .fromcharcode = "η"
"greek.small.letter.iota" + .fromcharcode = "ι"
"greek.small.letter.omicron" + .fromcharcode = "ο"
"greek.small.letter.rho" + .fromcharcode = "ρ"
"greek.small.letter.chi" + .fromcharcode = "χ"
"greek.small.letter.psi" + .fromcharcode = "ψ"

sand coral
final sable
#

more (epsilon not in the above list):

#

"greek.small.letter.alpha" + #fromcharcode = "α"
"greek.small.letter.epsilon" + #fromcharcode = "ε"
"greek.small.letter.zeta" + #fromcharcode = "ζ"
"greek.small.letter.psi" + #fromcharcode = "ψ"

night dragon
#

funny this was my first unicode

tepid blaze
# tepid blaze

and now, time to add the difference (at least to get a bit more up to date)

night dragon
#

oo

echo wasp
#

#1206592567622373446 message might be my first, but idk

tepid blaze
#

probably one of my first #1206592567622373446 message

graceful marsh
#

Hm

sand coral
#

probably my first

final sable
#

"greek.small.letter.alpha" + String.fromcharcode = "α"
"greek.small.letter.beta" + String.fromcharcode = "β"
"greek.small.letter.delta" + String.fromcharcode = "δ"
"greek.small.letter.epsilon" + String.fromcharcode = "ε"
"greek.small.letter.zeta" + String.fromcharcode = "ζ"
"greek.small.letter.eta" + String.fromcharcode = "η"
"greek.small.letter.theta" + String.fromcharcode = "θ"
"greek.small.letter.iota" + String.fromcharcode = "ι"
"greek.small.letter.kappa" + String.fromcharcode = "κ"
"greek.small.letter.lambda" + String.fromcharcode = "λ"
"greek.small.letter.mu" + String.fromcharcode = "μ"
"greek.small.letter.nu" + String.fromcharcode = "ν"
"greek.small.letter.omicron" + String.fromcharcode = "ο"
"greek.small.letter.pi" + String.fromcharcode = "π"
"greek.small.letter.rho" + String.fromcharcode = "ρ"
"greek.small.letter.tau" + String.fromcharcode = "τ"
"greek.small.letter.phi" + String.fromcharcode = "φ"
"greek.small.letter.psi" + String.fromcharcode = "ψ"

#

"greek.small.letter.alpha" + .fromcodepoint = "α"
"greek.small.letter.beta" + .fromcodepoint = "β"
"greek.small.letter.zeta" + .fromcodepoint = "ζ"
"greek.small.letter.eta" + .fromcodepoint = "η"
"greek.small.letter.iota" + .fromcodepoint = "ι"
"greek.small.letter.nu" + .fromcodepoint = "ν"
"greek.small.letter.rho" + .fromcodepoint = "ρ"
"greek.small.letter.psi" + .fromcodepoint = "ψ"

untold crystal
#

2 gaps 13110 and 17bc0

final sable
#

"greek.small.letter.alpha" + #fromcodepoint = "α"
"greek.small.letter.eta" + #fromcodepoint = "η"
"greek.small.letter.iota" + #fromcodepoint = "ι"

sand coral
#

nice, found a gap

tepid blaze
sand coral
final sable
#

"greek.small.letter.alpha" + String.fromcodepoint = "α"
"greek.small.letter.beta" + String.fromcodepoint = "β"
"greek.small.letter.gamma" + String.fromcodepoint = "γ"
"greek.small.letter.epsilon" + String.fromcodepoint = "ε"
"greek.small.letter.zeta" + String.fromcodepoint = "ζ"
"greek.small.letter.eta" + String.fromcodepoint = "η"
"greek.small.letter.theta" + String.fromcodepoint = "θ"
"greek.small.letter.iota" + String.fromcodepoint = "ι"
"greek.small.letter.kappa" + String.fromcodepoint = "κ"
"greek.small.letter.lambda" + String.fromcodepoint = "λ"
"greek.small.letter.mu" + String.fromcodepoint = "μ"
"greek.small.letter.nu" + String.fromcodepoint = "ν"
"greek.small.letter.omicron" + String.fromcodepoint = "ο"
"greek.small.letter.pi" + String.fromcodepoint = "π"
"greek.small.letter.rho" + String.fromcodepoint = "ρ"
"greek.small.letter.tau" + String.fromcodepoint = "τ"
"greek.small.letter.psi" + String.fromcodepoint = "ψ"

sand coral
#

FFD2 (FFD0 and FFD1 are not assigned)

heady escarp
#

oh my god guys i got 100 new elements!!! wow!!!1111 :O 🙀 😱 🗣️ 🤯

heady escarp
#

i got some random fds but idk if any of these would do anything, should i provide any lineages?

graceful marsh
#

Generally you test first and then lineage later

untold crystal
#

if you find something useful with those things then you can post the lineage

heady escarp
#

ok, also has anyone tried to get names of unicode blocks

graceful marsh
#

That is in fact the strategy behind most XXX Unicode elements

heady escarp
#

then there should be a doc for getting all of them

final sable
#

"greek.small.letter.alpha" + To Unicode = "α"
"greek.small.letter.epsilon" + To Unicode = "ε"
"greek.small.letter.zeta" + To Unicode = "ζ"
"greek.small.letter.eta" + To Unicode = "η"
"greek.small.letter.nu" + To Unicode = "ν"

heady escarp
#

Kana Supplement (unicode block)

heady escarp
final sable
#

okay I give up on consistent greek alphabet unicode tech 😂

final sable
#

@chilly fulcrum recipe for greek small letter chi in the sheet (U+03C7) should be changed from Greek Unifont + U+0068 to the much simpler Chi + Unicode Greek

#

metric ton of recipes incoming

#

there are three greek letters you can't easily get with "greek.small.letter.X" (ξ, χ, and ω) but they all have other easy recipes (already in sheet except chi)

heady escarp
#

both of these lineages are very long and cursed, but theyre not in discord search and theyre unicode blocks

regal fulcrum
#

unicode is hard

graceful marsh
#

But I'm gets shot and dies

regal fulcrum
#

im aiming for U+FC00

tepid blaze
regal fulcrum
#

lmao

graceful marsh
#

How goethe the validation merging Fuezt?

heady escarp
#

at the top right

regal fulcrum
heady escarp
#

ok

graceful marsh
regal fulcrum
#

can someone help trying to get U+FC00

tepid blaze
#

I was already here 😭

regal fulcrum
#

either character or code

#

code primarily

graceful marsh
#

Mr. U+

regal fulcrum
#

cause i wanna get cracked on ligatures

#

oh i need to remember metas

graceful marsh
#

With your "..u-"

regal fulcrum
#

got it

#

yayy ty

untold crystal
#

if anyone finds another, easier recipe post it. I know it needs optimization

#

16840-16844

graceful marsh
#

What is this

tepid blaze
untold crystal
graceful marsh
regal fulcrum
#

what if Mr. U+ doesnt work?

untold crystal
#

This is my best tool to add a space... but it's ugly

tepid blaze
#

like i finished with the main thing, (aka adding all the thing) and now im just updating to a more up to date version of the sheet (i already checked the difference and i am just verifying recipe for each of the new ones and then adding them into the db, there a total of 5225 new change that have been made since last time i did download, compared to now)

regal fulcrum
#

oh huh

#

im learning newer metas

graceful marsh
#

Mr. U+0000 if the first doesn't work out

#

Past that you start using String.appends

regal fulcrum
#

cucked :(

#

U+fc00 wont increment

tepid blaze
#

and that is the last i will have to check:

untold crystal
#

not even with next letter or next alphabet?

regal fulcrum
#

i revived it lfg

graceful marsh
#

Interesting strategy

regal fulcrum
#

im an oldie

#

wtf if string.append

#

meta i dont know of?

graceful marsh
#

Uh oh

#

Uh...

#

Um

regal fulcrum
#

also it keeps defaulting to FFFD

regal fulcrum
untold crystal
graceful marsh
#

Wait wrong link

#

Shit

regal fulcrum
#

can you explain more nfmsnfmn

graceful marsh
#

#1250302271900876800 message

#

So

sage wren
#

unicode

graceful marsh
# regal fulcrum can you explain more nfmsnfmn

Around... like three months ago #1226724619290148917 discovers String.{stuff} elements
Thunder starts using String.append for bounties because it seems to be very promising - it's really consistent at appending things.
A few weeks later it finally goes mainstream. Thunder sets up a bounty
A week later the Discord has a civil war. I lost
Eisern optimises the whole thing to like 200 steps total
And now String.appends are a valid meta

regal fulcrum
#

cant find remove the spaces on the sheet :c

slate whale
#

which sheet

#

oh for strings

#

#1226511876733669436 message

#

oh we got to 61%

#

im going to get 01ea alpahbet before 01eb

graceful marsh
#

That's actually 01ea "alphabet"

Hope this helps

slate whale
#

if only i could somehow revive the quoted version

#

hmm

tepid blaze
slate whale
#

giving dead elements

graceful marsh
#

Interesting method

slate whale
#

but could probably work with capitals

final sable
#

out with politeness tech in with conversational tech

raven ruin
#

lol

tepid blaze
graceful marsh
#

Party time

slate whale
graceful marsh
#

It's excited

slate whale
#

it's excited to give me anything but 01eb

#

i give up

untold crystal
#

01F4 and 01f5 ... not nice I know

exotic monolith
#

hey yall

sage wren
#

holy shit is that the real jimmy_23

exotic monolith
sage wren
#

aw man 😔

chilly fulcrum
chilly fulcrum
echo wasp
chilly fulcrum
chilly fulcrum
chilly fulcrum
#

ooh cool Kali back here nice

exotic monolith
sage wren
#

yeah i assumed so but was hopeful that he resurrected ,,

exotic monolith
#

hes gonna resurrect in a week

chilly fulcrum
echo wasp
chilly fulcrum
#

oh?

#

what was it about

echo wasp
#

String.stuff

#

oh this

sage wren
echo wasp
#

(🤫)

chilly fulcrum
#

still its relevant - my sheet is not how id like it to be with accessibility

echo wasp
#

well in the end of the day this sheet isn't a resources sheet

chilly fulcrum
#

it may not be a resources sheet, but my vision is for it to point to all the necessary locations clearly and succinctly so that users dont have to ask "where is X" and "how to make Y"

echo wasp
#

ok yeah fair

chilly fulcrum
#

atm its nowhere near that stage, blame me if you want, after all i own the thing

chilly fulcrum
#

; ;

#

lorem ipsum 💀

echo wasp
#

um what

chilly fulcrum
#

its placeholder text

#

i really do want to delegate out such tasks but i dont want to be controlling like that - like i instead think why dont i get off my backside and do it myself?

#

im not the greatest with writing and task initiation like that xd, maybe i should solely focus on this on the upcoming days?

#

if i do though, i need to be able to trust that you guys can keep up

#

ooh i have such a cool idea

#

maybe im going too big with this but

#

optimise concurrently a load of tools and then use browsers lineage maker + extension for lineage adjustment

#

if that even works together

#

also maybe dsitracting from the actual writing of the doc and guides

echo wasp
#

omfg this is so hard to increment

#

omg im finally almost done

#

final gap

#

chinese ideographs Unicode (used it for sth and didnt realise i nvr posted lineage)

#

gap. not even fd what

sage wren
#

what drugs do you take before making lineages

#

They seem pretty cool

echo wasp
#

im gonna see if its feasible to increment past 3f

echo wasp
chilly fulcrum
#

i have jurchen ideographs lol

echo wasp
#

omfg this is getting so unfun

#

finally 😭

#

final gap

#

finished

chilly fulcrum
#

danm what curly? o.o

#

also di you clear your board for gaps or go away from the other elements

#

for room

echo wasp
#

clear part of it

final sable
#

rubiks can you change that one recipe on the sheet I pinged you about pls?

chilly fulcrum
#

which one is that

#

you said you were gonna redo the greek ones

#

i didnt see if you did

final sable
#

I did

#

but there’s one recipe in particular that really ought to be changed

echo wasp
#

well different recipes usually go onto notes as alt, unless it really is just that bad

final sable
#

it’s not awful but it’s just really unoptimal and annoying me xD

#

I slep now gn 😴

chilly fulcrum
#

okay, sure

#

those recipes are definitely consistent, but im not sure on ease

#

well i did chi

abstract marsh
sage wren
echo wasp
#

very helpful

chilly fulcrum
#

im about to 128 a tangut block 💀

#

17410 + next anything = 17440

#

i mean ill take it

echo wasp
#

ooh 17400 and 17440

#

damn

chilly fulcrum
#

yeah

#

17400-1741f (1/4 assuming i get the rest)

#

cant beleive the helper nata sent me didnt have that loop removed

#

i resized sidebar

#

and all the chains i had ready to test are obliterated

#

so idk what my fds were

#

man...

echo wasp
#

you can always run the script

chilly fulcrum
#

yeah true

#

can we try make Next Valid Utf-8

#

just for the tiny chance it somehow breaks the blockers

#

the reason it fails rn is that it wants to increment but it knows its invalid utf-8 so it kinda just goes um ok what now

#

17320-1743f (2/4)

echo wasp
#

It does increment past 3f but very rarely

#

I saw alfo do it quite a lot

#

also this was a thing apparantly

chilly fulcrum
#

ok, dump in tool sheet

chilly fulcrum
#

17440 - 1745f (3/4, getting better at gap filling)

echo wasp
#

seq stuff is also nice

chilly fulcrum
#

not currently a seq user

#

dont plan on it, unless a really good reason comes up

echo wasp
#

fair enough

#

only saves like 2 steps most of the time anyways

#

sometimes takes more steps

#

oh yeah and have you tried incrementing past a barrier forcefully?

chilly fulcrum
#

i try like, one next letter

#

and then move on

echo wasp
#

lol

#

some barriers can be incremented past if you really try

chilly fulcrum
#

if you have a sample size of about 3-5 for me to study i can give it a go

echo wasp
#

alfo does it for 34xx

#

yeah he literally got two batches of 128 (unless it was someone else lol)

#

but I think it's alfo since like no one else uses that method except for him

chilly fulcrum
#

how does it work

#

17460-1747f (4/4)

echo wasp
chilly fulcrum
#

i dont have much seq tools

echo wasp
#

but like he does some Mr. stuff

chilly fulcrum
#

only replace mr with seq

echo wasp
#

then next letter and then deletes and it magically works

echo wasp
chilly fulcrum
#

is there pictures for them

echo wasp
#

there is a text lineage in the sheet

#

and a link

#

all at 34xx

chilly fulcrum
#

hm im looking at first one

#

surprising reverse worked, like it fully reversed it

#

reverse + stuff at barrier just doesnt interact ever in my experience

#

it just does nothing

echo wasp
#

yeah it works for Mr. stuff quite well

chilly fulcrum
#

cant relate

#

but its mixing these up with emojis

#

so i am not gonna have a good time

echo wasp
#

ic unicode in the future: blocks of 256

chilly fulcrum
echo wasp
#

I might try simplifying Replace Dr. With Seq.

chilly fulcrum
#

how about replace mr with dr

#

are these recipes on sheet btw

#

if not they need to be

#

i have d e c f in order in a Mr.

#

not quite right

#

hm emoji too annoying

#

i dont think i can do it

#

i got close to the order of 4 in a row but i doubt it would have worked even if i did get it

#

and also 34xx chars have a fundamentally simpler UTF-8 representation

echo wasp
#

not worth it imo

chilly fulcrum
#

woah you got saurashtra

#

radu tried for the longest time

#

if i run mine it will look like that i bet

echo wasp
#

wasnt even fd, no wonder i ignored it

chilly fulcrum
#

unless you did the chains

#

in which case it wouldnt look like that since you would have put them in

echo wasp
chilly fulcrum
#

eh fine ill try mine

echo wasp
#

3a8c?

chilly fulcrum
#

ha one of mine was with a new tool i made, although its just Gabon's Vai Language cause idk i thought id try it

echo wasp
chilly fulcrum
#

yeah i think i only made replace dr with seq

echo wasp
#

i mean it does work better

chilly fulcrum
#

Gabon's Vai Language/ U+a654

echo wasp
#

anatolian hieroglyphs suck

#

omg so hard to increment

chilly fulcrum
echo wasp
chilly fulcrum
#

the others are total cringe i think but i can try in a sec

echo wasp
chilly fulcrum
#

nvm i only have replace mr with seq

#

can we get recipes for those on the sheet plz

echo wasp
#

yeah doesnt seem to work

chilly fulcrum
#

i couldnt get them in that order anyway

echo wasp
chilly fulcrum
#

?

echo wasp
chilly fulcrum
#

i did have one go back yeah

#

it went from 7a to 79

sand coral
echo wasp
echo wasp
#

anyways with this all 64 chars for that have been obtained

chilly fulcrum
#

wtf remove last spawned that one it

#

what is the codepoints of the 4 obtained after next letter

#

my tangut syllabary unicode is pretty decent too yeah its like that iirc

#

oh nvm

#

mine is tangut unicode syllabary

echo wasp
chilly fulcrum
echo wasp
chilly fulcrum
#

? bruh what you couldnt increment with anything else? ha

echo wasp
#

next codepoint / letter didnt work

#

then that was the next thing i tried

sand coral
echo wasp
#

me trying to get 2f9fc 2f9fd 2f9fe 2f9ff anf failing so hard

#

only got the inverse

chilly fulcrum
#

wow thats so deep

#

whats the idea behind all the hi

#

and dr

#

and replace

#

i didnt do this

echo wasp
#

cuz like the stuff id try didnt work

#

like seq. would remove one of the chars

#

so i tried quoting it

chilly fulcrum
#

was there alphabet order consideration?

echo wasp
#

no not rly

chilly fulcrum
#

lineage to the left still intact lol

#

i can see it

echo wasp
echo wasp
chilly fulcrum
#

oh ok

echo wasp
#

bruh it just gave me hangul filler for no reason

graceful marsh
#

I changed that back

#

What

#

Why did it come back

abstract marsh
#

Nice

chilly fulcrum
graceful marsh
#

Yeah, yesterday when Obby I think brought it up

chilly fulcrum
#

client lied I guess (or I messed up permissions and someone did some trolling)

#

Who is obby btw? I don’t remember

graceful marsh
#

Uh

I think he's Braille right now

#

Also I resolved a comment around the same time on the CJK sheet

If that's still there then apparently what I did on the sheet must have not gone through

chilly fulcrum
#

I see

#

dementia bug is spreading 💀

candid trellis
#

dementia feature *

chilly fulcrum
#

Ok I changed it back

final sable
final sable
abstract marsh
chilly fulcrum
#

also guys let me know if you want me to focus on guide? could even have some kinda thread for development of it? or not? no idea but if I am gonna focus on it i really need to be able to trust yall to keep up

final sable
sand coral
#

U+2D7F (2D71 to 2D7E all unassigned)

final sable
#

unironically might not be a bad idea to try combining it with a bunch of char codes lol

#

I’ll try it on all the greek char codes later

chilly fulcrum
#

is it? hm its one of my very early pins that i rarely ever use, mostly because it just gives random emojis usually

final sable
#

it often gives modified versions of the character youre going for, which is nice

#

e.g. bolded, italicised, bolded and italicised, etc. etc. etc.

chilly fulcrum
#

random 1dxxx generator, yeah there is many of them

final sable
#

ah okay

chilly fulcrum
#

tools when used outside their specialisation range tend to do that - if they arent like very strongly attached

#

like tangut is strong so usually wont do that

#

it will give 17000 or 17d40 usually

#

directly next unicode will just default to 1dxxx or 2xxx

sand coral
untold crystal
chilly fulcrum
#

um, africa, just thought id throw in random, and yeah i got nothing, except i guess the caps of something found already

#

you may have it tbf

#

annoyingly fd noises arent made for caps variants

#

so you realyl dont know

#

we did get a saurashtram entry, but it wasnt fd so we didnt notice for ages

#

any tools you havent really tested yet? i just want to be able to have license to give it a full crack at all axx0

#

atm im not im being kinda lazy

#

U+a200 + next random unicode = 500

#

interesting

#

why 500 here

#

got 121f0

#

fd apparently

#

trying to make unicode random tangut, so i can make "hi Unicode Random Tan" - i tried for a while to make string.append("gut") but couldnt

#

whats the next thing youd try

graceful marsh
#

Who is "you"

Because if you're speaking to the collective masses I'd say curly "gut" or "ngut"

chilly fulcrum
#

ick curly

#

hm

#

ok let me try

graceful marsh
#

I will not stand for curly racism they are well-functioning members of society

candid trellis
#

I will not stand for a no curly racism policy they are bad-functioning members of society

chilly fulcrum
#

curly 0-3 game D:

candid trellis
#

More at 4

chilly fulcrum
#

ok i made it

#

it took Append "a" (every single quote element made Nothing, unusual behaviour)

#

you might be surprised but deletes tend to make chars too

#

and they seem kinda random, if similar to other tools like directly next unicode

untold crystal
#

still need a recipe for this?

chilly fulcrum
#

i had to do it without the h

#

i tried every combo so im curious what you did, maybe i missed one or got distracted

untold crystal
chilly fulcrum
#

U+a470 + Next Random Unicode = 121f0 entry

heady escarp
#

rubiksmath what if u added a tab to the sheet for unicode block names

chilly fulcrum
#

i may need someone else to finish it up

#

its painful to increment

#

i incremented a few but im realising even tho its only 16 chars this will be annoying

#

could do block names, sure

untold crystal
#

Did I post this yesterday? if not can you add it

sand coral
echo wasp
#

this might work out

echo wasp
#

(tho vai is from Liberia but wtv)

sage wren
#

pluralise it NOW !!!!!!!!!

sage wren
#

🥊🥊

abstract marsh
#

niko running wild

graceful marsh
#

Mr. apepnd, do you want to lineage Masaram Gondi Unicode or should I?

echo wasp
sage wren
sage wren
graceful marsh
#

Ugh

Fine

echo wasp
#

got a way easier a040

#

time to do text lineages!

graceful marsh
#

Masaram Gondi Unicode

#

You can invent Masaram yourself my lineage is stupid

#

Uh

graceful marsh
chilly fulcrum
#

anyone want to continue 121f0 cuneiform?

echo wasp
#

China's Yi Languages lineage:

(sorry ill optimise this later)

"hi Mr. China" + String.append("'s")
"hi Mr. China's" + Append Space = "hi Mr. China's "
"hi Mr. China's " + Yi = "hi Mr. China's Yi"
"hi Mr. China's Yi" + Append Space = "hi Mr. China's Yi " 
"hi Mr. China's Yi " + Append U+004c = "hi Mr. China's Yi L"
"hi Mr. China's Yi L" + String.append('ang') = "hi Mr. China's Yi Lang"
"hi Mr. China's Yi Lang" + String.append('ua') = "hi Mr. China's Yi Langua"
"hi Mr. China's Yi Langua" + String.append('ge') = "hi Mr. China's Yi Language"
"hi Mr. China's Yi Language" + Pluralizer: = "hi Mr. China's Yi Languages"
"hi Mr. China's Yi Languages" + Remove The Mr. = China's Yi Languages```
#

I promise I'll unstring this when I get home

chilly fulcrum
#

yeah 3 letter appends....

#

i can do 2

echo wasp
#

havent done Apostrophe part yet

sand coral
chilly fulcrum
#

3 letters are like actually hard to make

graceful marsh
# untold crystal

String.append-less (and 'random'-less, mostly because I couldn't figure out how to make it) Unicode Random Tangut

"hi Mr. Unicode Raja" + Delete Last Letter = "hi Mr. Unicode Raj"
"hi Mr. Unicode Raj" + Delete Last Letter = "hi Mr. Unicode R"
"hi Mr. Unicode R" + "random" = "hi Mr. Unicode Random"
""hi Mr. Unicode Random" + Append Space = "hi Mr. Unicode Random "
"hi Mr. Unicode Random " + TA = "hi Mr. Unicode Random Ta"
"hi Mr. Unicode Random Ta" + "ng" = "hi Mr. Unicode Random Tang"
"hi Mr. Unicode Random Tang" + Remove The Mr. = "hi Unicode Random Tang"
"hi Unicode Random Tang" + "ut" = "hi Unicode Random Tangut"
"hi Unicode Random Tangut" + Remove The Word Hi = Unicode Random Tangut```
chilly fulcrum
slate whale
chilly fulcrum
#

but the o

slate whale
#

ǫ

chilly fulcrum
#

although to be honest offsetting the quotes like that i havent a clue - ive only ever seen apostrophes be nested

slate whale
chilly fulcrum
#

amazing autocomplete

#

actually saved an hour

graceful marsh
#

Masaram Gondi Unicode keeps giving Brahmi for some reason

chilly fulcrum
#

i keep ending up in places which are literally a thousand codepoints from the nearest assigned

#

yet it wont make 18xxx, of which almost the entirety is assigned

#

like what is this Bamum Phase negative Q

#

like thats how far away it is

#

i want to try all axx0 but everything from aax0 on will be like

#

impossible

#

it will do this every time

#

ill have to try alt strat

#

got here @untold crystal what did you do different? i used 000u+ and it kinda worked ye

#

i mean, removing the mr will also be near impossible

untold crystal
#

swap gender, combine them together, reove the baby

#

in fact I did this

chilly fulcrum
#

it always makes uad0 regardless of how i remove it atm

#

right but

#

you didnt do the "000u+" it seems

untold crystal
#

I also had problems with this

chilly fulcrum
#

how e0 tho

#

every append is Nothing

#

ah ok

untold crystal
#

did you manage somehow? It was extremly stupit for me too

chilly fulcrum
#

damn it every single one is like this isnt it

#

now f0

#

every append is Nothing

#

so unusual

untold crystal
#

yea. i have no idea why it behaves like that

chilly fulcrum
#

ok aa done

#

now for ab 💀

graceful marsh
#

?

Huh, got a Unicode 500 error but it solved itself

chilly fulcrum
#

new strat /s

#

u+ not working? 0u+ time

#

reminds me of when i made U + or -

untold crystal
#

I just clicked back on my browser and lost all my stuff from the "playground"

chilly fulcrum
#

i guess i need more 0s?

#

ab20 no idea

#

tried the lot i think

abstract marsh
chilly fulcrum
#

hmm when you hit these problem codepoints where like, you cant remove mr, mrs, or baby

#

what do you do

abstract marsh
#

all in, or stop bruteforcing and do other codeblock

chilly fulcrum
#

well they get it every time so i want to know how they manage to get it every time

abstract marsh
#

do you guys use script to save current board or just start new each time?

chilly fulcrum
#

i start new

#

💀

candid trellis
#

Dont shut off your pc 💀

graceful marsh
abstract marsh
sonic heart
chilly fulcrum
#

surprising i guess

candid trellis
chilly fulcrum
#

yeah if i could have made "..u-aad0" i would have got that

#

but i couldnt

#

i always try U+

sonic heart
#

oh lol

slim quest
# sonic heart

Couldnt you just use Remove The Mr.?? And not using swap genders etc..

sonic heart
#

no

untold crystal
#

Anyone has a good recipe for this?

thin warren
#

anybody in here happen to have ?

chilly fulcrum
#

man all U+axx0 will take another few hours

#

even tho theres only like 30 more to make

#

maybe worse

#

5-10 min per hard one (i.e. e0-f0)

candid trellis
#

are we in U+20XXX yet with current lvl of unicode?

chilly fulcrum
#

yes easily

#

we get em all the time as "junk" now

slim quest
weak spindle
#

I found Convert Hex To Decimal+Convert Decimal To Hex, not sure how helpful they are #1268601739565732033 message

chilly fulcrum
#

pant whew finally abx0 is done

#

aaaaaaaaaa

sonic heart
#

f929 (sorry)

chilly fulcrum
#

i have flip the word order but not that one

sonic heart
#

discord search

chilly fulcrum
#

february ahh recipe i bet

sonic heart
candid trellis
#

december

chilly fulcrum
#

ok

#

cool

sonic heart
chilly fulcrum
#

dude i am blind i thought it said Delete The ł

sonic heart
#

what 💀

candid trellis
#

ah yes

chilly fulcrum
#

i know

#

nice link hit

#

even tho i dont see it

#

oh well

#

whats the deal with looking for 6263 tho

sonic heart
#

f9xx is so annoying to increment

#

like cmon

chilly fulcrum
#

kinda funny the utf-8 isnt even that similar

candid trellis
chilly fulcrum
#

i have a script for that

grim crane
#

U+7A09~U+7A0B, U+9867

candid trellis
#

to add?

grim crane
#

U+7A08:稈

#

"..c :#1215495041049436170 message

chilly fulcrum
finite laurel
#

U+62A5

candid trellis
chilly fulcrum
#

it outputs all the characters you have that arent ticked on the sheet

candid trellis
#

is it linked somewhere?

#

and does it count comments?

#

prob not

chilly fulcrum
#

its in the sheet itself

#

in resources

abstract marsh
#

nice

#

imma throw random at random since im bored

sonic heart
#

how does that make any sense

abstract marsh
#

unexpected baby

sonic heart
#

the baby unicode is 1f476 so that explains the emoji

chilly fulcrum
#

average private use? actually what even is that

sonic heart
#

again?

abstract marsh
#

oh right it was private use
interesting

chilly fulcrum
#

must be trying to give baby emoji

#

but its also fighting with the fact that theres no f0 at the start

#

so it puts ef (actually what is the utf-8 here)

echo wasp
sonic heart
#

u+f938

candid trellis
# chilly fulcrum in resources

doesnt run cuz it can't find
csv_files = ['Unicode Characters (1).csv', 'CJK Unified Ideographs (1).csv', 'Hangul (1).csv'] # List of CSV files
these

sonic heart
#

rename them

candid trellis
#

to?

sonic heart
#

whatever you have them as

sand coral
candid trellis
sonic heart
#

download them

chilly fulcrum
#

yeah you have to rename them if they are called something different

#

or change code

#

either or

graceful marsh
#

Download the three main sheets as CSVs

candid trellis
#

oh the spreadsheet

graceful marsh
#

Yip

chilly fulcrum
#

want to make an instructions for use? i can make a readme on the repo

graceful marsh
#

Who are you talking to

candid trellis
chilly fulcrum
#

you i guess

#

but i can also do it

#

i just finished up making all U+axx0

#

god that was painful

#

i better get some new finds

sage wren
#

unicod

chilly fulcrum
#

also, calvin said i had the most messages on this server? i find that hard to believe

graceful marsh
#

32k for me, 42k for you

candid trellis
#

now when I run the code it doesnt give anything. No error, no unicode characters. nothing

finite laurel
#

it's actually infinite craft helper with 391k

sonic heart
#

real

graceful marsh
#

We've used it a third of a million times???

candid trellis
#

also wtf is kijang

graceful marsh
#

Jesus Christ

chilly fulcrum
#

got one (1) new find, its unassigned

tepid blaze
chilly fulcrum
#

dies

chilly fulcrum
#

the output is a text file btw

#

not a printed message

candid trellis
#

I don't see any new stuff in downloads

chilly fulcrum
#

wont be in downloads

candid trellis
#

or does it put it elsewhere

chilly fulcrum
#

it puts it in the same place you ran it from

echo wasp
#

China's Yi Syllables, Yi Languages (all unintentional lol)

candid trellis
#

the .py is in downloads ...

chilly fulcrum
#

it would be called unobtained_characters.txt

echo wasp
#

just use an absolute path

sonic heart
#

i downloaded and double clicked it

echo wasp
chilly fulcrum
#

i suppose thats a yes then

echo wasp
chilly fulcrum
#

let me make the readme

echo wasp
#

(edit the files), script that i use, helped by gpt : )

abstract marsh
#

lineage? :D

chilly fulcrum
#

idk how to format it nicely tho

echo wasp
#

6 months later lmao

chilly fulcrum
#

i dont see any bold or font size options

candid trellis
#

Finally found the txt file in random place on pc.
Do I just send the txt file here?

chilly fulcrum
#

sure if you want

echo wasp
#

i just made it send it to downloads

candid trellis
candid trellis
#

some place I wouldnt check

echo wasp
#

yeah you really shouldve made the code go to downloads or sth rubiks

sonic heart
sage wren
chilly fulcrum
#

it goes to the same place it was ran from

echo wasp
#

clearly it didnt, i had to ask chatgpt to edit it for it to work

chilly fulcrum
#

i didnt use absolute paths because theres no way for me to know what the files on their computer are called

candid trellis
echo wasp
#

ok fair enough

abstract marsh
chilly fulcrum
#

i mean, can you send the version you used

candid trellis
#

it put it where my python.exe was instead of where the script itself was (last couple times it just put it there)

chilly fulcrum
#

oh interesting

sonic heart
chilly fulcrum
#

hm that may be due to how it was ran

abstract marsh
chilly fulcrum
#

running from command line might do that

#

im not sure i didnt test that

echo wasp
#

Random (yi syllables extension a)

#

another

abstract marsh
echo wasp
#

what the-

graceful marsh
#

You know that scene in the Simpsons where everybody walking into Homer's garden steps on the same rake repeatedly

That's what this feels like

sonic heart
#

how i got it

tepid blaze
chilly fulcrum
#

ok just upgraded my script hang on let me commit these

abstract marsh
sonic heart
#

👍

chilly fulcrum
#

okay i upgraded my script on the repo to auto-detect your save and the database

#

although

slate whale
#

at least its a fd u+01eb

chilly fulcrum
#

you need to have them isolated in a folder

#

if the folder has like other csv in them it will try use them

#

xd

slate whale
#

i should use chatgpt more often

abstract marsh
#

urgh, i kept them tight on each other

chilly fulcrum
#

sample folder

#

alternatively i could make it pick most recent json and 3 most recent edited csv

abstract marsh
#

nearly 30,000KB
quite alot of grind eh

echo wasp
#

alright, done with 128 chars

chilly fulcrum
#

128?

#

nice

echo wasp
#

another

#

Correction: one singular new character

#

another

#

not 64 but wtv

chilly fulcrum
#

what was the thing letting you through the barrier

echo wasp
#

i was doing them at the same time so yea

sonic heart
#

i tried getting f940, to no avail

echo wasp
#

ah yes

chilly fulcrum
#

upgraded again

#

now it lets u choose the files

#

hopefully file paths are okay..

#

i wll re upload that here and link that instead

#

or ill edit the old one i guess

echo wasp
# echo wasp

wanted to make chain but it was a mess from just the first few elements so yea

chilly fulcrum
#

This script outputs a file containing all the Unicode characters in your save but not in the latest version of the sheet.

#

nvm cant change the uploaded file

#

all good tho

#

will change link

echo wasp
chilly fulcrum
#

okay, see how that works for ya

#

give it a try

echo wasp
# echo wasp

Yi Syllables Extension A + China's Yi Languages = Yi Syllables Extension B

#

ill finish the chain first

#

went from trying to get yi syllables to farming cjk

#

anothet

slate whale
#

any idea what i should do cuz all deletes go to "ing"

echo wasp
slate whale
#

i never got that

echo wasp
slate whale
#

ty

chilly fulcrum
#

can someone test my new script

#

I’m hoping it’s easier to use

#

but the one trick you need to know is using ctrl to select multiple files at once

echo wasp
#

im still at my second chain

chilly fulcrum
#

I didn’t want to make it ask you 4 separate times

echo wasp
chilly fulcrum
#

I didn’t test with it working between loads of directories and the saving location would still be the python folder if you are running from command line and not in the folder - when I get up I’ll make it additionally print the results too

slate whale
#

uhh

echo wasp
slate whale
#

does the new script work with more csv at once

echo wasp
#

wym more csv

slate whale
#

more than 1 file

chilly fulcrum
#

as many as you want technically - although I didn’t consider what if you put in multiple versions of the same sheet

#

well it always used 3

slate whale
#

ik

#

but i run it selected the files and nothing happened

chilly fulcrum
#

now it can be 1-infinity but please choose the right 3

#

a file was created and saved somewhere

slate whale
#

ok

chilly fulcrum
#

it’s name is unobtained_characters.txt

slate whale
#

nvm i had to refresh

chilly fulcrum
#

When I get up I will make it print the output

#

so there’s a file and an immediate output

slate whale
#

not on sheet yikes

echo wasp
chilly fulcrum
#

kangxi sheet was archived a couple months ago

#

it’s no longer in use

#

We are back to 3

#

technically the code allows for some cases of splitting sheets up more but I think I assume in the code that each char is only listed once which may not be the case

#

so I’ll have to change that too

#

Well I don’t have to really since if you use it properly it’s fine - but some people will go ahh screw it and throw in every version of the sheet at once

echo wasp
#

you can prolly make the whole alphabet from this

slate whale
echo wasp
#

oh damn :/

slate whale
#

i gtg

#

i will try again later

#

but if you have soemthing different

echo wasp
slate whale
#

wait nvm

#

wrong character

#

ignore that

graceful marsh
#

Was gonna say...

echo wasp
#

uh what

#

don't question my "codepoint" chioces

#

choices*

graceful marsh
#

Me when I start operating in base 19

echo wasp
#

China's Yi Languages + U+a840 = [U+24B00]

echo wasp
sand coral
#

Unicode Soyombo Extended and some elements

raven ruin
#

the unicode post is gonna surpass awwm i'm calling it

untold crystal
#

Proto-sinaitic Unicode

#

A few missing chars from the sheet

untold crystal
slate whale
#

I was

#

Then i realised its not what i needed

sand coral
#

Unicode Inscriptional Pahlavi (couldn't find it anywhere)

untold crystal
#

I'm not even sure what is this

graceful marsh
#

Casy

slate whale
untold crystal
#

1d5c0

regal fulcrum
#

what do i do with this

#

how do you wield string appends

regal fulcrum
#

i've missed so much imfsnfsnmfmns

slate whale
regal fulcrum
#

oh

#

mhh

#

i need a whole course

slate whale
#

uhhh

#

it works for elements without quotes too

#

it usually adds at the end a letter/symbol

#

but there is string.replace too and other

untold crystal
# regal fulcrum what do i do with this

this thing usually adds a space at the end. String.append(' Letter') adds the desired upercase letter after a space. String.append('letter') adds a lowercase letter at the end.

#

this works mostly with "quotes" and sometimes with 'quotes'

final sable
#

I hate the string.cult

graceful marsh
#

CIVIL WAR

#

Or destringification at any rate

final sable
#

it’d be fine if they just documented their recipes properly 😭

#

very awkward entry points and they don’t give lineages for the awkward elements 😐

graceful marsh
#

'twas niche tech that went mainstream

#

Everyone that would've wanted to use it back then already knew how to get there

#

Still, the Eisern optimisations brought all main entrances down to sub 200 last I remember

final sable
#

yeah Eisern is the saving grace but it’s very easy to miss

#

what’s linked in the sheet isn’t sufficient—it needs to link to Eisern’s AWWO lineage

graceful marsh
#

Just found the thing I was talking about, at least #1226511876733669436 message

#

Whoo-hee, 173 steps

final sable
#

only time I’ve ever needed to try string.cult strats they failed 🗿

trim pond
#

what is that character that looks similar to = ?

thin warren
#

u+1400

trim pond
#

thx

thin warren
#

recipe for u+0328 uses (m̨) ? anyone here have that

untold crystal
#

1d5d0 1d5d1

untold crystal
thin warren
#

oh cool thank you

untold crystal
#

~~I'm also curious who got that. cause Nothing wants to make it in parenthesis. ~~ I got it in the end

olive timber
trim pond
olive timber
#

Idfk but im making it

#

Unfortunately it’s dead

#

Is it?

#

Yep

trim pond
#

: (

final sable
#

oh I might just be blind

spice lark
#

ill link my full single quote string alphabet later too ig

final sable
#

wrong link

spice lark
#

on the first page

final sable
spice lark
#

hmm i didnt know that link was wrong

#

i will change it later i guess

final sable
#

you want Eisern's AWWO lineage :)

spice lark
#

wait where does that link lead rn?

final sable
spice lark
#

i see

#

also isnt ‘..’ just ‘.’ x2?

final sable
#

yes but that’s just kicking the problem down the road to '.' lol

spice lark
#

fair enough lmao

final sable
#

neither of '.' and '..' is discord searchable

spice lark
#

rip horrible discord search

thin warren
#

'0' + Prepend Period = '.'
'.' + '.' = '..'

spice lark
#

isnt it also on optimize sheet

thin warren
#

probably

#

yes #1226511876733669436 message

final sable
#

alternatively ' + Period

spice lark
#

yeah i feel like ‘.’ is simple enough that the link is fine

final sable
#

well it gave me a headache

#

there’s a proper and optimised lineage so why link to an incomplete one?

spice lark
#

full one is more cluttered

final sable
#

the reason it’s so annoying is because string.append(' ') is the entry

#

and having your entry not properly documented is a cardinal sin

spice lark
#

oh yeah i changed that actually

#

its no longer the entry to alphabet

#

not sure if i changed that on the .append(‘’) page

#

we should probably take this to the string channel

final sable
#

eh idk if I have anything more to say

spice lark
#

alr yeah if you have any more feedback about the spreadsheet feel free to leave it in that channel though

chilly fulcrum
#

Ok how we doin? also gems if you have feedback about accessibility of the Unicode sheet I’d love to hear it - I always want to improve it

echo wasp
chilly fulcrum
#

where are recipes for them - given their frequent use if they arent on sheet they need to be

#

i can put it in i guess

#

U+a8b0 + #fromcharcode = start of 64 for cjk

#

continuing to upgrade scripts rn

chilly fulcrum
#

i had to make it a bit slower, maybe star has a better way or idea but the repo is public so

#

basically i upgraded it so that you can kinda say "screw it idk which version is which" and feed it every version of the db to ever exist and it still works

#

(for sheet link): This script lets you check which chars are in your save but not the sheet (provided you have downloaded the sheet). Note I renamed it to undoc_chars.py to allow for easier running from command line (it hates spaces in names)

#

someone please test with the most evil input you can

#

i want to make it as foolproof as possible

#

(me after updating it 5 seconds later to make the tiniest improvement)

chilly fulcrum
#

also plz test script

#

lol i keep finding minor tweaks to make

echo wasp
#

replace dr. with seq. - i can't unstring the last part

#

better than #1206592567622373446 message at least

chilly fulcrum
#

ok

echo wasp
chilly fulcrum
#

i made Seq. Prepend Seq. 💀

chilly fulcrum
#

next random script unicode + U+a4d0 = 12350 cuneiform entry

echo wasp
#

allat for non fd

chilly fulcrum
#

im only trying things ending in 0 maybe its not good

#

like idk i cant cover all the bases

#

sometimes ending in other numbers can make it go crazy, even tho not full block its still better than nothing

#

again whole lotta nothing

#

maybe i go back to b9xx? or i go new

echo wasp
chilly fulcrum
#

couldnt get 0e98

echo wasp
#

???? ill take it ig

#

free 123 chars

#

no way it wprked !!!

#

it incremented past 3f

#

wow finally 63 next codepoints in a row

#

couldnt go past 7f

#

ive only seen 3f and bf get overcome before lol

chilly fulcrum
#

whole lotta nothing

#

annoying

#

well instead of just making more and more things i already have i may as well work on guides/sheet

#

cant seem to find natas tool for the elements with most recipes anymore

#
0    �������������������    1198
1    😂    749
2    Emoji    725
3    ∴    681
4    0    586
5    👑    477
6    "    445
7    Treasure    438
8    Pirate    402
9    10    371
10    Mr.    341
11    #    336
12    ☯    308
13    Delete    302
14    😀    300
15    Tree    291
16    1    285
17    𗀀    278
18    100    269
19    ?    267
20    String    256``` there top 21
#

laughing face number 2

#

surprised 17000 only 278 recipes

#

surprised 10 beats 100

echo wasp
chilly fulcrum
#

i have plenty of that ye

echo wasp
chilly fulcrum
#

interesting, i wonder if its mising up 18xxx with 10xxx

#

khitan small script is not hard to make, Unicode Block + Khitan (although khitan was hard to make)

#

but it just makes 10cxx instead

#

same with tangut components

#

it likes 108xx

#

its forgetting to set the bit

#

some new fexx

#

first new in hours

#

fe50-55, 60-63, 70-73, 76-7f (so many gaps aaaa)

#

needs someone to fill in gaps eventually i guess

echo wasp
chilly fulcrum
#

nyoooo

#

seriously you should try the script now its way more convenient, it even lets you copy paste characters o.o

#

can run it in literally 20% the time as before

#

hm i guess cause its tabs the file previewer doesnt like it

#

but yeah you can see many of those are block starts

#

well theres 62%

echo wasp
#

i have sth running in cmd

chilly fulcrum
#

?

#

huge

#

i got a 3f break

#

amazing

#

feels great tho

#

3f break

#

still totally linear - i fail to understand how anyone ever does branched stuff, like i wasnt trying to be linear i was sorting stuff and just combining everything but it just did this idk, maybe somehow i am subconsciously biasing it to only things i just made

#

17240 o.o. [Replace Mr. With Seq.](#1206592567622373446 message)

#

well now that i used it i gotta recipe this xd

#

well thats an 80 then

#

30-7f

echo wasp
#

ok yea im gonna stick to my old script

#

(mostly cuz im lazy to enter the names again)

chilly fulcrum
#

dont need names

echo wasp
#

filenames

chilly fulcrum
#

i upgraded mine remember

#

no need

echo wasp
#

oh lol

chilly fulcrum
#

you can run it in like 10% the time

#

i think the one i linked is still technically old but the repo one is updated

echo wasp
#

wdym 10% the time

chilly fulcrum
#

less setup

#

try it

echo wasp
#

but like mine already run quites fast, im good w. mine

chilly fulcrum
#

but you have to rename stuff every time no?

echo wasp
#

no

chilly fulcrum
#

uh?

echo wasp
#

just change numbers

chilly fulcrum
#

??

#

oh ok

#

i mean sure still requires you to change stuff

#

this does not

echo wasp
chilly fulcrum
#

It also prints output as well as saving file

echo wasp
#

mine also does : )