Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Hebrew and numbers

I have a database and use it with phpMyAdmin, and values in one of the fields are mixed hebrew letters with numbers like :

אב12

first character is א
second character is ב
third character is 1
fourth character is 2

The above is written in correctly, though this value:

first character is 1
second character is 2
third character is א
fourth character is ב

looks the same here and in the database

Is it possible to make it look different?
PS. hebrew is right to left

like image 587
lvil Avatar asked Jun 09 '11 17:06

lvil


1 Answers

In fact changing the phpMyAdmin language to hebrew helped. Not very comfortable though(

like image 76
lvil Avatar answered Nov 02 '22 23:11

lvil