示例#1
0
 public function postToCyrilic()
 {
     return Response::json(array('status' => 'success', 'response' => html_entity_decode(Trans::lat2cir(htmlspecialchars_decode(Trans::stripuj(Input::get('text')))), ENT_QUOTES, "UTF-8")));
 }