parent
38fa281448
commit
461cf0cba1
2 changed files with 11 additions and 0 deletions
@ -0,0 +1 @@ |
||||
#define MESSAGE "@var@" |
@ -0,0 +1,10 @@ |
||||
project('non acsii to ascii encoding', 'c') |
||||
# Writing a non ASCII character with a ASCII encoding should fail |
||||
conf9 = configuration_data() |
||||
conf9.set('var', 'д') |
||||
configure_file( |
||||
input : 'config9.h.in', |
||||
output : '@BASENAME@', |
||||
encoding : 'ascii', |
||||
configuration : conf9 |
||||
) |
Loading…
Reference in new issue