View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006226 | MMW v4 | Playlist / Search | public | 2009-12-18 14:15 | 2010-10-17 23:43 |
Reporter | Assigned To | ||||
Priority | high | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 3.2 | ||||
Target Version | 4.0 | Fixed in Version | 4.0 | ||
Summary | 0006226: Character "ü" not found by "u" in search | ||||
Description | 1. Tag track as artist Hüsker Dü 2. Search for Husker Du, Husker, or Du 3. Track not found Alternatively with artist Mel Tormé I can find the track by searching for Torme. | ||||
Additional Information | http://www.mediamonkey.com/forum/viewtopic.php?f=1&t=45229&p=236819#p236819 | ||||
Tags | No tags attached. | ||||
Fixed in build | 1301 | ||||
|
Yes, these are extended ascii codes (128-255), see: http://www.codesascii.com/ Problem is that there is a few varying 'extended' sets. But the most popular is one and I am about to use it in our internal map chars table in order to fix this issue. |
|
By further testing I found that it wasn't probably the extended ASCII problem as I previously thought, but rather mapping of 'ü' to 'ue' (probably because of german language). Fixed the mapping 'ü' to 'u' in build 1301. |
|
Re-opened in order to change also current german conversion 'ä' -> 'ae' to 'ä' -> 'a' and to fix mapping for chars between 0x80 and 0xC0 (š,ce,ž): http://www.tamasoft.co.jp/en/general-info/unicode.html Note that SongTexts index table will need to be rebuilt: Maintain Library -> Optimize Database (Complete) Fixed in build 1301. |
|
Verified 1316 |