First of all I would like to say thanks in advance because I know this is the best website to get answers related to IT problem.
I want to implement a search solution for a website written in Django. From the available options (I have researched Solr, Sphinx, X开发者_运维问答apian, PostgreSQL/Tsearch3, MySQL) Sphinx looks like
Hey, I\'ve developed an application with french and english translation. A guy sent me the strings.xml in polish language and in UTF-8 format (cause there are ma开发者_运维问答ny characters i can\'t
I have a problem. I\'m writing an app in Polish (with, of course, polish chars) for Linux and I receive 80 warnings when compiling. These are just \"warning: multi-character character constant\" and \
When I wrote in JavaScript \"Ł\" > \"Z\" it returns true. In Unicode order it should be of course false. How to fix 开发者_JS百科this? My site is using UTF-8.You can use Intl.Collator or String.pr
I\'m trying to remove 开发者_如何学JAVAdiacritic characters from a pangram in Polish. I\'m using code from Michael Kaplan\'s blog http://www.siao2.com/2007/05/14/2629747.aspx, however, with no success
Several times a day I run into a problem where I need to dynamically initialize variables in a multidimensional array to prevent PHP throwing a notice because of an uninitialized variable.