bar
11/23/2013 - 5:34 PM

utf8

utf8

convert file to UTF8


powershell -Command "Get-Content c:\temp\countries.txt -Encoding Unicode | Set-Content -Encoding UTF8  c:\temp\countries.csv"
    $form['disclaimer']  = array(
            '#prefix' =>'<div>
            <button class="btn btn-primary btn-lg" data-toggle="modal" data-target="#disclaimer_modal">
                    Read Disclaimer
            </button>',
            '#suffix' => '</div>',
            '#description' => 'I have read understood and I accept the terms and conditions above stated, including the communication of the Data outside Switzerland. I expressly authorize CNHI to use my Personal Data to contact me for information and marketing purposes.',
            '#type' => 'checkbox',
            '#default_value' => 0,
            '#required' => true,
            '#weight' => 13,
    );