http://bugs.winehq.org/show_bug.cgi?id=1163
------- Additional Comments From winebugzilla@sun.consumer.org.il 2005-03-10 16:09 ------- Hmm. Yes, it's a todo, but that's no reason for it not to have a descriptive description.
Lets say that HELLO is a logical order string that needs to be reorderd to OLLEH. Now let's say that we want the "E" to be the accelerator key. We write (logical order) H&ELLO. Ideally, this will be reordered to OLL_E_H, with the underscore under the "E". Today, the & gets reordered along with the string, which results in "OLLE&H", and the underscore under the "H".
Shachar