array(
array(
'SIGNATURE' => 'Regards,',
),
array(
'SIGNATURE' => 'ā',
),
array(
'SIGNATURE' => 'Michael Bollman',
),
),
'list'
);[/code]
I think this will work.
Or [code]$docx->addTemplateVariable('SIGNATURE', "Regards,\\nā\\nMichael Bollman");[/code]