Here you can find the source of isTatweel(char c)
public static boolean isTatweel(char c)
//package com.java2s; public class Main { public static boolean isTatweel(char c) { return (c == 0x0640); }/*from www. jav a 2s .c om*/ }