Earlier 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.
> 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 This is what Dutch sounds like to me as an English speaker - plenty of common sounds with English; it has a similar speed, rhythm, intonation to English. It feels like I’m hearing English but have lost my faculties to parse it
Help! Is This Arabic?
131–140 of 304 posts
Re: Help! Is This Arabic?
#132The core issue is people without familiarity with how non-native (to them) script can function - in the English centric world it means assuming one letter == one visual glyph, and the visual glyph won't get a different rendering depending on context. Native English speakers don't seem to really acknowledge that the English alphabet does have contextually different glyphs for the same letter: that is what capitalizati…
ah but you see, my conviction on one letter == one visual glyph context be damned is not hypocrisy nor is it cultural chauvinism. i for one am perfectly consistent. capitalization ought be abolished, tradition is not justification. language is about the encoding of information. capitalization is wasted code space. tradition is dead men telling you how to live. and after that, simplify the letters down into combinatio…
Re: Help! Is This Arabic?
#133> I hope this will you help in case you cannot afford to hire anyone at all with a elementary school level of Arabic script reading. Oops.
Re: Help! Is This Arabic?
#134Earlier quoted context omitted.
Numbers will typically be rendered in Arabic numerals and not in Arabic script if a 7 segment display is being used. Latin characters are already pretty difficult to read on a 7 segment... Arabic would be even more difficult.
That's not entirely what I meant by my question. Let me try rephrasing. Is there a thing that works on the same principle as a 7 segment display, possibly with a more than 7 segments but still a manageable amount, which is designed to display Arabic characters with a similar amount of legibility?
My understanding of Arabic is that this would be _exceedingly_ hard to generalize into individual, discrete glyphs that could not only be broken out into their own segments but then repeated in a way that makes sense.
The only way I could personally think of is with matrix displays, which act more like normal displays.
This is because even though it is an alphabetic script, the blending between characters is non-trivial and highly dependent on the sequence of glyphs, which causes an explosion of possible combinations depending on what's being written.
That said, you can always design segmented displays that show _any_ shape or script, assuming you don't need to change them.
Re: Help! Is This Arabic?
#135Earlier quoted context omitted.
>most of those people probably do not understand the Koran's language (which is a more than thousand year old version of Arabic). My understanding, as a non-Muslim who doesn't speak Arabic, is that the standard Arabic is pretty conservative such that MSA, as would be commonly heard on TV or read in the news or other more formal settings, is not very far off the Arabic used in the Quran. So I think most native Arabic…
Most native Arabic speakers will be able to understand large chunks of the Qur'an. There are some words / phrases in the Qur'an that wouldn't be used in modern Arabic that might prove challenging for those who don't engage with the Qur'an on a regular basis, but the Arabic of the Qur'an is very close to that of MSA. To most Arab speakers, both Classical Arabic and MSA are simply referred to as Fusha. There are also m…
Re: Help! Is This Arabic?
#136Earlier quoted context omitted.
The writer most likely count the moslem population. Most moslem don't speak arabic but they recite quran (written in arabic) daily. Most of them will notice if a ال written as ل ا
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…
[1] https://www.pewresearch.org/religion/2011/01/27/the-future-o...
Re: Help! Is This Arabic?
#137The main thing here is knowledge of the language. Given how widespread Arabic is (though perhaps not so much in the gaming ecosystem which is Rami's area), it makes sense to have someone on the team knowledgeable about the language while doing translations. I encountered a (sort of) similar problem while rendering Devanagari text and wouldn't have realised If I couldn't read the text https://stackoverflow.com/questio…
> it makes sense to have someone on the team knowledgeable about the language while doing translations Speaking about translations, I had. Laughable experience when I was experimenting with Google translate API a few years ago, when I picked some random text about solar system from Wikipedia that reads something like “Mercury is a planet of the solar system”, when translated to Arabic, it read “الزئبق هو أحد كواكب ال…
Re: Help! Is This Arabic?
#138Re: Help! Is This Arabic?
#139Earlier quoted context omitted.
Or just copypasta through Notepad (or your favorite Linux equivalent) for a universal formatting-stripping solution.
for a faster universal solution in windows, press win+R and paste, copy from the run dialogue, and for a faster universal solution in linux make a script that utilizes xclip and bind it to a custom shortcut
Notepad is for multi-line text.
EDIT: While the address bar trick may be slightly more convenient than Win+R (and the easiest thing to do on Linux), keep in mind that whatever you paste there will likely end up recorded on someone else's servers. I bet this was a major driver for integrating previously separate address bar and search bar, and adding "search suggestions" function...
Re: Help! Is This Arabic?
#140Earlier quoted context omitted.
Or just copypasta through Notepad (or your favorite Linux equivalent) for a universal formatting-stripping solution.
I don't know about "just" for a solution that more than doubles the number of steps.
That is, the best way to deal with apps being too clever about rich text, is to never give them rich text in the first place.