I have installed wine package from http://thisismyinter.net/?p=29 on Mac OS X v10.5 Leopard. It works, except this http://www.thediction.com/ program don't accept Bulgarian input. I have successfully use it on Linux with "LANG=bg_BG.CP1251 wine Diction.exe", when that locale is installed. I don't know how to achieve this on Mac. "LANG=bg_BG.UTF8 wine Diction.exe" dos not work, either CrossOver-6.2.1-demo. Thanks!
I don't have a Mac but I guess it have some control panel for regional settings where you can choose the Bulgarian locale. This should work. I don't know if it is possible to change the locale for only one application on a Mac. However, you could also try "LC_ALL=bg_BG wine Diction.exe" or "LC_CTYPE=bg_BG wine Diction.exe". Maybe it will work.
I forgot to add, that the correct locale line under most Linux distributions should be LANG=bg_BG.UTF-8 . The last item should be the Linux charset (which is nearly always UTF-8) so that Wine is able to understand e.g. file names with native characters. The Windows charset will be chosen by Wine automatically from the language/contry part (e.g. for Bulgarian it will be CP1251).
Maybe Matching Threads
- [LLVMdev] whole program bitcode and gold plugin
- Question on Stopword Removal from a Cyrillic (Bulgarian)Text
- Question on Stopword Removal from a Cyrillic (Bulgarian)Text
- [LLVMdev] How to compile apps to bc files with the new llvm-gcc4?
- [LLVMdev] How to compile apps to bc files with the new llvm-gcc4?