2
votes
3answers
44 views
show hebrew words in a php response
hello..
i am sending a JSON response through a php script which has some hebrew words.but when i run this script on browser it is showing '?' instead of hebrew characters..
FYI.. …
0
votes
1answer
33 views
Mysql’s LIKE is missbehaving with Hebrew and backslashes, why?
I have the following SQL query which returns the correct results:
SELECT *
FROM `tags`
WHERE tag_name = 'בית\\\"ר-ירושלים'
If I change it to
SELECT *
FROM `tags`
WHERE tag_name …
1
vote
2answers
43 views
how can i detect hebrew characters both iso8859-8 and utf8 in a string using php
I want to be able to detect (using regular expressions) if a string contains hebrew characters both utf8 and iso8859-8 in the php programming language. thanks!
1
vote
2answers
38 views
Right to Left Alignment for UITableView
Hello All,
I am working on an arabic app for iphone 3.0.
i was wondering if there is a way that i can convert the UITableViewCell to be right-to-left.
I want everything to be in th …
0
votes
0answers
68 views
jquery ajax encoding issue
$("#footerform").submit(function(){
$.ajax({
type: "POST",
url: "contactrespajax.asp",
data: $("#footerform").serialize(),
success: function(){ $("#footerform").hid …
4
votes
4answers
130 views
Can I generate a PDF file in Perl using Hebrew and English text?
Do you know if Perl's PDF::API2 module can generate documents with both English and Hebrew text? I have searched for a while and cannot seem to find how to handle right-to-left la …
1
vote
2answers
32 views
View webpage in Hebrew language
hi,
I have a website with few HTML pages. How can I display them in the Hebrew language?
What are the steps that I should follow to ensure it is viewed in different languages for …
1
vote
2answers
69 views
Can CSS stylesheets be bidirectional?
Can CSS be bidirectional or is a stylesheet inherently tied to the direction of script (RTL vs. LTR)?
I.e. can one and a single stylesheet work for both left-to-right (English) an …
1
vote
3answers
54 views
non english (hebrew) chars in hostname
Is it official? Where is it defined?
How can I transform between the english and non-english version, programmatically?
I see domains that google recognizes as hebrew, but the br …
0
votes
1answer
52 views
How can I make Twitter from the terminal display Hebrew characters correctly?
I've been using the Perl solution for Twitter via Terminal: IRSSI + TWIRSSI for the past couple of days. Amazing. The feeling so nostalgic yet so futuristic; beautiful. However, on …
0
votes
1answer
54 views
This is asking a lot, I know, but: Help me translate this Glossary plugin for WP
In my search for a good glossary plugin for WordPress, I came across Natan Olsen's WP-SNAP. Which is brilliant. Only I need it to work with Hebrew.
I know this is asking a lot, bu …
2
votes
3answers
96 views
Localize current time in PHP
Trying to display current time with PHP (using this):
$date = date('m/d/Y h:i:s a', time());
echo $date;
As simple as it gets. How do I localize it? I want to translate t …
0
votes
1answer
68 views
Where can I find a list of Hebrew stop words?
Where can I find a list of Hebrew stop words?
0
votes
1answer
61 views
Hebrew support in a C ncurses application
We have a C nurses based application (runs on most flavours of Unix, but we favour RHEL). We've got Unicode support in there, but now we have to provide a Hebrew version of the app …
6
votes
1answer
168 views
Lucene Hebrew analyzer
Does anybody know whether one exists?
I've been googling this for monthes...
Thanks
