cbi18n
v1.x
v1.x
  • Home
  • Installation
  • Configuration
  • Configuration With No Resource Bundles
  • Coding for i18n
    • Resource Bundle Tools
    • Custom Resource Services
  • How do I change Locales?
  • Best Practices
  • Resources
Powered by GitBook
On this page

Was this helpful?

Edit on Git
Export as PDF

Best Practices

  • 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.

  • Always use 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.

PreviousHow do I change Locales?NextResources

Last updated 7 years ago

Was this helpful?