Changes between Version 14 and Version 15 of InstallerTranslation


Ignore:
Timestamp:
Feb 19, 2010, 2:07:45 AM (14 years ago)
Author:
jmckenna
Comment:

add encoding note

Legend:

Unmodified
Added
Removed
Modified
  • InstallerTranslation

    v14 v15  
    1616   * modify line!#1 and !#2 for your new language
    1717     * use appropriate code identifier for your international characters ([http://msdn.microsoft.com/en-us/library/dd317756%28VS.85%29.aspx microsoft documentation])
     18     * note that it is safer to use UTF-8 encoding for multilanguage support, so you can always use:
     19       {{{
     20          #pragma code_page(65001)
     21       }}}
     22       and also make sure that your text editor saves the file as UTF-8 encoded
    1823   * replace English installer text in all CONTROL, CAPTION, LTEXT, RTEXT objects, such as:
    1924      {{{