Bengt V
unread,Jan 23, 2012, 3:24:59 PM1/23/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to scintilla-interest
Windows only! (probably)
When opening a file encoded with CP932 in Scintilla, and choosing
codepage=932
and charset=Shift-JIS, japanese characters are drawn just like
the garbage you get when using default codepage and charset.
However, when DirectX drawing is enabled,
SCI_SETTECHNOLOGY( SC_TECHNOLOGY_DIRECTWRITE ),
the japanese characters are drawn correctly.
UTF-8 works fine.
Have I missed something???
(Windows7 + Scintilla 3.0.2 + western locale ( =not japanese) )
All help is welcome!
Regards,
/Bengt