-
as seen on Stack Overflow
- Search for 'Stack Overflow'
i have tried load and hebrew didn't work for me so i changed my code to
$.ajax({
type: "post",
url: "process-tb.asp",
data: data,
success: function(msg)
(partial code)
not knowing that post and get is the problem for my hebrew querystring.
so know i can get…
>>> More
-
as seen on Super User
- Search for 'Super User'
I'm looking for a (preferably free) hebrew font that the letter ? ("Chet"/"Ches") is shaped like the upper half of the letter "s" and is not a script font. The letter ? (lamed) should be shaped like a printed one, not have a loop on the bottom.
Thanks.
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hey,
Trying to solve this for a very long time now...
SELECT MATCH(name) AGAINST('??????')
(hebrew) doesn't work, but
SELECT MATCH(name) AGAINST('abraxas')
SELECT MATCH(name) AGAINST('????????')
(english, russian) work perfectly.
I know it's something with character-set, but I tried all kind…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello,
I'm struggling in creating a RTL UI in iPhone application. The framework doesn't seem to have any support for RTL languages.
The only thing is the alignment inside labels, which is nice, but it conflicts with other controls behaviour.
The question is:
Is there a working code for a RTL TableView…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi all,
When writing Hebrew to a database the text is written from left to right, Hebrew is Right to left, my app is writing olleh and not hello (in Hebrew of course).
To read the Hebrew into my app I use System.Text.Encoding.GetEncoding(1255);
My question is what am I missing when writing the…
>>> More