Which API should I use to get the detail for File Encodings?

已回答

I want to get the global encoding and the project encoding, which API should I use?

0
正式评论

See com.intellij.openapi.vfs.encoding.EncodingManager for global and com.intellij.openapi.vfs.encoding.EncodingProjectManager for Project-level settings

请先登录再写评论。