http://bugs.winehq.org/show_bug.cgi?id=59252 --- Comment #4 from gng <nen24t@gmail.com> --- Tested the patch - partial success! **Results:** - ✅ Sharp (♯) symbols work correctly and consistently - ❌ Flat symbols always show as tofu boxes I suspect FL Studio uses different Unicode code points: | Symbol | Working? | Unicode | Name | Range | |--------|----------|---------|------|-------| | Sharp ♯ | ✅ Yes | U+266F | MUSIC SHARP SIGN | 2600-26FF (patched) | | Flat | ❌ No | U+1D12C | MUSICAL SYMBOL FLAT | 1D100-1D1FF (NOT patched) | The patch covers the Miscellaneous Symbols range (2600-26FF), but FL Studio likely uses U+1D12C from the Musical Symbols range (1D100-1D1FF) for flat signs. Fonts supporting U+1D12C: $ fc-list :charset=1d12c family Noto Music Symbola FreeSerif Perhaps adding the Musical Symbols range would fix flats: /* Musical Symbols 1D100-1D1FF */ { "1D100-1D1FF", L"Noto Music" }, -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.