/*
 ** 
 ** 
 ** 
 ** 
 ** 
 ** 
 *
 ** 
 *
 ** 
 ** 
 ** 
 ** 
 ** 
 */

#include sep_exact_approx_common

"h" "" "" ""
//"C" "" "" "k"  // c that can actually be �

// VOICED - UNVOICED CONSONANTS
"s" "[^t]" "[bgZd]" "z"
"Z" "" "[pfkst]" "S"
"Z" "" "$" "S"
"S" "" "[bgzd]" "Z"
"z" "" "$" "s"

//special character to deal correctly in Hebrew match
"B" "" "" "b"
"V" "" "" "v"
