| Summary: | Multi Language Support | ||
|---|---|---|---|
| Product: | [Eclipse Project] Platform | Reporter: | Zheng Can <iamzc> |
| Component: | SWT | Assignee: | Felipe Heidrich <eclipse.felipe> |
| Status: | RESOLVED DUPLICATE | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | 3.0 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows 2000 | ||
| Whiteboard: | |||
|
Description
Zheng Can
Here is the example code:
public class Example {
/**
* Say hello in english and chinese
* @param args
*/
public static void main(String[] args) {
System.out.println("Hello");
String s = "ÄãºÃ";
System.out.println(s);
}
}
We din't change stuff on the Text side. Moving to SWT for comments. FH to check whether code assist works in chinese. Zheng, the disabled Build All action and the Ctrl+F11 request should be logged in separate reports since these are not related to swt. We will fix TextLayout to perform font substitution just line gc.drawString does, you want need to changed the font anymore to have chinese characters. I don't know why the code assist is not working. I don't know why build all is disable. Those don't seem to be SWT bugs. Please, in the future, enter one problem report per problem. |