python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
VSCode IDE messes up RTL strings after selecting
Recently, I had to reinstall windows 11 on my machine. So, after that, I had to install VSCode again (therefore, I have the most recent version of VSCode).
Now, whenever I select any Persian sentences...
TheFaultInOurStars
Votes: 0
Answers: 1
Remove letters when using UTF-8 in python
I face a weird problem when I use UTF-8 and the Persian language in python.
When I want concat two strings with half-space ('\u200c') the last letter of the second word has been removed.
Here is an ex...
Mahdi Akhi
Votes: 0
Answers: 0
Mirrored actions on UIActivityViewController, swift, with persian language (iOS 15.4)
screen shot
As you can see my actions are mirrored while I set my application language to persian.
It just happening on iOS 15.4 older versions are works fine
my main text share is in persion and it's...
Sepehr Keyhani
Votes: 0
Answers: 3
Iranian Solar Hijri Calendar in Python
Is there any library in python like calendar module for the Persian solar Hijri calendar
I want to print a month like this, for the Iranian calendar (solar Hijri):
>>> from calendar import Te...
kamyarmg
Votes: 0
Answers: 1