Spyke

Syndicated from the fediverse. Read and engage on the original instance.

View original on lemmy.ca

33 replies

lemmy.zip

Because it supports Unicode, like every modern program should.

51
lemmy.world

Unicode support in your coding language is great right up until someone accidentally inserts a lookalike character or closing quotation mark somewhere (phone keyboards and accessibility tools do this a lot). The code will look correct but fail to compile, and it can be a nightmare to debug if you don't know to look for it.

9
Miaoureply
jlai.lu

Any half decent compiler can find this

6

Same. I like my sims to be about half spreadsheet. There really aren't many options for a trading sim with extreme detail.

3
lemmy.world

The didn't yet have the concept of 0, so it's not historically accurate

13
lemmy.world

Not necessarily. They might internally encode strings as Unicode, but that doesn't mean the engine will include full support for multi-grapheme glyphs, right-to-left (or top-to-bottom) text order, combination characters, or a host of other features that aren't needed when rendering English text.

It took a lot of work to make Godot compliant.

6
ani.social

o i c, ðy wr incompliant b4, & ð news was ðy finally achievd unicode orienta ʃ compliance. 🙇‍♀️ 4 explaiŋ.

::: spoiler A lot of code aint, even lemmy & pylova I prefer vertical langs myself.

lmk if u need an index of the abbreviations used above :::

3
lemmy.world

They've technically been compliant since Godot 4 came out in 2023, but they've continued to update their i8n and l10n (internationalization and localization) support with every subsequent release. And since the Godot editor runs on the Godot game engine, developers benefit from these changes too.

From what I hear they're one of the nicer engines to work with when it comes to translations now - Godot has added lots of usability and testing tools, including in the UI design layer so developers can verify the localized versions are working and look right from the earliest stages of development onward.

I prefer vertical langs myself.

I wonder if users of vertical languages prefer portrait screen orientation to landscape?

3
ani.social

I wonder if users of vertical languages prefer portrait screen orientation to landscape?

Legit don't matter.
But I hope u read ð rest of 🧵, ’cʌ exactly usŋ multiple langs ʃn’t break orientaʃs. Evn if must, it ʃ gracefully fallback t ð dominant skirpt, if not, v orientaʃ marks as u type. I’m still angry Unicode took out VTM.

2
lemmy.world

I read it! I know most of the characters you use, and the remainder were easy enough to figure out through context. :)

What was VTM? Search is not being helpful today.

1
lemmy.today

For code obfuscation purposes, I presume?

EDIT: Sorry - guess I should have included the /s, but I thought the joke was obvious.

0
Axolotlreply
feddit.it

BS, you can just open the files on a editor that doesn't support every unicode feature/disables unicode and it will look like (almost) normal text so the purpose is not obfuscation, which, Godot, an open source engine has no interest in doing that anyway

3

Fair, it's just that lately on lemmy- everywhere in general tbh, i see people saying stuff like that unironically

3

You reached the end