Non latin characters in .cfm filename
hi - have users want name files non latin characters. i.e.
Логотип_БелРусь_2500x1.cfm
we file not found error, not iis issue , have utf-8 encoding , running cf8.
yes can rename files know if non latin characters allowed in .cfm file names.
thank you!
sapna
when this,
Логотип_БелРусь_2500x1.cfm
timestamp: <cfoutput>#now()#</cfoutput>
testpage.cfm
<cfprocessingdirective pageencoding="utf-8">
<cfoutput>#fileexists(expandpath("Логотип_БелРусь_2500x1.cfm"))#</cfoutput>
both files produce expected result.
More discussions in ColdFusion
adobe
Comments
Post a Comment