Home | History | Annotate | Download | only in Scripts

Lines Matching refs:SOURCE

5 # Redistribution and use in source and binary forms, with or without
9 # 1. Redistributions of source code must retain the above copyright
37 # known to be used for debugging in Intrigue source code and an exceptions file.
40 # It would have been nice to use the project to find the source files, but it's too hard to
41 # locate source files after parsing a .pbxproj file.
114 open SOURCE, $file or die "can't open $file\n";
131 while (<SOURCE>) {
267 close SOURCE;
319 print "$file:$line:ERROR:string for translation has illegal UTF-8 -- most likely a problem with the Text Encoding of the source file\n";
323 print "$file:$line:ERROR:key has illegal UTF-8 -- most likely a problem with the Text Encoding of the source file\n";
327 print "$file:$line:ERROR:comment for translation has illegal UTF-8 -- most likely a problem with the Text Encoding of the source file\n";