spring 使用 groovy 的 utf-8 问题
spring 使用 groovy 的 utf-8 问题
?
原文出处:http://blog.chenlb.com/2009/04/spring-use-groovy-utf-8-file.html
"hi?chenlb"??其实只要 file.encoding 就可以了,其它是从旧的程序复制过来。
还有一种方案就是把 groovy 的中文改用其它方式表示,用 native2ascii 转换它,印象中可行。
发布时间: 2012-09-05 15:19:34 作者: rapoo
spring 使用 groovy 的 utf-8 问题
?
原文出处:http://blog.chenlb.com/2009/04/spring-use-groovy-utf-8-file.html
"hi?chenlb"??其实只要 file.encoding 就可以了,其它是从旧的程序复制过来。
还有一种方案就是把 groovy 的中文改用其它方式表示,用 native2ascii 转换它,印象中可行。