Hey. I'm trying to port Quackle 0.95 to other languages such as french, spanish, german and italian.
I managed to compile the makedawg.cpp file to create other dictionaries (dawg files). That will be fine. But now I'm looking at the strategy files (syn2, vcplace and worths) and I'm wondering if these files could work with other languages or I'll have to make sets of strategy files for each languages. If so, there is any tool the make these files?? If not, there is any easy to make them? Also, in the uv.h file line 34 there's a comment saying that using wchar for user-visible strings is not recommended. Why? Can't we use wchar to support quackle with unicode? Thanks!
