# # patch "ChangeLog" # from [596c8e32ed2e6da3604d87b643fef635cbcff9e3] # to [07b4679d42733e2cb232ac6f018b030757504e7d] # # patch "tests/t_i18n_changelog.at" # from [7988a6a857356fba3886d8c0473832ff7dfb41a1] # to [0f1124ec202ac48aaedc929af71e6cfa8bed4d41] # --- ChangeLog +++ ChangeLog @@ -1,3 +1,8 @@ +2005-06-01 Matt Johnston + + * tests/t_i18n_changelog.at: capitalise UTF-8 CHARSET to keep + solaris happy. + 2005-06-01 Timothy Brownawell * netsync.cc (analyze_ancestry_graph): Try to fix segfault. --- tests/t_i18n_changelog.at +++ tests/t_i18n_changelog.at @@ -9,7 +9,7 @@ JAPANESE_UTF8=`printf "\xE3\x81\xA6\xE3\x81\x99\xE3\x81\xA8"` JAPANESE_EUC_JP=`printf "\xA4\xC6\xA4\xB9\xA4\xC8"` -export CHARSET=utf-8 +export CHARSET=UTF-8 ADD_FILE(a, [hello there ]) AT_CHECK(MONOTONE --debug --branch=testbranch commit --message $EUROPEAN_UTF8, [], [ignore], [ignore]) @@ -21,7 +21,7 @@ AT_CHECK(MONOTONE --debug --branch=testbranch commit --message $EUROPEAN_8859_1, [], [ignore], [ignore]) -export CHARSET=utf-8 +export CHARSET=UTF-8 ADD_FILE(c, [hello there ]) AT_CHECK(MONOTONE --debug --branch=testbranch commit --message $JAPANESE_UTF8, [], [ignore], [ignore])