hebrew Questions

2

Solved

I have a html document that contains hebrew and latin text. It is encoded with utf-8: <!DOCTYPE HTML> <html> <head> <title>Title</title> <meta http-equiv='Conten...
Commendation asked 6/4, 2014 at 15:2

2

I am writing a series of tests for a palindrome solver. I came across the interesting palindrome in Hebrew: טעם לפת תפל מעט Which is a palindrome, but the letter Mem has both a regular form (מ...

4

Solved

I am sending an automatic email via php. The email contains Hebrew which direction is right to left. Here is my code for making up the body part of the message: $emailMessage =' <html lang="H...
Shoemaker asked 9/10, 2012 at 12:26

1

Solved

When I set direction: rtl; to the body I get this bug in Highcharts: When direction is ltr then it is ok: I made all the changes related to this fiddle http://jsfiddle.net/highcharts/buYCZ/ f...
Longe asked 8/5, 2014 at 8:5

7

I have TextView on Hebrew that i want to be on the right side, so i'm doing <TextView.... android:gravity="right" </TextView> On some phones it will be aligned to right and on some it...
Beutner asked 5/4, 2011 at 19:41

1

I have a page in my website which gets it's main content from an old mainframe. The content encoding from the mainframe is windows-1255 (Hebrew). My website's encoding is UTF-8. At first I used an...
Obliterate asked 3/1, 2014 at 15:44

2

Solved

I would like to display a String with my app name and it's current version. The app name is in hebrew, for some when I combine hebrew text with numeric value, the numeric value is flipped. version...
Wirewove asked 5/8, 2012 at 8:57

2

Background TextView always had issues with RTL (Right-To-Left) languages. Since I know only how to read Hebrew (in addition to English), I will talk about its issues: Text alignment (and I'm no...
Unnamed asked 1/4, 2013 at 15:16

3

Solved

I am hosting a web service in JSON output by PHP. I have Hebrew data set in DB and I am posting this as an output to Web service. When I post the data initially it output the result as follows: ...
Caryl asked 2/8, 2013 at 4:59

1

Solved

I am creating a tool that replaces some text in a text file. My problem is that File ReadAllLines turns the Hebrew characters into Gibberish (weird question marks �) Does anyone know why this is h...
Masqat asked 11/6, 2013 at 10:56

10

Solved

I'm trying to find URLs in some text, using javascript code. The problem is, the regular expression I'm using uses \w to match letters and digits inside the URL, but it doesn't match non-english ch...
Felly asked 29/12, 2008 at 14:17

1

Reading Heroku help on enabling full text search in PostgreSQL I see that it doesn't support Hebrew by default. Does anyone know how to add support for Hebrew dictionary in PostgreSQL on Heroku?
Vasoinhibitor asked 4/4, 2013 at 7:26

2

Solved

I'm using Netbeans building a web application using Java, JSP that handle a database with Hebrew fields. The DDL is as follows: String cityTable = "CREATE TABLE IF NOT EXISTS hebrew_test.table ("...
Mawson asked 1/1, 2013 at 18:15

3

Solved

i've problem to insert hebrew strings to MySql. Introduction I set the MySql to Utf8. I set the table as charset utf8 with collation uft8_general_ci I set the connection string as it: "Server=;D...
Telegraph asked 31/12, 2010 at 16:5

1

Solved

The following CSS works well on IE and FireFox, but chrome marks it as "Invalid property value" - TD.desc1_hp { font-family: Arial,Arial (Hebrew),David (Hebrew); } any hint why? Thanks, Atara ...
Refer asked 25/11, 2012 at 12:5

1

Solved

If I have the culture code for a country/language combination, is it possible to from this, find the text direction. For example for en-US how can I get from this that the text direction is left ...
Forbidding asked 2/11, 2012 at 16:15

2

Solved

Good evening, i hope you can help me with this problem, as I'm struggling to find solutions. I have a provider of words, who give me vowelled Hebrew words , for example - Vowelled - בַּיִת not ...
Frederic asked 6/10, 2012 at 20:17

1

Solved

I am using jQuery to validate a form. I have at my html's head: <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> I have utf-8 on my scripts: <script type="text/javas...
Bakker asked 24/5, 2012 at 22:38

5

Solved

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!
Alveraalverez asked 7/11, 2009 at 20:43

2

I want to be able to run a "Hello World" application on my android emulator in hebrew How can I do that? is it supported? thanks
Kuchen asked 7/4, 2010 at 15:0

2

I try to use Hebrew characters in a Matlab figure plot on my Ubuntu to no avail. I tried: text(0.6,0.5,'ירוק','fontname','times new roman','rotation',180,'fontsize',50,'color','r') and title('י...
Regenerative asked 2/3, 2012 at 19:19

1

I'm trying to catch a section of Hebrew text (the origin is comments on a news site) using the following regex: [\u0590-\u05FF \\p{Graph} \\s]+ It works for most comments but some comments are m...
Cirenaica asked 24/1, 2012 at 12:52

3

Solved

I have a chatbox that displays chats like this Username: my chat message Username2: chat message But then someone registered using Hebrew characters on his username now when he posts on our...
Imminent asked 19/1, 2012 at 4:13

3

I have this code: DateTime dtAnyDateHebrew = new DateTime(5767, 1, 1, new System.Globalization.HebrewCalendar()); how can I get the numeric Hebrew date of today? Meaning: For example I want to...
Fantasize asked 5/6, 2011 at 20:8

2

I have a wchar_t array with English and Hebrew characters and when I print it with wprintf() it prints to console the English characters only. When I'm using _wsetlocale( LC_ALL, L"Hebrew" ) I get ...
Semang asked 5/1, 2012 at 15:1

© 2022 - 2024 — McMap. All rights reserved.