Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/codeigniter/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Java 数据编辑器使用UTF-8支持和/或克隆编辑器_Java_Netbeans Platform_Netbeans 7.1 - Fatal编程技术网

Java 数据编辑器使用UTF-8支持和/或克隆编辑器

Java 数据编辑器使用UTF-8支持和/或克隆编辑器,java,netbeans-platform,netbeans-7.1,Java,Netbeans Platform,Netbeans 7.1,我有一个Netbeans平台程序,它使用自定义DataEditorSupport和自定义ClonableEditor。它读取的文件是UTF-8编码的,并且创建的编辑器似乎没有使用UTF-8 例如,我的文件 "TêSt" 编辑器将其显示为 "TêStÃ" 如何让DataEditorSupport或ClonableEditor正确使用读取UTF-8?在NetBeans wiki中可能会有所帮助。另请参见,特别是

我有一个Netbeans平台程序,它使用自定义DataEditorSupport和自定义ClonableEditor。它读取的文件是UTF-8编码的,并且创建的编辑器似乎没有使用UTF-8

例如,我的文件

"TêSt"
编辑器将其显示为

"TêStÃ"
如何让DataEditorSupport或ClonableEditor正确使用读取UTF-8?

在NetBeans wiki中可能会有所帮助。另请参见,特别是