Bug #6467 2006-02-18 11:48

jimshen

Source Formatter (AStyle) delete lines automatically

When I use source formatter (Astyle) to beatify my source code, those lines contain chinese or japanese characters are deleted automatically. I download AStyle from SourceForge (binary), and it works well.

below is program I used to test.

#include <stdio.h>

#include <stdlib.h>

int main()

{

int i=0;

printf("&#12451;&#12453;&#12532;&#12455;&#12459;&#12479;&#12481;");

i=i+1;

return 0;

}

Category
Plugin::SourceFormatter
Group
 
Status
Closed
Close date
2006-02-23 17:12
Assigned to
ceniza
ceniza 2006-02-23 17:12

This bug is now fixed in HEAD.

Thank you for reporting it.

ceniza 2006-02-23 17:12

This bug is now fixed in HEAD.

Thank you for reporting it.