VisualStudio2010のrosettacodeに存在するCでMazeGenerator/ Solverをコンパイルしようとしていますが、コンパイル中に問題が発生します。
次の行
# define SPC " "
wchar_t glyph[] = L""SPC"│││─┘┐┤─└┌├─┴┬┼"SPC"┆┆┆┄╯╮ ┄╰╭ ┄";
エラーをスローしています
1>d:\projects\maze_cpp\maze_cpp\main.cpp(14): error C2308: concatenating mismatched strings
1> Concatenating wide "" with narrow "?????? ??? ?"
Unicodeに関する私の限られた知識と、 MSDNでのエラーのわかりにくい説明を考えると、問題とその解決方法に戸惑っています。