- February 1, 2009
- 115
- 1
- Thread starter
- #11
In attachement is working solution for Russian alphabet. It's working, but actually, I don't like such hardcoded solutions. Here is my thoughts : it should be special table into DB with keys and appropriate letters, f.e :
in this case it can be easely updated to any keyboards needs. If you agree, I can go for it solution, just I need your help with DB creation (table name, fields names, etc).
On more question about 0.8.0.515 solution. In list veiw I see nice - A - - B - deviders between movies. But in Russian it goes in descenting order (starts from last letter). Is it correct? Or it's just temporary solution?
Code:
2, abcабвг;
3, defдежз;
etc...
On more question about 0.8.0.515 solution. In list veiw I see nice - A - - B - deviders between movies. But in Russian it goes in descenting order (starts from last letter). Is it correct? Or it's just temporary solution?