Questions tagged [persian]

The Persian tag is for issues relating to Persian (Farsi) language.

325 questions
0
votes
1 answer

what`s this Encoding?

Possible Duplicate: How do convert unicode escape sequences to unicode characters in a .NET string im translating zimbra , and i confusing to know whats this string encoding and what tools i can use to convert utf-8 encoded string to this kind ?…
bizzr3
  • 1,925
  • 4
  • 24
  • 37
-1
votes
4 answers

how to turn a Persian (Farsi) paragraph into its list of words in Javascript

I am trying to make an object out of a paragraph that shows words with their frequencies. var pattern = /\w+/g, //the farsi paragraph string = "من امروز در مورد مهر خروج مشمولین اطلاعات جدیدی از سفارت ایران در مالزی گرفتم", matchedWords =…
Mahanmeh
  • 89
  • 2
  • 11
-1
votes
1 answer

replace numbers inside textinput from arabic to english and accept negative numbers?

i write this code to convert arabic number to english number when the user start typing inside testinput its working fine but how i can enable it to accepts negative value it's prevent me to type (-) on number inputs jQuery(document ).on(…
maali
  • 133
  • 3
  • 8
-1
votes
1 answer

Itextsharp can't extract pdf unicode content in c#

I am trying to get the content of pdf file using itextsharp as you can see : static void Main(string[] args) { StringBuilder text = new StringBuilder(); using (PdfReader reader = new PdfReader(@"D:\a.pdf")) { for (int i = 1; i <=…
Ehsan Akbar
  • 6,977
  • 19
  • 96
  • 180
-1
votes
1 answer

why gui made with glade not showing persian words properly?

I want to show data from sqlite3 db to python gui made with pygtk and glade. the problem is persian words from glade and sqlite db both are in irregular form. any idea? app GUI (all words are in Persian)
-1
votes
1 answer

Visual Studio can't find System.Globalization.PersianCalendar

I need to use an object of type System.Globalization.PersianCalendar in my Windows Phone app but Visual Studio can't find it! Is there anything I can do? I have latest VS13 running in windows 8 x64.
hasan
  • 966
  • 2
  • 13
  • 40
-2
votes
1 answer

add unicode link in site map or farsi characters?

i have a shop moudle in my site that it cant be inclouded in website sitemap builder , because the sitemap builder doesnt incloude it in site map. so im making a site map for it separately my self! there is the main problem! links in main sitemap…
Amirff
  • 21
  • 3
-2
votes
2 answers

Convert Date to Shamsi in linq query

I want to convert Gregorian date to Shamsi in Linq query This is my query Contex = new RfidReaderEntities1(); var selectall = from myreads in Contex.V_DriverWithReadTags select new { myreads.RfidTagId, myreads.CarType, myreads.Plate,…
-3
votes
1 answer

Excel and CSV export does not show Persian characters correctly

When exporting SQL Server data to .csv, phrases in Persian don't show up correctly. string date = Helper.ToPersianDate(DateTime.Now).Replace("/", ""); date += ".csv"; Response.Clear(); Response.AppendHeader("content-disposition", "attachment;…
-3
votes
1 answer

Large amount of 404 Not Found errors due to unknown reason

My website worked correctly until last week, when suddenly lots of "not found" errors appeared. The error message is visible but I cannot find the reason. The errors stated that the pages that are unable to be found are linked from sitemap.xml,…
1 2 3
21
22