arabic

Disable digit substitution

How can I disable the digit substitution (for example for Hindi numerals instead of Arabic ones) for my application (native c++) completely? I want all the numbers displayed with 0123 instead of ٠١٢٣ There is an option in localization options in windows, but I don't want to change that for the user. Only for my app. Thank you! ...

Right to left language support in php

I am developing a site where people will put their comments, in arabic. my website is built in php. does any body know a way how to add right-to- left language support to write text in english? ...

Arabic text Editor for website like WYSIWYG editor

Is there any open source text editor like ckeditor that we can embed into our website for arabic input? ...

Writing Arabic chars in Android

This is the code I used but every time I excute it force to stop. note that I use it on android 2.1 package com.arb; import android.app.Activity; import android.os.Bundle; import android.widget.TextView; import android.content.res.AssetManager; import android.graphics.Typeface; public class arabi extends Activity { AssetManager arab...

SVG arabic fonts not showing properly

Hi all, I have SVG embedded arabic font. It's not showing properly in browsers: Chrome 5, Safari 5, Opera 10.54. But batik's Squiggle shows correctly for SVG arabic fonts. After some testing and searching I've found that my SVG embedded arabic font contains valid glyph data for the character(for all four positions: initia...

develop iphone application in arabic language

hi, how can i develop an arabic iphone application?it is included in all iphone sdk?and how to use it? thks ...

How to get and pass Arabic characters in a non-unicode c++ environment

I'm currently working on a project that is written in C++ and uses True OLE DBGrids with a MS Access backend. This all works well until now we need to be able to convert our GUI to display Arabic characters. The DBGrids do not use Unicode so I need a way to display the characters from the database without using Unicode. Currently I ha...

Multi-language ePub

I searched high and low but couldn't find a single ebook in a non-english language, especially Arabic? Does ePus support non-english languages? Does it support Arabic (right to left)? Thanks ...

PHP get Arabic Content from SQL SERVER

Hi, how can i get Arabic content when i run MSSQL_QUERY? it appears as ???? i tried to do this $res=mssql_query($q); $row=mssql_fetch_row($res) echo iconv("unicode","utf-8",$row[0]) but in this case it shows the value as Chinese letters as 潬穬 any suggestion is highly appreciated ...

How to create a regex for parsing Arabic Dates

I'm working on a program that is running a series of regexs to attempt to find a date within the DOM from a webpage. For example, in www.engadget.com/2010/07/19/windows-phone-7-in-depth-preview/, I would match "Jul 19th 2010" with my regex. Things were going fine in multiple formats and languages until I hit an arabic webpage. As an ex...

How do I get both arabic and english text to show in a wordpress blog post?

I am trying to make a blog that has both arabic and english as primary languages. I'm using unicode (UTF-8) as my character encoding but when I paste a chunk of arabic text into the editor, it comes out as all "?". It shows up fine in the editor when I first paste it, but then after clicking update, it changes all the arabic text to ju...

Reversed and separated Farsi/Arabic characters in adobe Flash on Ubuntu

Hi, If there is any Farsi characters in Adobe flashes on websites; they show reversed and separated such as bellow screenshot that takes from facebook video player in firefox : found something that shows this problem is from flash text engine (here). but Adobe has just presented reformed text layout framework for flex and flash 10 tha...

Convert English numbers to Arabic numerals

How can i convert English numbers being retrieved from the database to Arabic numeral symbols in PHP. EDIT: Here're some examples of what Arabic numerals look like. I live in an Arab country, so please don't go around explaining to me what Arabic numerals look like. If you can help, good and well. I don't need bogus ideas. http://uploa...

Display special characters in PHP

test.php - Using regular IDE(phpDesigner7) <head> <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" /> </head> <body> <?php echo "بوغاليا"; ?> </body> </html> output : ??????? test.html - Using regular IDE(phpDesigner7) <head> <meta http-equiv="content-type" content="text/html; charset=iso-8859...

Transform project from windows-1256 to utf-8 charset, what's the right steps?

I got a PHP & MySQL script that use windows-1256 charset, I now want to modify the whole script make it completely built on utf-8 charset. starting from mysql DataBase to PHP files. what is the right steps to achive that's??!! Note: I use non-Latin language in script (Arabic language). ...

jquery arabic letters support

hi guys try this code it works very smooth Html <html><body> <div id="container"></div> </body></html> Jquery $('<div id="footer"><p>جميع الحقوق محفوظه لشركة</p></div>').insertAfter('#container'); but the problem in Arabic letters its look like that ������������������������ ...

Problem displaying Right-to-left arabic text while viewing page in IE7.

I have a sturuts application that displays some data from the database . This data consists of arabic characters. when i view the application in IE6, the right to left orientation of the arabic text is apperaing properly. But when i view the same page in IE7, the arabic text appers as left-to-right text. Can somebody help me out with th...

Arabic WebRequest C#

I am trying to access a website through C# using the WebRequest and the WebResponse object, I logged on to the site and preserved the cookie to further browse it, The problem is that the website is arabic and somehow I got a formatted message from the website indicating that my browser does not support arabic. Perhaps I can add somethi...

Arabic Support in Blackberry

Please tell me how to add Arabic Support in Blackberry OS 4.3 and 4.5, while i am getting Arabic text from DB in UTF-8 format and when i want to show on OS 4.3(8130) or OS 4.5(8830) Simulator it displays "Small Filled Squares" and on OS 5.0(9700) Simulator that supports Arabic, the Arabic Text displays. So kindly give me solution of it, ...

HTML - Arabic Support

i have a website in which i have to put some lines in Arabic.... how to do it... where to get the Arabic text characters... how to make the page support Arabic... i have to put a line per page and there is a lotta lotta pages so can't go around making images and putting them... ...