the fair gds editor LocaleInMacros

Locale Macro

By default ASCII coding is assumed by loading a macro. This macro shows how to use local character set in macros can be changed. Just add a codec line in the macro header to change it.

Download: utf.layout

   1 #!/usr/bin/layout
   2 #codec=UTF-8
   3 #name=Macro: Код работает!
   4 #help=Recorded Код работает! Fr. Jan 8 2010
   5 
   6 
   7 int main(){
   8 layout->showMessage("Ура", "Код работает!");
   9 }

See also


CategoryMacro


LocaleInMacros (last edited 2011-05-31 14:44:15 by dslb-088-064-001-234)