hebrew Questions
3
I'm developing an application on Xcode 5 target iOS 7.1 with single view having only two items image and label on it, the Auto layout is enabled and the constraint is set using 'add missing constra...
Sidewinder asked 6/5, 2014 at 14:28
4
I am trying to use the fillText() method on an HTML5 Canvas' 2d Context to draw a string written in Arabic. It works perfectly, until I put a punctuation mark at the end of the string. Then the pun...
5
Solved
How can the Twitter Bootstrap Carousel cycle function can be changed to cycle the items from right to left instead of left to right so it'll look normal in hebrew/arabic websites?
Liver asked 1/6, 2013 at 21:44
3
I write mixed Hebrew and English characters to a file using log4net but instead of Hebrew i see question marks.
I've tried setting Application's and Thread's culture info to 'he-IL' but it doesn'...
0
SOLVED SEE UPDATE BELOW
I have set up a the chosen library to work with my system. When I work with option in English everything is perfect. However when I work with option in Hebrew a problem app...
Barbicel asked 29/10, 2017 at 11:52
6
Solved
I am reading from database with some text in Hebrew and trying to json_encode it.
if i print_r the results i get:
Array
(
[0] => Array
(
[value] => 88
[text] => כיתה א'
[parent_id] =...
1
Solved
Background
Android 4.3 has added a lot of support for RTL (Right-To-Left) languages, such as Hebrew and Arabic.
The problem
Even though there is "textDirection", "layoutDirection" and "gravity",...
Kyungkyushu asked 22/9, 2014 at 14:23
5
Solved
Is there any way to write Hebrew in the Windows Console?
I tried the following:
Console.OutputEncoding = new UTF8Encoding(false);
Console.WriteLine("\u05D0\u05D1");
Console.ReadLine();
but inst...
5
Solved
i"m trying to fint if a string starts(first letter) width an RTL language/ hebrew.
any ideas?
Overreact asked 11/1, 2010 at 12:47
8
I am using netbeans 6.1 on 2 computers.
on one of them the program:
public static void main(String argv[])
{
System.out.println("שלום");
}
prints normally, and the on the other question mark...
0
I'm using Pillow / PIL to draw hebrew letters with nikud. I noticed that the nikudim (plural for nikud) are not properly aligned and sometimes overlap other letters.
Any suggested fix for this? I...
Hardandfast asked 21/12, 2016 at 20:46
5
Solved
I have a wide-character file (with Hebrew text) that looks fine in Notepad (saved in "UTF-8 encoding"), reads fine in Notepad++, and when I copy-and-paste into MS Word it looks fine too. But when I...
5
Solved
In my html page, I need to make my text input accept a specific set of letters. I do that by catching the keypressed event and checking that the entered character is valid.
Those allowed character...
Safelight asked 25/9, 2016 at 19:22
1
I am trying to understand if this is a bug in RStudio or am I missing something.
I am reading a csv file into R. When printing it into the console in RStudio I get gibrish (unless I look at a spec...
1
Solved
I'm trying to save data extracted with RSelenium from https://www.magna.isa.gov.il/Details.aspx?l=he, but although R succeeds printing Hebrew character to the console, it does not when exporting TX...
2
Solved
This code works properly to make the ZIP file with the wanted files, except the filenames in the archive, which are not in English (in this case they are Hebrew), have weird characters instead of t...
Rebbecarebbecca asked 15/12, 2013 at 22:45
2
I am developing google map application for Israeli but i have no idea that geocoding not found address location using hebrew name address. I am really need help what should i do to get that.
Issue...
Viki asked 21/9, 2011 at 11:54
6
Solved
When I try to write UTF-8 Strings into an XML file using DOMDocument it actually writes the hexadecimal notation of the string instead of the string itself.
for example:
יר&...
Homebred asked 26/8, 2010 at 12:40
1
Solved
I would like to use Hebrew characters in string in R.
I used the following:
> a<-c("משה")
> a
[1] "îùä"
> class (a)
[1] "character"
As can be seen I get Jibbrish when I output the co...
1
Solved
Have been struggling to remove niqqud ( diacritical signs used to represent vowels or distinguish between alternative pronunciations of letters of the Hebrew alphabet).
I have for instance this var...
1
Solved
I am trying to encode and decode the Hebrew string "שלום". However, after encoding, I get gibberish:
>>> word = "שלום"
>>> word = word.decode('UTF-8')
>>...
Phallus asked 24/4, 2015 at 15:2
2
Solved
I am setting text in TextView from string resource. Normally, Hebrew works in Right-To-Left format. When I set a text, it sets the text Right-To-Left format in LG, Samsung, Sony Phone but in HTC it...
2
Solved
I'm working on a relatively simple Android app. I want it to have an English version as well as a Hebrew version. (RTL Right to Left Alignment)
I have manually change the alignment to right in lay...
Manxman asked 11/6, 2012 at 6:13
1
Solved
While my app can display Hebrew text (even in the emulator, so the fonts are present) I am not able to set the system locale to Hebrew in order to be able to test the translations of the strings. A...
3
Solved
Trying to figure out how to tell whether a string contains any characters in Hebrew with no luck.
How can this be done?
© 2022 - 2024 — McMap. All rights reserved.