Neo-Mind / NEMO

Neo Exe Modification Organizer
107 stars 120 forks source link

[Request]unicode string support for window title #130

Closed Angelmelody closed 8 years ago

Angelmelody commented 8 years ago

Hi @MStr3am , I'd like to request the custom title string patch to support unicode string, Coz I had tried to translate title string to Chinese but it will become gibberish so hoping dev can add it TIA

CairoLee commented 8 years ago

Confirm this.

if custom an english windows title in NEMO:

qq20160323-0

it's work

qq20160323-1

But if use Chinese or Japanese to set windows title:

qq20160323-2

then it's will become gibberish

qq20160323-3

Neo-Mind commented 8 years ago

The client's window is created to support ASCII not Unicode (see CreateWindowExA and RegisterClassA functions). I tried to change them to W functions but title still did not get detected as Unicode string (Probably lot more steps involved). Plus it ended up causing other problems as well.

So I am rejecting this.