You can insert Unicode characters into your application’s source files in a variety of ways. Unicode characters may appear in:
HTML layout page files. Iron Speed Designer passes through any HTML, scripting code and other content in your HTML layout pages when generating your application’s ASPX pages.
Database tables. Your database tables may use any Unicode UTF-8 character set desired. Applications built with Iron Speed Designer will properly display the characters stored in your data fields.
Properties settings. Properties settings containing Unicode characters entered through the Page Properties dialog.
Note that at this time we recommend that you use only ASCII characters in:
URL's referenced in the Page Properties dialog
Filenames of your application’s source files
Database table names
Database table column names
Localizing (Internationalizing) Your Application