#Unicode
1 messages · Page 52 of 1
done
bet nobody will but if someone needs it.
1F18E in quotes
????
omg my first unicode character first discovery!
now all that i have not in sheet are all cjks lol
(probably not tho since i havent ran code since)
Chain well or no?
2816
Those below 2xxxx wont chain well since they are commonly used
tho I gotta say the 2xxxx ones don't behave that well
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 = "ψ"
28E0
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 = "ψ"
funny this was my first unicode
and now, time to add the difference (at least to get a bit more up to date)
oo
#1206592567622373446 message might be my first, but idk
probably one of my first #1206592567622373446 message
Hm
"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 = "ψ"
2 gaps 13110 and 17bc0
"greek.small.letter.alpha" + #fromcodepoint = "α"
"greek.small.letter.eta" + #fromcodepoint = "η"
"greek.small.letter.iota" + #fromcodepoint = "ι"
nice, found a gap
yay! 5k more to add in the db (they technically already are in but without recipe and marked as not found since i used a "old" version of the csv )💀
FFA4
"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 = "ψ"
FFD2 (FFD0 and FFD1 are not assigned)
oh my god guys i got 100 new elements!!! wow!!!1111 :O 🙀 😱 🗣️ 🤯
i got some random fds but idk if any of these would do anything, should i provide any lineages?
Generally you test first and then lineage later
if you find something useful with those things then you can post the lineage
ok, also has anyone tried to get names of unicode blocks
That is in fact the strategy behind most XXX Unicode elements
then there should be a doc for getting all of them
"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 = "ν"
Kana Supplement (unicode block)
also, is this a unicode block or unicode group? the pinned message calls these unicode blocks, while unicodepedia calls it groups
okay I give up on consistent greek alphabet unicode tech 😂
Block
@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)
https://ib.zptr.cc/item/01j4a6xh72m8r0ftj573c6xd56 Hangul Jamo (unicode block)
https://ib.zptr.cc/item/01j4a6ykjvrarfnkckdqz0xahc Hangul Compatibility Jamo (unicode block)
both of these lineages are very long and cursed, but theyre not in discord search and theyre unicode blocks
unicode is hard
But I'm gets shot and dies
Finite craft
lmao
How goethe the validation merging Fuezt?
ok
I keep forgetting to ping people for questions
How's the validation going?
can someone help trying to get U+FC00
I was already here 😭
Mr. U+
With your "..u-"
if anyone finds another, easier recipe post it. I know it needs optimization
16840-16844
What is this
2390/5225 done for the moment
exactly...
What does done mean?
what if Mr. U+ doesnt work?
This is my best tool to add a space... but it's ugly
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)
Mr. U+0000 if the first doesn't work out
Past that you start using String.appends
so rn i am at that:
and that is the last i will have to check:
not even with next letter or next alphabet?
Interesting strategy
also it keeps defaulting to FFFD
speak up
#1250302271900876800 message
I'll just... leave that there
Wait wrong link
Shit
can you explain more nfmsnfmn
unicode
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
cant find remove the spaces on the sheet :c
which sheet
oh for strings
#1226511876733669436 message
oh we got to 61%
im going to get 01ea alpahbet before 01eb
That's actually 01ea "alphabet"
Hope this helps
4387/5225
giving dead elements
Interesting method
but could probably work with capitals
out with politeness tech in with conversational tech
lol
Party time
ok?
It's excited
01F4 and 01f5 ... not nice I know
hey yall
holy shit is that the real jimmy_23
nah
aw man 😔
Need add letter X right?
Awesome
dont think so lol
How’d you get all that oh god
I’m fine to make this, just what’s prepend hashtag space
discord search
ooh cool Kali back here nice
he died
yeah i assumed so but was hopeful that he resurrected ,,
hes gonna resurrect in a week
okay - if you find more plz let me know - i am hoping to get a guide or database for tools in somewhere
I don't think it was about your sheet?
(boooooo)
(🤫)
still its relevant - my sheet is not how id like it to be with accessibility
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"
ok yeah fair
atm its nowhere near that stage, blame me if you want, after all i own the thing
Yea!
oh yeah how's the doc
um what
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
20a20
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
im gonna see if its feasible to increment past 3f
ok uh probably not
i have jurchen ideographs lol
21125
2112a
omfg this is getting so unfun
2112d
finally 😭
gap
final gap
finished
danm what curly? o.o
also di you clear your board for gaps or go away from the other elements
for room
clear part of it
rubiks can you change that one recipe on the sheet I pinged you about pls?
which one is that
you said you were gonna redo the greek ones
i didnt see if you did
^
well different recipes usually go onto notes as alt, unless it really is just that bad
okay, sure
those recipes are definitely consistent, but im not sure on ease
well i did chi
what is your goal quoting all unicode 😭
for all quoted unicode obvs
very helpful
im about to 128 a tangut block 💀
17410 + next anything = 17440
i mean ill take it
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...
you can always run the script
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)
It does increment past 3f but very rarely
I saw alfo do it quite a lot
also this was a thing apparantly
ok, dump in tool sheet
17440 - 1745f (3/4, getting better at gap filling)
seq stuff is also nice
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?
if you have a sample size of about 3-5 for me to study i can give it a go
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
idk its all on the shet
i dont have much seq tools
but like he does some Mr. stuff
only replace mr with seq
then next letter and then deletes and it magically works
idt he used seq for these
is there pictures for them
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
yeah it works for Mr. stuff quite well
cant relate
but its mixing these up with emojis
so i am not gonna have a good time
ic unicode in the future: blocks of 256
I might try simplifying Replace Dr. With Seq.
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
prepend dr. works most of the time
not worth it imo
ran script again
woah you got saurashtra
radu tried for the longest time
if i run mine it will look like that i bet
wasnt even fd, no wonder i ignored it
unless you did the chains
in which case it wouldnt look like that since you would have put them in
3a8c?
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
yeah i think i only made replace dr with seq
Gabon's Vai Language/ U+a654
1eef0
nvm i only have replace mr with seq
can we get recipes for those on the sheet plz
yeah doesnt seem to work
i couldnt get them in that order anyway
used it to go backwards tho
?
you'll understand shortly
Easier Tangut Syllabary Unicode
3a80
well the "go back" is all the way to the start of the block
anyways with this all 64 chars for that have been obtained
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
3a81, 3a82, 3a83, 3a84
fine to use and put in the radu sheet as long as syllabary unicode and tangut character are somewhere easy to find from here
see reply for missing stuff
? bruh what you couldnt increment with anything else? ha
1B5E
wow thats so deep
whats the idea behind all the hi
and dr
and replace
i didnt do this
cuz like the stuff id try didnt work
like seq. would remove one of the chars
so i tried quoting it
was there alphabet order consideration?
no not rly
oh ok
Nice
You did? are you sure? cause I didn’t put it back
Yeah, yesterday when Obby I think brought it up
client lied I guess (or I messed up permissions and someone did some trolling)
Who is obby btw? I don’t remember
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
dementia feature *
Ok I changed it back
just greek, for string building math stuff 😈
well it’s up to you if they should be mains or alts. I’ll give the lineage for "greek.small.letter."
you mean
dementia blessing
interesting that works though, usually the names of chars are useless
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
could you use https://discord.com/channels/1203527044957208596/1217017057200050257 for that?
U+2D7F (2D71 to 2D7E all unassigned)
btw (this is probably already known but) while doing all this I learned that Unicode Consortium is super powerful
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
is it? hm its one of my very early pins that i rarely ever use, mostly because it just gives random emojis usually
it often gives modified versions of the character youre going for, which is nice
e.g. bolded, italicised, bolded and italicised, etc. etc. etc.
random 1dxxx generator, yeah there is many of them
ah okay
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
2D34
Where did you get the idea for gabon? Vai isn't used there
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
Who is "you"
Because if you're speaking to the collective masses I'd say curly "gut" or "ngut"
I will not stand for curly racism they are well-functioning members of society
I will not stand for a no curly racism policy they are bad-functioning members of society
More at 4
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
still need a recipe for this?
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
U+a470 + Next Random Unicode = 121f0 entry
rubiksmath what if u added a tab to the sheet for unicode block names
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
Did I post this yesterday? if not can you add it
2AFC
this might work out
do Gambia next then
(tho vai is from Liberia but wtv)
yi is a family of languages not a single language 😡😡
pluralise it NOW !!!!!!!!!
🥊🥊
niko running wild
Mr. apepnd, do you want to lineage Masaram Gondi Unicode or should I?
the names Tinsley Farms actually
I think you do it
Ugh
Fine
alright does seem to give yi syllables
got a way easier a040
time to do text lineages!
It did it again
anyone want to continue 121f0 cuneiform?
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
I manages to get stringless for the last part
havent done Apostrophe part yet
already done
3 letters are like actually hard to make
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```
neat
some string bs
but the o
ǫ
although to be honest offsetting the quotes like that i havent a clue - ive only ever seen apostrophes be nested
"hi " is only string here, and i guess 's if you count it
amazing autocomplete
actually saved an hour
Masaram Gondi Unicode keeps giving Brahmi for some reason
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
it always makes uad0 regardless of how i remove it atm
right but
you didnt do the "000u+" it seems
I also had problems with this
damn it every single one is like this isnt it
now f0
every append is Nothing
so unusual
yea. i have no idea why it behaves like that
?
Huh, got a Unicode 500 error but it solved itself
I just clicked back on my browser and lost all my stuff from the "playground"
it what 💀
hmm when you hit these problem codepoints where like, you cant remove mr, mrs, or baby
what do you do
all in, or stop bruteforcing and do other codeblock
well they get it every time so i want to know how they manage to get it every time
do you guys use script to save current board or just start new each time?
Dont shut off your pc 💀
Copy + Pokemon
i guess im not alone on this one 💀
surprising i guess
yeah if i could have made "..u-aad0" i would have got that
but i couldnt
i always try U+
oh lol
Couldnt you just use Remove The Mr.?? And not using swap genders etc..
no
Anyone has a good recipe for this?
anybody in here happen to have 歌 ?
it removes the +
did i ask at bad time or is it not that pressing rn?
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)
are we in U+20XXX yet with current lvl of unicode?
Ah okey
I found Convert Hex To Decimal+Convert Decimal To Hex, not sure how helpful they are #1268601739565732033 message
f929 (sorry)
i have flip the word order but not that one
discord search
february ahh recipe i bet
april
december
f92b
dude i am blind i thought it said Delete The ł
what 💀
ah yes
i know
nice link hit
even tho i dont see it
oh well
whats the deal with looking for 6263 tho
kinda funny the utf-8 isnt even that similar
got a bunch of random unicodes and checking if they're in alr
i have a script for that
U+7A09~U+7A0B, U+9867
to add?
wdym?
U+62A5
what does your script do
it outputs all the characters you have that arent ticked on the sheet
unexpected baby
the baby unicode is 1f476 so that explains the emoji
average private use? actually what even is that
again?
oh right it was private use
interesting
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)
has china's yi language been optimised
u+f938
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
rename them
to?
whatever you have them as
But why?
Where do I find them? Are they standard on your pc? Do I download them? ...
download them
yeah you have to rename them if they are called something different
or change code
either or
Download the three main sheets as CSVs
oh the spreadsheet
Yip
want to make an instructions for use? i can make a readme on the repo
Who are you talking to
all I needed was this one sentence 🗿
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
unicod
also, calvin said i had the most messages on this server? i find that hard to believe
32k for me, 42k for you
now when I run the code it doesnt give anything. No error, no unicode characters. nothing
it's actually infinite craft helper with 391k
real
We've used it a third of a million times???
also wtf is kijang
Jesus Christ
got one (1) new find, its unassigned
would have probably be used more if contribution to it was still possible
dies
Yeah
?
I don't see any new stuff in downloads
wont be in downloads
or does it put it elsewhere
it puts it in the same place you ran it from
China's Yi Syllables, Yi Languages (all unintentional lol)
the .py is in downloads ...
it would be called unobtained_characters.txt
just use an absolute path
i downloaded and double clicked it
anyway (stringless China's Yi Languages)
i suppose thats a yes then
you can get chatgpt to do it for u
nuh
let me make the readme
lineage? :D
idk how to format it nicely tho
6 months later lmao
i dont see any bold or font size options
Finally found the txt file in random place on pc.
Do I just send the txt file here?
sure if you want
i just made it send it to downloads
how random is it
some place I wouldnt check
yeah you really shouldve made the code go to downloads or sth rubiks
i did "the Unicode " + Soyombo + Unicode Batak
so how did you find it then?
it goes to the same place it was ran from
clearly it didnt, i had to ask chatgpt to edit it for it to work
i didnt use absolute paths because theres no way for me to know what the files on their computer are called
search options be like
ok fair enough
alright thanks, give me 10 mins to craft "the Unicode "
i mean, can you send the version you used
it put it where my python.exe was instead of where the script itself was (last couple times it just put it there)
oh interesting
"the Unicode" + U+0020
hm that may be due to how it was ran
dont mind me, i dont have the last 5-10 step of it so it will take a while
nvm extend it to 20-30ish
what the-
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
"the " + "u" + "un" + delete last character + delete last + "0:" + "cod" + "e" + delete first character
how i got it
yeah i think there a problem with that (im pretty sure ive seems someone complain about the same thing about some program i made in this discord, and they used it in cmd)
ok just upgraded my script hang on let me commit these
already crafted it, thanks for the guide, i found the source needed when i commented that
👍
okay i upgraded my script on the repo to auto-detect your save and the database
although
at least its a fd u+01eb
you need to have them isolated in a folder
if the folder has like other csv in them it will try use them
xd
i should use chatgpt more often
urgh, i kept them tight on each other
sample folder
alternatively i could make it pick most recent json and 3 most recent edited csv
nearly 30,000KB
quite alot of grind eh
alright, done with 128 chars
what was the thing letting you through the barrier
oh no it was two separate chains
i was doing them at the same time so yea
i tried getting f940, to no avail
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
wanted to make chain but it was a mess from just the first few elements so yea
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
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
any idea what i should do cuz all deletes go to "ing"
i assume youve tried remove the "alphabet" right
i never got that
search remove the z
ty
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
im still at my second chain
I didn’t want to make it ask you 4 separate times
299ce
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
uhh
299e1
does the new script work with more csv at once
wym more csv
more than 1 file
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
now it can be 1-infinity but please choose the right 3
a file was created and saved somewhere
ok
it’s name is unobtained_characters.txt
nvm i had to refresh
When I get up I will make it print the output
so there’s a file and an immediate output
not on sheet yikes
299f2
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
didnt work ffs
oh damn :/
Was gonna say...
Me when I start operating in base 19
China's Yi Languages + U+a840 = [U+24B00]
Ok uh, I can't continue it on mobile lol
Unicode Soyombo Extended and some elements
the unicode post is gonna surpass awwm i'm calling it
"Î" Were you searching for this? Or am I mistaking?
Unicode Inscriptional Pahlavi (couldn't find it anywhere)
I'm not even sure what is this
Casy
yes
works with quoted elements
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
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'
I hate the string.cult
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 😐
'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
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
Just found the thing I was talking about, at least #1226511876733669436 message
Whoo-hee, 173 steps
only time I’ve ever needed to try string.cult strats they failed 🗿
what is that character that looks similar to = ?
u+1400
thx
recipe for u+0328 uses (m̨) ? anyone here have that
1d5d0 1d5d1
I think this is way better
oh cool thank you
~~I'm also curious who got that. cause Nothing wants to make it in parenthesis. ~~ I got it in the end
unstring.append()
wtf that exists?
: (
i did 😭 i changed it today
oh I might just be blind
ill link my full single quote string alphabet later too ig
what eiserns thing is literally linked at the top of the page for mr. string.append() and string.append()
on the first page
that lineage contains '..' which is undocumented
you want Eisern's AWWO lineage :)
wait where does that link lead rn?
here #1250302271900876800 message
yes but that’s just kicking the problem down the road to '.' lol
fair enough lmao
neither of '.' and '..' is discord searchable
rip horrible discord search
'0' + Prepend Period = '.'
'.' + '.' = '..'
isnt it also on optimize sheet
alternatively ' + Period
yeah i feel like ‘.’ is simple enough that the link is fine
well it gave me a headache
there’s a proper and optimised lineage so why link to an incomplete one?
full one is more cluttered
the reason it’s so annoying is because string.append(' ') is the entry
and having your entry not properly documented is a cardinal sin
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
eh idk if I have anything more to say
alr yeah if you have any more feedback about the spreadsheet feel free to leave it in that channel though
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
uhhmm...... just for incrementing?
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
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)
ill optimise replace dr. with seq.
replace dr. with seq. - i can't unstring the last part
better than #1206592567622373446 message at least
ok
i made Seq. Prepend Seq. 💀
next random script unicode + U+a4d0 = 12350 cuneiform entry
allat for non fd
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
couldnt get 0e98
???? ill take it ig
free 123 chars
no way it wprked !!!
it incremented past 3f
29040
wow finally 63 next codepoints in a row
couldnt go past 7f
ive only seen 3f and bf get overcome before lol
7%
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
if u rly want to find a bunch of new stuff, easiest way to do so is cjk
i have plenty of that ye
https://github.com/Rubiksmath/IC-Unicode-Scripts/tree/main here how is the script + explanation
not sure if I've finished this
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
and it'll be you
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%
i have sth running in cmd
?
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
ok yea im gonna stick to my old script
(mostly cuz im lazy to enter the names again)
well worked : )
filenames
oh lol
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
wdym 10% the time
but like mine already run quites fast, im good w. mine
but you have to rename stuff every time no?
no
uh?
just change numbers
c878
It also prints output as well as saving file
mine also does : )