mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-09-10 03:54:54 -06:00
ide: Fixed issue with format code damaging UNICODE characters #1251
git-svn-id: svn://ultimatepp.org/upp/trunk@8994 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
f1aa919e12
commit
e3170e454e
5 changed files with 40 additions and 41 deletions
|
|
@ -193,7 +193,7 @@ void ASEnhancer::enhance(WString &line)
|
|||
|
||||
for (int i = 0; i < lineLength; i++)
|
||||
{
|
||||
char ch = line[i];
|
||||
wchar ch = line[i];
|
||||
|
||||
// bypass whitespace
|
||||
if (isWhiteSpaceX(ch))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue