caiqfrog

Results 3 issues of caiqfrog

I Use APT to append annotation to a field. When I used in kotlin. It not work. ``` @Target(AnnotationTarget.FUNCTION, AnnotationTarget.PROPERTY_GETTER, AnnotationTarget.PROPERTY_SETTER, AnnotationTarget.CONSTRUCTOR, AnnotationTarget.FIELD) @Retention(AnnotationRetention.SOURCE) @MustBeDocumented annotation class Inject( val value:...

example by kotlin ``` val mapper = JavaPropsMapper() val pojo = mapOf("a" to "道") val properties = String(mapper.writeValueAsBytes(pojo), Charset.forName("UTF-8")) ``` I want output is "a=道", but it output is "a=\u9053"...

Properties

### Self Checks - [x] This is only for bug report, if you would like to ask a question, please head to [Discussions](https://github.com/langgenius/dify/discussions/categories/general). - [x] I have searched for existing...

🐞 bug
🤔 cant-reproduce