Eclipse (not CFEclipse or CFBuilder) doesn't add a BOM to UTF-8 encoded files, make sure you utf-8 as the default encoding for files.
utf-8
Always use cfprocessingdirective
cfprocessingdirective
<cfprocessingdirective pageencoding="utf-8">
This module uses the core java resource bundle flavor so you have to use a proper resource bundle tool to manage these.
Last updated 7 years ago
Was this helpful?