Here you can find the source of isYeh(char c)
public static boolean isYeh(char c)
//package com.java2s; public class Main { public static boolean isYeh(char c) { return (c == 0x0649 || c == 0x0649); }/* ww w . j ava 2 s. c o m*/ }