Here you can find the source of isHah(char c)
public static boolean isHah(char c)
//package com.java2s; public class Main { public static boolean isHah(char c) { return (c == 0x0629 || c == 0x0647); }/*from w w w .j a v a 2 s .c om*/ }