0

im trying to run the attached script on Hebrew text (right to left) with no luck. Any ideas? Thanks, Ori

http://basiljs.ch/gallery/alphabet-bars/

Ori
  • 1
  • Looks like it won't work out of the box that way, you'll have to tweak it a bit – Code Whisperer Jun 15 '14 at 17:11
  • haha :) so there is no escape for designers from learning code :) It actually worked pretty good with english. – Ori Jun 15 '14 at 17:13
  • Could you be a bit more precise in which sense you are having trouble with your implementation? – Ludwig Zeller Jun 23 '14 at 19:14
  • Sure. This thing suppose to sort and count letters in a text-box and then present the results in a bar chart. it works great for me when using english text, but not when trying with Hebrew text. – Ori Jun 24 '14 at 10:58
  • Ok, well the English language is obviously quite close to how computers work internally, while hebrew is not... What you are trying to do is alphanumerical sorting with JavaScript. You should do a search on "alphanumerical sorting hebrew characters with JavaScript". – Ludwig Zeller Jun 25 '14 at 13:50

0 Answers0