I need to get the ANSI value of a char in java
Ive tried casting my char to an int type but it returns a value that is not its ANSI value.
is there any way to do this?
one letter in hebrew which is "ל" has the ansi value of 236 but when i cast it to int i get 1500