- assigned_to: nobody --> razinfo_il
Tepmlates will include utf8 text.
utf8 contanats will be used in tags.
The merge copiler will genrate the 'use utf8' for
perl>=5.6 and perl<5.8 if UTF8 locale on unix linux
systems or content="text/html; charset=utf8" in
templates head section.
use utf8 will be used on windows if content="text/html;
charset=utf8" in templates head section.
the compiler will read template as utf8 for UTF8 locale
on unix like systems and perl>=5.8 or if a new
merge.conf LOCALE directive is TRUE. on windows
platform the new directive will control UTF8 read.
The new flag will take efect only if perl >=5.8
The developents enviroment will allow setting of this
flag if perl>=5.8.
mergecreateinstance will set this flag TRUE for windows
and UNIX like
enviroment if perl >=5.8