Earlier quoted context omitted.
I actually thought that part was perfectly clear. > In general, the letter combination ال should be common. So if your text has more than a few words, you should be able to look though your text and see that somewhere. I can't read Arabic but I can recognize that pattern. I went to https://www.bbc.com/arabic and could find numerous occurrences. It's a bit like saying "if you have a paragraph in 'English' and it has n…
A group of flying kookaburras flap about a body of liquid. In this group, individuals distinguish from distinct sorts. Small, big, colorful or plain, all flap wings as a way to maintain afloat. It's a sight to watch as this group zips, zooms, and turns all around. It's a natural habitat for this flying squad, and you can find it in many spots around our world. This group adds to our natural world's charm and, through…
Help! Is This Arabic?
241–250 of 304 posts
Re: Help! Is This Arabic?
#242Earlier quoted context omitted.
Egypt has ~100 million people, the vast majority of whom are going to be native Arabic speakers. Algeria, Sudan, and Iraq also have ~40 million people each, again, most of whom are native Arabic speakers (of different varieties). Morocco, Saudi Arabia, and Yemen are no slouches either. In short 300 million native speakers of various Arabic languages is extremely plausible. FWIW, the usual estimate for worldwide adher…
PEW Research and Wikipedia estimate are 1.9B. [1] https://www.pewresearch.org/religion/2011/01/27/the-future-o... [2] https://en.wikipedia.org/wiki/Islam_by_country
Re: Help! Is This Arabic?
#243Nice to have some smoke tests, but wondering about minor details in the first things always undermines credibility for me quickly: > The text is rendered left-to-right, instead of right-to-left. siht ekil daer ot gnivah ekil s'tI! But the text (the arabic one) is not rendered in different direction bad vs good version? So this is just alignment? I can understand this still is very annoying and triggering, but not as…
Re: Help! Is This Arabic?
#244Crazy how there’s “two billion people” who can read Arabic and seemingly 0 of them are making serious contributions to Arabic text rendering except this one specific guy. Weird.
Re: Help! Is This Arabic?
#245I wrote a note in GMail the other day where I needed a Latin phrase. For accuracy I pasted it from the web page where I found the original. It screwed up the “x height” of the text that followed. And offended my sense of correct typesetting. I had to do the paste via third app maneuver to get my email right. So this is just QoI between two European-biased applications using two European languages that use the same ba…
Hold shift while pasting (chrome) to paste the text only, no formatting.
Re: Help! Is This Arabic?
#246Nice to have some smoke tests, but wondering about minor details in the first things always undermines credibility for me quickly: > The text is rendered left-to-right, instead of right-to-left. siht ekil daer ot gnivah ekil s'tI! But the text (the arabic one) is not rendered in different direction bad vs good version? So this is just alignment? I can understand this still is very annoying and triggering, but not as…
Re: Help! Is This Arabic?
#247Earlier quoted context omitted.
Farsi has the letter "p" which Arabic does not. That letter has three dots on top (sometimes drawn like ^. I think there may be another. Arabic only has the "sh" sound with the three dots. Trying to read Farsi, it feels like I should know what's going on but am left with the feeling that I've forgotten all my Arabic. Then I'll see some of the bonus letters.
"p" has three dots beneath it (پ), three dots on top is "s" (ث).
Looking back on it, I remember feeling like I can't remember Arabic, but part of it is that this also happens during that time when I'm getting used to the script. There is always an adjustment period with every new font/handwriting that takes a sentence or two to sort out the style before I truly start reading.
Re: Help! Is This Arabic?
#248Re: Help! Is This Arabic?
#249naive question. Is there an arabic equiv of a 7 segment display? It looks like a writing system that is very amenable to that sort of digitization. Always a center line, and then up to two strokes going {up, down, diagonal, curved} intersecting at the {left, middle right} of the main line, followed by some dots to further specify a sub-category. Seems like a small finite set of graphical components being composed tog…
never seen one. my guess is it does not exist. it would make a great artistic project
Re: Help! Is This Arabic?
#250Tangentially, for those doing web development, CSS has a bunch of "logical" properties [1] that adapt to the locale of the user agent. For example, you can swap out `margin-left` and `margin-bottom` in your CSS with `margin-inline-start` and `margin-block-end` respectively. Similarly, `text-align` accepts start/end instead of left/right. Even if you're not targetting right-to-left or top-to-bottom locales, it's easy…
I've usually found that the arguments for these properties revolve around, "well, what if I decide to use traditional Mongolian in the future?," which seems like the biggest case of YAGNI I can think of. I suspect their popularity is owed to tutorial authors showing off their CSS prowess.
(I'm also not convinced of the need to flip sizing values for RTL/LTR, but that's at least useful)