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("ィゥヴェカタチ");
i=i+1;
return 0;
}
- Category
- Plugin::SourceFormatter
- Group
- Status
- Closed
- Close date
- 2006-02-23 17:12
- Assigned to
- ceniza
History
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.