tonkv / qdevelop

Automatically exported from code.google.com/p/qdevelop
0 stars 0 forks source link

AStyle plugin has problem with wrong representation of utf-8 chars #152

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. write code like QString::fromUtf8("Příliš žluťoučký kůň úpěl 
ďábelské 
ódy!")
2. Plugins->Artistic Style Formatter Plugin
3. result is QString::fromUtf8("<h2>Příliš žluťoučký 
kůň úpěl 
ďábelské ódy!</h2>")

Original issue reported on code.google.com by nemec.j...@gmail.com on 13 Jul 2007 at 2:40

GoogleCodeExporter commented 8 years ago
confirm

Original comment by toeki...@gmail.com on 4 Jan 2008 at 9:24

GoogleCodeExporter commented 8 years ago
Fixed in revision 323

Original comment by jlbi...@gmail.com on 17 May 2008 at 7:47